Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwrobel committed Nov 6, 2024
1 parent 41314ac commit 40ccd2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions datacite_mds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'datacite_mds/version'
Gem::Specification.new do |spec|
spec.name = "datacite_mds"
spec.version = DataciteMds::VERSION
spec.authors = ["Fred Heath", "Michael Davis"]
spec.email = ["michael.davis@bodleian.ox.ac.uk"]
spec.authors = ["Fred Heath", "Michael Davis", "Thomas Wrobel"]
spec.email = ["thomas.wrobel@bodleian.ox.ac.uk"]

spec.summary = %q{This gem allows for Ruby client connectivity to Datacite's Metadata Store (https://mds.datacite.org/)}
spec.description = %q{The MDS is a service for data publishers to mint DOIs and register associated metadata. It is aimed mainly at scientific and research data publishers. This gem allows for simple and seamless interaction with this service.}
Expand All @@ -25,7 +25,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "yard"
spec.add_development_dependency "travis"
spec.add_development_dependency "coveralls"

spec.add_dependency "nokogiri", "~> 1.6"


end
2 changes: 1 addition & 1 deletion lib/datacite_mds/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DataciteMds
VERSION = "0.3.1"
VERSION = "0.3.2"
end

0 comments on commit 40ccd2c

Please sign in to comment.