evanphx / benchmark-ips

Provides iteration per second benchmarking for Ruby
MIT License
1.72k stars 97 forks source link

Fixed broken gemspec #25

Closed kirs closed 9 years ago

kirs commented 9 years ago

.gemtest doesn't exist:

$ gem build benchmark-ips.gemspec
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
ERROR:  While executing gem ... (Gem::InvalidSpecificationException)
    [".gemtest"] are not files
evanphx commented 9 years ago

You don't need to build it. I should just remove that rake task. the gemspec picks up the right version automatically.