Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
added simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed May 7, 2012
1 parent df3e73e commit fb21796
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@
*.swl
.rbx/
*.rdb
coverage
5 changes: 5 additions & 0 deletions Gemfile.lock
Expand Up @@ -68,6 +68,10 @@ GEM
rspec-mocks (2.6.0)
ruby-hmac (0.4.0)
signature (0.1.3)
simplecov (0.6.2)
multi_json (~> 1.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sinatra (1.2.8)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
Expand All @@ -88,4 +92,5 @@ DEPENDENCIES
pusher (~> 0.8.2)
rake
rspec (~> 2.6.0)
simplecov
slanger!
2 changes: 2 additions & 0 deletions slanger.gemspec
Expand Up @@ -28,6 +28,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'haml', '~> 3.1.2'
s.add_development_dependency 'rake'
s.add_development_dependency 'debugger'
s.add_development_dependency 'simplecov'


s.files = Dir['README.md', 'lib/**/*', 'slanger.rb']
s.require_path = '.'
Expand Down

0 comments on commit fb21796

Please sign in to comment.