Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Disabled install of perftools.rb so Travis CI will be able to bundle …
Browse files Browse the repository at this point in the history
…install.
  • Loading branch information
grempe committed Nov 29, 2011
1 parent 43c9295 commit 6a8ad98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Gemfile.lock
Expand Up @@ -9,7 +9,6 @@ GEM
specs: specs:
mocha (0.9.9) mocha (0.9.9)
rake rake
perftools.rb (0.5.4)
rake (0.8.7) rake (0.8.7)
rcov (0.9.9) rcov (0.9.9)
test-spec (0.10.0) test-spec (0.10.0)
Expand All @@ -23,9 +22,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
amazon-ec2! amazon-ec2!
mocha (>= 0.9.9) mocha (>= 0.9.9)
perftools.rb (>= 0.5.4)
rcov (>= 0.9.9) rcov (>= 0.9.9)
test-spec (>= 0.10.0) test-spec (>= 0.10.0)
test-unit (>= 2.1.2) test-unit (>= 2.1.2)
xml-simple (>= 1.0.12)
yard (>= 0.6.2) yard (>= 0.6.2)
2 changes: 1 addition & 1 deletion amazon-ec2.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('test-unit', '>= 2.1.2') s.add_development_dependency('test-unit', '>= 2.1.2')
s.add_development_dependency('test-spec', '>= 0.10.0') s.add_development_dependency('test-spec', '>= 0.10.0')
s.add_development_dependency('rcov', '>= 0.9.9') s.add_development_dependency('rcov', '>= 0.9.9')
s.add_development_dependency('perftools.rb', '>= 0.5.4') # s.add_development_dependency('perftools.rb', '>= 0.5.4')
s.add_development_dependency('yard', '>= 0.6.2') s.add_development_dependency('yard', '>= 0.6.2')


s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 6a8ad98

Please sign in to comment.