headdesk.gemspec in headdesk-0.9.0 vs headdesk.gemspec in headdesk-0.10.0
- old
+ new
@@ -13,10 +13,12 @@
spec.summary = 'headdesk helps identify and solve common issues in mobile development by analizing APKs and IPAs.'
spec.description = ''
spec.homepage = 'https://github.com/GoCarrot/headdesk'
spec.license = 'MIT'
+ spec.post_install_message = 'For breaking change announcements...'
+
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
# if spec.respond_to?(:metadata)
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
# else
@@ -33,13 +35,13 @@
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 10.0'
- spec.add_development_dependency 'reek', '~> 5.2'
spec.add_development_dependency 'rspec', '~> 3.8'
spec.add_dependency 'awesome_print', '~> 1.8'
+ spec.add_dependency 'gems', '~> 1.1'
spec.add_dependency 'nokogiri', '~> 1.10'
spec.add_dependency 'oily_png', '~> 1.2'
spec.add_dependency 'thor', '~> 0.20'
end