arison.gemspec in arison-0.1.3 vs arison.gemspec in arison-0.2.0

- old
+ new

@@ -3,12 +3,12 @@ require File.expand_path('../lib/arison/version', __FILE__) Gem::Specification.new do |gem| gem.name = "arison" gem.version = Arison::VERSION - gem.summary = %q{postgresql command line interface} - gem.description = %q{postgresql command line interface} + gem.summary = %q{activerecord-import by jsonl, command line interface} + gem.description = %q{activerecord-import by jsonl, command line interface} gem.license = "MIT" gem.authors = ["Hiroshi Toyama"] gem.email = "toyama0919@gmail.com" gem.homepage = "https://github.com/toyama0919/arison" @@ -16,14 +16,14 @@ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] gem.add_dependency 'thor' - gem.add_dependency 'pg' gem.add_dependency 'activesupport' gem.add_dependency 'activerecord' gem.add_dependency 'activerecord-import' + gem.add_development_dependency 'sqlite3' gem.add_development_dependency 'bundler' gem.add_development_dependency 'pry', '~> 0.10.1' gem.add_development_dependency 'rake', '~> 10.3.2' gem.add_development_dependency 'rspec', '~> 2.4' gem.add_development_dependency 'rubocop', '~> 0.24.1'