lite-regulations.gemspec in lite-regulations-1.0.0 vs lite-regulations.gemspec in lite-regulations-1.1.0

- old
+ new

@@ -23,11 +23,11 @@ 'homepage_uri' => spec.homepage, 'source_code_uri' => 'https://github.com/drexed/lite-regulations' ) else raise 'RubyGems 2.0 or newer is required to protect against ' \ - 'public gem pushes.' + 'public gem pushes.' end # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do @@ -46,8 +46,9 @@ spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec' spec.add_development_dependency 'rspec-rails' spec.add_development_dependency 'rubocop' spec.add_development_dependency 'rubocop-performance' + spec.add_development_dependency 'rubocop-rake' spec.add_development_dependency 'rubocop-rspec' spec.add_development_dependency 'sqlite3' end