Skip to content

Commit

Permalink
upgrade gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Apr 10, 2015
1 parent 09c5a4d commit 42cf325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dwc-archive.gemspec
Expand Up @@ -26,10 +26,10 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rake", "~> 10.1"
gem.add_development_dependency "bundler", "~> 1.3"
gem.add_development_dependency "rspec", "~> 3.1"
gem.add_development_dependency "cucumber", "~> 1.3"
gem.add_development_dependency "cucumber", "~> 2.0"
gem.add_development_dependency "coveralls", "~> 0.7"
# gem.add_development_dependency "byebug", "~> 3.4"
gem.add_development_dependency "git", "~> 1.2"
gem.add_development_dependency "rubocop", "~> 0.26"
gem.add_development_dependency "travis-lint", "~> 1.7"
gem.add_development_dependency "travis-lint", "~> 2.0"
end
2 changes: 1 addition & 1 deletion lib/dwc_archive/version.rb
@@ -1,4 +1,4 @@
# Version constant of the class
class DarwinCore
VERSION = "0.9.11"
VERSION = "1.0.0"
end

0 comments on commit 42cf325

Please sign in to comment.