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

Commit

Permalink
Revert "added simplecov" as before.
Browse files Browse the repository at this point in the history
This reverts commit fb21796.

Conflicts:

	Gemfile.lock
  • Loading branch information
stevegraham committed May 25, 2012
1 parent 899f267 commit 8f17610
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -7,4 +7,3 @@
*.swl *.swl
.rbx/ .rbx/
*.rdb *.rdb
coverage
5 changes: 0 additions & 5 deletions Gemfile.lock
Expand Up @@ -66,10 +66,6 @@ GEM
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0) rspec-mocks (2.6.0)
signature (0.1.3) signature (0.1.3)
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sinatra (1.2.8) sinatra (1.2.8)
rack (~> 1.1) rack (~> 1.1)
tilt (>= 1.2.2, < 2.0) tilt (>= 1.2.2, < 2.0)
Expand All @@ -90,5 +86,4 @@ DEPENDENCIES
pusher (~> 0.9.3) pusher (~> 0.9.3)
rake rake
rspec (~> 2.6.0) rspec (~> 2.6.0)
simplecov
slanger! slanger!
2 changes: 0 additions & 2 deletions slanger.gemspec
Expand Up @@ -28,8 +28,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'haml', '~> 3.1.2' s.add_development_dependency 'haml', '~> 3.1.2'
s.add_development_dependency 'rake' s.add_development_dependency 'rake'
s.add_development_dependency 'debugger' s.add_development_dependency 'debugger'
s.add_development_dependency 'simplecov'



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

0 comments on commit 8f17610

Please sign in to comment.