itubib.gemspec in ituBib-0.1.0 vs itubib.gemspec in ituBib-0.1.1
- old
+ new
@@ -11,11 +11,11 @@
spec.summary = "ItuBib: retrieve ITU Standards for bibliographic use "\
"using the BibliographicItem model"
spec.description = "ItuBib: retrieve ITU Standards for bibliographic use "\
"using the BibliographicItem model"
- spec.homepage = "https://github.com/riboseinc/itubib"
+ spec.homepage = "https://github.com/metanorma/itubib"
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
@@ -31,8 +31,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