benches.gemspec in benches-0.3.0 vs benches.gemspec in benches-0.3.1
- old
+ new
@@ -6,10 +6,10 @@
s.name = "benches"
s.version = Benches::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Evan Hemsley"]
s.email = ["evan.hemsley@gmail.com"]
- s.homepage = 'http://github.com/ehemsley/benches'
+ s.homepage = 'http://gitlab.com/ehemsley/benches'
s.summary = 'A simple rspec matcher for testing performance metrics'
s.description = 'Benches defines a simple rspec matcher that allows you to create benchmarking specs for your Ruby code.'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")