relaton-cli 0.3.16 → 0.4.1

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: d728ae414b876f97f62d47ba76bdb925e412236cfc340eb79e4bf616ecbae376
4
- data.tar.gz: bc9b217f6acafbfbb1bc6c9f33086744f476737334eef7e4ea4c97b18f3122ba
3
+ metadata.gz: 1c8d5c268b0ecc41c0ceef59115567bab135b91c5f414e361f6b1c6e814caed2
4
+ data.tar.gz: ee4dcdc68114e94d9f4f30a5b35568d222d684be1841e1249387b51d73c15600
5
5
  SHA512:
6
- metadata.gz: 6fd9e744f599df11b3c3a20dfdb35d7c12680f4f0800fe01f9210be625f1b7fa5644147ad9c765776f8aae339366d119eb928102be6dd03679ef231c8573c688
7
- data.tar.gz: 9715792cbc44a13974ddc1a3c9dd2bba7837e482fba2ad3da32773d66b78e3b8f809f8cd9825df9eb279c34a594b2c062bf7682818fdcc6084335421bfa85cf2
6
+ metadata.gz: b1ceec4318f049bf6ee63ca7cfe84863aae32763e39f432bfb4a52667e896fe781d8746e0b54694a6fe958e2e767206e3b94fab55886cbd67d15eaabb022eaab
7
+ data.tar.gz: c4ec39a1b393ca1ff35d65849ca8a41e5614fcaa4881d6d6103d8c29ee7899ac0c2639bb857cf53dfb98ef74dbac0c4f495e302342038f4aa9f01dbd23666976
@@ -0,0 +1,27 @@
1
+ # Auto-generated !!! Do not edit it manually
2
+ # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
+ name: macos
4
+
5
+ on: [push]
6
+
7
+ jobs:
8
+ test-macos:
9
+ name: Test on Ruby ${{ matrix.ruby }} macOS
10
+ runs-on: macos-latest
11
+ strategy:
12
+ matrix:
13
+ ruby: [ '2.6', '2.5', '2.4' ]
14
+ steps:
15
+ - uses: actions/checkout@master
16
+ - name: Use Ruby
17
+ uses: actions/setup-ruby@v1
18
+ with:
19
+ ruby-version: ${{ matrix.ruby }}
20
+ architecture: 'x64'
21
+ - name: Update gems
22
+ run: |
23
+ sudo gem install bundler -v "~> 2" --force
24
+ bundle install --jobs 4 --retry 3
25
+ - name: Run specs
26
+ run: |
27
+ bundle exec rake
@@ -0,0 +1,27 @@
1
+ # Auto-generated !!! Do not edit it manually
2
+ # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
+ name: ubuntu
4
+
5
+ on: [push]
6
+
7
+ jobs:
8
+ test-linux:
9
+ name: Test on Ruby ${{ matrix.ruby }} Ubuntu
10
+ runs-on: ubuntu-latest
11
+ strategy:
12
+ matrix:
13
+ ruby: [ '2.6', '2.5', '2.4' ]
14
+ steps:
15
+ - uses: actions/checkout@master
16
+ - name: Use Ruby
17
+ uses: actions/setup-ruby@v1
18
+ with:
19
+ ruby-version: ${{ matrix.ruby }}
20
+ architecture: 'x64'
21
+ - name: Update gems
22
+ run: |
23
+ gem install bundler -v "~> 2"
24
+ bundle install --jobs 4 --retry 3
25
+ - name: Run specs
26
+ run: |
27
+ bundle exec rake
@@ -0,0 +1,30 @@
1
+ # Auto-generated !!! Do not edit it manually
2
+ # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
+ name: windows
4
+
5
+ on: [push]
6
+
7
+ jobs:
8
+ test-windows:
9
+ name: Test on Ruby ${{ matrix.ruby }} Windows
10
+ runs-on: windows-latest
11
+ strategy:
12
+ matrix:
13
+ ruby: [ '2.6', '2.5', '2.4' ]
14
+ steps:
15
+ - uses: actions/checkout@master
16
+ - name: Use Ruby
17
+ uses: actions/setup-ruby@v1
18
+ with:
19
+ ruby-version: ${{ matrix.ruby }}
20
+ architecture: 'x64'
21
+ - name: Update gems
22
+ shell: pwsh
23
+ run: |
24
+ gem install bundler -v "~> 2"
25
+ bundle config --local path vendor/bundle
26
+ bundle update
27
+ bundle install --jobs 4 --retry 3
28
+ - name: Run specs
29
+ run: |
30
+ bundle exec rake
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- relaton-cli (0.3.16)
4
+ relaton-cli (0.4.1)
5
5
  liquid
