nistbib.gemspec in nistbib-0.1.0 vs nistbib.gemspec in nistbib-0.1.1

- old
+ new

@@ -9,11 +9,11 @@ spec.authors = ["Ribose Inc."] spec.email = ["open.source@ribose.com"] spec.summary = %q{NistBib: retrive NIST standards.} spec.description = %q{NistBib: retrive NIST standards.} - spec.homepage = "https://github.com/riboseinc/nistbib" + spec.homepage = "https://github.com/metanorma/nistbib" spec.license = "MIT" # 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 @@ -30,8 +30,10 @@ spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency 'simplecov' spec.add_development_dependency 'vcr' spec.add_development_dependency 'webmock' + spec.add_development_dependency 'ruby-debug-ide' + spec.add_development_dependency 'debase' spec.add_dependency 'iso-bib-item', '~> 0.4.2' end