Skip to content

Commit

Permalink
Merge pull request #18 from rightscale/TL-465_add_codecoverage_and_Ge…
Browse files Browse the repository at this point in the history
…mnasium

Tl 465 add codecoverage and gemnasium
  • Loading branch information
blanquer committed Oct 22, 2015
2 parents 2e4e884 + 6474b1d commit 281f87f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Praxis Blueprints [![TravisCI][travis-img-url]][travis-ci-url]
# Praxis Blueprints [![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-blueprints.svg?branch=master
[travis-ci-url]:https://travis-ci.org/rightscale/praxis-blueprints
[coveralls-img-url]:https://coveralls.io/repos/rightscale/praxis-blueprints/badge.svg?branch=master&service=github
[coveralls-url]:https://coveralls.io/github/rightscale/praxis-blueprints?branch=master
[gemnasium-img-url]:https://gemnasium.com/rightscale/praxis-blueprints.svg
[gemnasium-url]:https://gemnasium.com/rightscale/praxis-blueprints


Praxis Blueprints is a library that allows for defining a reusable class structures that has a set of typed attributes and a set of views with which to render them. Instantiations of Blueprints resemble ruby Structs which respond to methods of the attribute names. Rendering is format-agnostic in that
Expand Down
1 change: 1 addition & 0 deletions praxis-blueprints.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ it results in a structured hash instead of an encoded string. Blueprints can aut
spec.add_development_dependency(%q<pry-byebug>, ["~> 1"])
spec.add_development_dependency(%q<pry-stack_explorer>, ["~> 0"])
spec.add_development_dependency(%q<fuubar>, ["~> 1"])
spec.add_development_dependency(%q<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 281f87f

Please sign in to comment.