6
- relaton (~> 0.5)
6
+ relaton (~> 0.6.0)
7
7
  thor
8
8
 
9
9
  GEM
@@ -31,52 +31,52 @@ GEM
31
31
  mini_portile2 (2.4.0)
32
32
  mixlib-shellout (2.4.4)
33
33
  multipart-post (2.1.1)
34
- nokogiri (1.10.5)
34
+ nokogiri (1.10.7)
35
35
  mini_portile2 (~> 2.4.0)
36
36
  pry (0.12.2)
37
37
  coderay (~> 1.1.0)
38
38
  method_source (~> 0.9.0)
39
39
  public_suffix (4.0.1)
40
40
  rake (12.3.3)
41
- relaton (0.5.16)
42
- relaton-calconnect (~> 0.1.0)
43
- relaton-gb (~> 0.6.0)
44
- relaton-iec (~> 0.4.0)
45
- relaton-ietf (~> 0.6.0)
46
- relaton-iso (~> 0.6.0)
47
- relaton-itu (~> 0.3.0)
48
- relaton-nist (~> 0.3.0)
49
- relaton-ogc (~> 0.1.0)
50
- relaton-bib (0.3.12)
41
+ relaton (0.6.1)
42
+ relaton-calconnect (~> 0.2.0)
43
+ relaton-gb (~> 0.7.0)
44
+ relaton-iec (~> 0.5.0)
45
+ relaton-ietf (~> 0.7.0)
46
+ relaton-iso (~> 0.7.0)
47
+ relaton-itu (~> 0.4.0)
48
+ relaton-nist (~> 0.4.0)
49
+ relaton-ogc (~> 0.2.0)
50
+ relaton-bib (0.4.1)
51
51
  addressable
52
52
  nokogiri
53
- relaton-calconnect (0.1.0)
53
+ relaton-calconnect (0.2.1)
54
54
  faraday
55
- relaton-iso-bib (~> 0.3.0)
56
- relaton-gb (0.6.7)
55
+ relaton-iso-bib (~> 0.4.0)
56
+ relaton-gb (0.7.1)
57
57
  cnccs (~> 0.1.1)
58
58
  gb-agencies (~> 0.0.1)
59
- relaton-iso-bib (~> 0.3.0)
60
- relaton-iec (0.4.10)
59
+ relaton-iso-bib (~> 0.4.0)
60
+ relaton-iec (0.5.1)
61
61
  addressable
62
- relaton-iso-bib (~> 0.3.0)
63
- relaton-ietf (0.6.10)
64
- relaton-bib (~> 0.3.0)
65
- relaton-iso (0.6.9)
66
- relaton-iec (~> 0.4.0)
67
- relaton-iso-bib (~> 0.3.0)
68
- relaton-iso-bib (0.3.12)
62
+ relaton-iso-bib (~> 0.4.0)
63
+ relaton-ietf (0.7.1)
64
+ relaton-bib (~> 0.4.0)
65
+ relaton-iso (0.7.1)
66
+ relaton-iec (~> 0.5.0)
67
+ relaton-iso-bib (~> 0.4.0)
68
+ relaton-iso-bib (0.4.1)
69
69
  isoics (~> 0.1.6)
70
- relaton-bib (~> 0.3.0)
70
+ relaton-bib (~> 0.4.0)
71
71
  ruby_deep_clone (~> 0.8.0)
