house_style.gemspec in house_style-1.3.1 vs house_style.gemspec in house_style-1.4.0
- old
+ new
@@ -3,13 +3,13 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = 'house_style'
- spec.version = '1.3.1'
- spec.authors = ['Scott Matthewman']
- spec.email = ['scott@altmetric.com']
+ spec.version = '1.4.0'
+ spec.authors = ['Scott Matthewman', 'Altmetric']
+ spec.email = ['scott.matthewman@gmail.com', 'engineering@altmetric.com']
spec.summary = 'A centralised store of house style rules'
spec.description = 'Configuration files and other snippets to help you apply standards across multiple projects'
spec.homepage = 'https://github.com/altmetric/house_style'
spec.license = 'MIT'
@@ -22,10 +22,10 @@
ENDOFMESSAGE
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ['lib']
- spec.add_dependency 'rubocop', '~> 0.48', '< 0.49'
+ spec.add_dependency 'rubocop', '~> 0.52', '< 0.53'
spec.add_dependency 'rubocop-rspec', '~> 1.15'
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 11.0'
end