nistbib 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bbbb3ab1b1cc4e0253c5b74b046c5dc88791804
4
- data.tar.gz: 77e9e8ac8a3901f1580c4b37960877438b0a581a
3
+ metadata.gz: 27093e60116b31fafba50838c147ef3766a02208
4
+ data.tar.gz: cdfadbefc7881561b70ee95a5cc482d06ac87202
5
5
  SHA512:
6
- metadata.gz: 47a288bf10b2d4268353a67489cc4ab0256618868198e5f292f04f4755d22d955b5a0b03912a19dc1a77403632b9d704769d89804d4250031edc078c5ae57269
7
- data.tar.gz: b3b6ee1018f9baa2bd369860ca11cadaa53b3ad3f27f70ca34031f45f3cf3c09359256828b5d1b960fe1637a2be4d8070644ee661ba2a341d7111ccf381dba56
6
+ metadata.gz: f7f6e678af1da8e4207b3ead7301b997c7c099c8b44d574822eae1a0cd4dad9832a0cc3e5a6b02390a33e46d94d869f274c09ef4eef8f1d1d688698ed6ee65d1
7
+ data.tar.gz: abc00636938f18e873ab9f7268b772c81c7d936a15b74591cd1b090342e27fc4d6c72f4a9ac84dcf43a652e3decc6fda249cc9f94865e70dc79f1c611e9ee085
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nistbib (0.1.7)
4
+ nistbib (0.1.8)
5
5
  relaton-bib (~> 0.1.5)
6
6
 
7
7
  GEM
@@ -10,13 +10,13 @@ module NistBib
10
10
  # @param substage [String, NilClass]
11
11
  # @param iteration [String, NilClass]
12
12
  def initialize(stage:, substage: nil, iteration: nil)
13
- unless STAGES.include? stage
14
- raise ArgumentError, "invalid argument: stage (#{stage})"
15
- end
13
+ # unless STAGES.include? stage
14
+ # raise ArgumentError, "invalid argument: stage (#{stage})"
15
+ # end
16
16
 
17
- if substage && !SUBSTAGES.include?(substage)
18
- raise ArgumentError, "invalid argument: substage (#{substage})"
19
- end
17
+ # if substage && !SUBSTAGES.include?(substage)
18
+ # raise ArgumentError, "invalid argument: substage (#{substage})"
19
+ # end
20
20
 
21
21
  super
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module NistBib
2
- VERSION = "0.1.7".freeze
2
+ VERSION = "0.1.8".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nistbib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.