72
- relaton-itu (0.3.10)
73
- relaton-iso-bib (~> 0.3.0)
74
- relaton-nist (0.3.8)
75
- relaton-bib (~> 0.3.0)
72
+ relaton-itu (0.4.1)
73
+ relaton-iso-bib (~> 0.4.0)
74
+ relaton-nist (0.4.1)
75
+ relaton-bib (~> 0.4.0)
76
76
  rubyzip
77
- relaton-ogc (0.1.4)
77
+ relaton-ogc (0.2.1)
78
78
  faraday
79
- relaton-iso-bib (~> 0.3.0)
79
+ relaton-iso-bib (~> 0.4.0)
80
80
  rspec (3.8.0)
81
81
  rspec-core (~> 3.8.0)
82
82
  rspec-expectations (~> 3.8.0)
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Cli
3
- VERSION = "0.3.16".freeze
3
+ VERSION = "0.4.1".freeze
4
4
  end
5
5
  end
data/relaton-cli.gemspec CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
  spec.add_development_dependency "debase"
35
35
  spec.add_development_dependency "simplecov"
36
36
 
37
- spec.add_runtime_dependency "relaton", "~> 0.5"
37
+ spec.add_runtime_dependency "relaton", "~> 0.6.0"
38
38
  spec.add_runtime_dependency "thor"
39
39
  spec.add_runtime_dependency "liquid"
40
40
  # spec.add_runtime_dependency 'byebug'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.16
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-28 00:00:00.000000000 Z
11
+ date: 2019-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -156,14 +156,14 @@ dependencies:
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '0.5'
159
+ version: 0.6.0
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: '0.5'
166
+ version: 0.6.0
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: thor
169
169
  requirement: !ruby/object:Gem::Requirement
@@ -202,16 +202,17 @@ extra_rdoc_files:
202
202
  - docs/README.adoc
203
203
  - LICENSE
204
204
  files:
205
+ - ".github/workflows/macos.yml"
206
+ - ".github/workflows/ubuntu.yml"
207
+ - ".github/workflows/windows.yml"
205
208
  - ".gitignore"
206
209
  - ".hound.yml"
207
210
  - ".rubocop.yml"
208
- - ".travis.yml"
209
211
  - CHANGELOG.md
210
212
  - Gemfile
211
213
  - Gemfile.lock
212
214
  - LICENSE
213
215
  - Rakefile
214
- - appveyor.yml
215
216
  - bin/console
216
217
  - bin/rspec
217
218
  - bin/setup
data/.travis.yml DELETED
@@ -1,18 +0,0 @@
1
- # Auto-generated !!! Do not edit it manually
2
- # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
- language: ruby
4
- cache: bundler
5
- os:
6
- - linux
7
- - osx
8
- rvm:
9
- - 2.6
10
- - 2.5
11
- - 2.4
12
- - ruby-head
13
- before_install:
14
- - gem install bundler -v "~> 2"
15
- - bundle update
16
- matrix:
17
- allow_failures:
18
- - rvm: ruby-head
data/appveyor.yml DELETED
@@ -1,37 +0,0 @@
1
- # Auto-generated !!! Do not edit it manually
2
- # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
- version: '{build}'
4
-
5
- cache:
6
- - vendor/bundle
7
-
8
- environment:
9
- matrix:
10
- - RUBY_VERSION: 26
11
- - RUBY_VERSION: 25
12
- - RUBY_VERSION: 24
13
- - RUBY_VERSION: _trunk
14
-
15
- matrix:
16
- allow_failures:
17
- - RUBY_VERSION: _trunk
18
-
19
- install:
20
- - ps: . { iwr -useb https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/appveyor.ps1 } | iex
21
- - refreshenv
22
-
23
- build_script:
24
- - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
25
- - set GIT_TERMINAL_PROMPT=0
26
- - gem install bundler -v "~> 2"
27
- - bundle config --local path vendor/bundle
28
- - bundle update
29
- - bundle install
30
-
31
- before_test:
32
- - ruby -v
33
- - gem -v
34
- - bundle -v
35
-
36
- test_script:
37
- - bundle exec rake