commonmeta-ruby 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7dd4130cd421b4e718c9d7ca6e407ff77eb58f10986091baa4dbf1403a0dafc
4
- data.tar.gz: 2874c557642143804692c1702bd0487df4b4d73406af8380b445f01a77e00cde
3
+ metadata.gz: c95cbf53a27529abcef8b642be1808abe1ef14e0743e3659e034c56a63391c44
4
+ data.tar.gz: dd32ed83707428d77f567d3810f7581cdffe49493afa58b2a83d7ee36189ebee
5
5
  SHA512:
6
- metadata.gz: 062e9794c287d3dbde5d47f1397ba9e52a33be50d6163bac7d33843390a3d7a9855b976aa438853a8844a8980bc2b8e83568332f386f7496e8d6abb434635bb5
7
- data.tar.gz: db93cb2e83be946d89ccae9ed6c13103b2d971af7155734f94750194d3f423a6747b629af03bbae40e45200b1185b383e28d104f316de838669210c1c366c1eb
6
+ metadata.gz: 925069193052d9443ae9af6f1f91e0a96d9cf4cc67c7717f08fad06c4f24a9725c654db67036f4a2a644dcbec9f578924838483d541830059a42e3ee3bf0dfc1
7
+ data.tar.gz: 8b7fa15309cfa4eeb2333c5ac1b40c1b872df06e5f7bdfe988959900f11a2b3f8ccd7e797e68439c12d0709a0257b26590a7ddcee58915998f529c40fbc60b35
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- commonmeta-ruby (3.0.4)
4
+ commonmeta-ruby (3.0.5)
5
5
  activesupport (>= 4.2.5, < 8.0)
6
6
  base32-url (>= 0.5.0, < 1)
7
7
  bibtex-ruby (~> 6.0)
@@ -30,6 +30,7 @@ module Commonmeta
30
30
  method_option :style, aliases: '-s', default: 'apa'
31
31
  method_option :locale, aliases: '-l', default: 'en-US'
32
32
  method_option :show_errors, type: :boolean, force: false
33
+ method_option :doi
33
34
  method_option :depositor
34
35
  method_option :email
35
36
  method_option :registrant
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmeta
4
- VERSION = '3.0.4'
4
+ VERSION = '3.0.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonmeta-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner