Skip to content

Commit

Permalink
Merge 6be58d1 into bd57d0e
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Teijon committed Oct 19, 2015
2 parents bd57d0e + 6be58d1 commit 99038c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Praxis::Mapper [![TravisCI][travis-img-url]][travis-ci-url]
# Praxis::Mapper [![TravisCI][travis-img-url]][travis-ci-url] [![Coverage Status][coveralls-img-url]][coveralls-url] [![Dependency Status][gemnasium-img-url]][gemnasium-url]

[travis-img-url]:https://travis-ci.org/rightscale/praxis-mapper.svg?branch=master
[travis-ci-url]:https://travis-ci.org/rightscale/praxis-mapper
[coveralls-img-url]:https://coveralls.io/repos/rightscale/praxis-mapper/badge.svg?branch=master&service=github
[coveralls-url]:https://coveralls.io/github/rightscale/praxis-mapper?branch=master
[gemnasium-img-url]:https://gemnasium.com/rightscale/praxis-mapper.svg
[gemnasium-url]:https://gemnasium.com/rightscale/praxis-mapper


Praxis::Mapper is a library that allows for large amounts of data to be loaded for a tree of associated models,
Expand All @@ -20,4 +24,4 @@ To run unit tests:

This software is released under the [MIT License](http://www.opensource.org/licenses/MIT). Please see [LICENSE](LICENSE) for further details.

Copyright (c) 2014 RightScale
Copyright (c) 2014 RightScale
1 change: 1 addition & 0 deletions praxis-mapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency(%q<fuubar>, ["~> 1"])
spec.add_development_dependency('sqlite3')
spec.add_development_dependency('factory_girl')
spec.add_development_dependency('coveralls')
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

Encoding.default_external = Encoding::UTF_8

require 'rubygems'
Expand Down

0 comments on commit 99038c7

Please sign in to comment.