relaton-iso-bib 0.5.0 → 0.6.0
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 +4 -4
- data/.github/workflows/macos.yml +9 -4
- data/.github/workflows/ubuntu.yml +9 -4
- data/.github/workflows/windows.yml +9 -4
- data/lib/relaton_iso_bib/version.rb +1 -1
- data/relaton_iso_bib.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd31dad762fef489645a85f190874586e000b564a13b8f8703bd5fbd5b15c642
|
|
4
|
+
data.tar.gz: c443769ed7f1c2f33cd24dec4aec36c3bb843e3073d61b2bce6637d0e600015f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1face90c6a3697badad1da749ab995736b762edb39888dbebcdc113c3e2f35103051bac47ba1d1202d863eb0afec7231ba58d1dfc86bba9072f7b63c4d97cc2
|
|
7
|
+
data.tar.gz: 4ef52c29286cddca06b5ee853e4482aa61cd52f913823a4fe0ba7ce448f3532b089c3f29d89c028219416f8ed8c5b6847ca11e92a0c9531a53b1c7995eefa48e
|
data/.github/workflows/macos.yml
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
# Auto-generated
|
|
2
|
-
#
|
|
1
|
+
# Auto-generated by Cimas: Do not edit it manually!
|
|
2
|
+
# See https://github.com/metanorma/cimas
|
|
3
3
|
name: macos
|
|
4
4
|
|
|
5
|
-
on:
|
|
5
|
+
on:
|
|
6
|
+
push:
|
|
7
|
+
branches: [ master ]
|
|
8
|
+
pull_request:
|
|
9
|
+
branches: [ '**' ]
|
|
6
10
|
|
|
7
11
|
jobs:
|
|
8
12
|
test-macos:
|
|
9
13
|
name: Test on Ruby ${{ matrix.ruby }} macOS
|
|
10
14
|
runs-on: macos-latest
|
|
11
15
|
strategy:
|
|
16
|
+
fail-fast: false
|
|
12
17
|
matrix:
|
|
13
18
|
ruby: [ '2.6', '2.5', '2.4' ]
|
|
14
19
|
steps:
|
|
@@ -20,7 +25,7 @@ jobs:
|
|
|
20
25
|
architecture: 'x64'
|
|
21
26
|
- name: Update gems
|
|
22
27
|
run: |
|
|
23
|
-
sudo gem install bundler
|
|
28
|
+
sudo gem install bundler --force
|
|
24
29
|
bundle install --jobs 4 --retry 3
|
|
25
30
|
- name: Run specs
|
|
26
31
|
run: |
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
# Auto-generated
|
|
2
|
-
#
|
|
1
|
+
# Auto-generated by Cimas: Do not edit it manually!
|
|
2
|
+
# See https://github.com/metanorma/cimas
|
|
3
3
|
name: ubuntu
|
|
4
4
|
|
|
5
|
-
on:
|
|
5
|
+
on:
|
|
6
|
+
push:
|
|
7
|
+
branches: [ master ]
|
|
8
|
+
pull_request:
|
|
9
|
+
branches: [ '**' ]
|
|
6
10
|
|
|
7
11
|
jobs:
|
|
8
12
|
test-linux:
|
|
9
13
|
name: Test on Ruby ${{ matrix.ruby }} Ubuntu
|
|
10
14
|
runs-on: ubuntu-latest
|
|
11
15
|
strategy:
|
|
16
|
+
fail-fast: false
|
|
12
17
|
matrix:
|
|
13
18
|
ruby: [ '2.6', '2.5', '2.4' ]
|
|
14
19
|
steps:
|
|
@@ -20,7 +25,7 @@ jobs:
|
|
|
20
25
|
architecture: 'x64'
|
|
21
26
|
- name: Update gems
|
|
22
27
|
run: |
|
|
23
|
-
gem install bundler
|
|
28
|
+
gem install bundler
|
|
24
29
|
bundle install --jobs 4 --retry 3
|
|
25
30
|
- name: Run specs
|
|
26
31
|
run: |
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
# Auto-generated
|
|
2
|
-
#
|
|
1
|
+
# Auto-generated by Cimas: Do not edit it manually!
|
|
2
|
+
# See https://github.com/metanorma/cimas
|
|
3
3
|
name: windows
|
|
4
4
|
|
|
5
|
-
on:
|
|
5
|
+
on:
|
|
6
|
+
push:
|
|
7
|
+
branches: [ master ]
|
|
8
|
+
pull_request:
|
|
9
|
+
branches: [ '**' ]
|
|
6
10
|
|
|
7
11
|
jobs:
|
|
8
12
|
test-windows:
|
|
9
13
|
name: Test on Ruby ${{ matrix.ruby }} Windows
|
|
10
14
|
runs-on: windows-latest
|
|
11
15
|
strategy:
|
|
16
|
+
fail-fast: false
|
|
12
17
|
matrix:
|
|
13
18
|
ruby: [ '2.6', '2.5', '2.4' ]
|
|
14
19
|
steps:
|
|
@@ -21,7 +26,7 @@ jobs:
|
|
|
21
26
|
- name: Update gems
|
|
22
27
|
shell: pwsh
|
|
23
28
|
run: |
|
|
24
|
-
gem install bundler
|
|
29
|
+
gem install bundler
|
|
25
30
|
bundle config --local path vendor/bundle
|
|
26
31
|
bundle update
|
|
27
32
|
bundle install --jobs 4 --retry 3
|
data/relaton_iso_bib.gemspec
CHANGED
|
@@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
|
|
|
35
35
|
spec.add_development_dependency "ruby-jing"
|
|
36
36
|
|
|
37
37
|
spec.add_dependency "isoics", "~> 0.1.6"
|
|
38
|
-
spec.add_dependency "relaton-bib", "~>0.
|
|
38
|
+
spec.add_dependency "relaton-bib", "~>0.6.0"
|
|
39
39
|
spec.add_dependency "ruby_deep_clone", "~> 0.8.0"
|
|
40
40
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: relaton-iso-bib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry-byebug
|
|
@@ -142,14 +142,14 @@ dependencies:
|
|
|
142
142
|
requirements:
|
|
143
143
|
- - "~>"
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: 0.
|
|
145
|
+
version: 0.6.0
|
|
146
146
|
type: :runtime
|
|
147
147
|
prerelease: false
|
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 0.
|
|
152
|
+
version: 0.6.0
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: ruby_deep_clone
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|