bullet.gemspec in bullet-5.7.6 vs bullet.gemspec in bullet-5.8.0
- old
+ new
@@ -12,16 +12,20 @@
s.authors = ['Richard Huang']
s.email = ['flyerhzm@gmail.com']
s.homepage = 'https://github.com/flyerhzm/bullet'
s.summary = 'help to kill N+1 queries and unused eager loading.'
s.description = 'help to kill N+1 queries and unused eager loading.'
+ s.metadata = {
+ 'changelog_uri' => 'https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md',
+ 'source_code_uri' => 'https://github.com/flyerhzm/bullet'
+ }
- s.license = 'MIT'
+ s.license = 'MIT'
s.required_rubygems_version = '>= 1.3.6'
s.add_runtime_dependency 'activesupport', '>= 3.0.0'
- s.add_runtime_dependency 'uniform_notifier', '~> 1.11.0'
+ s.add_runtime_dependency 'uniform_notifier', '~> 1.11'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ['lib']
end