relaton-calconnect 0.1.2 → 0.2.0

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: eef7a41e52e9ff189e25ed77c32d255b423b8c74cbc0b735f26ac3afb555597f
4
- data.tar.gz: f31642c2f403dd8d229c1193e4b4b1e4ca049d5a7918a23dd51ef53a4b7a8311
3
+ metadata.gz: 21ccd3f1349abff3860fb23d6b3683c1a428ddc3fb73bfe756ea92d7d1bea7f7
4
+ data.tar.gz: 60163595bbd7f0007ad2f35420d9f4f17fdacecb10c37760bf526b4ab56fa8b4
5
5
  SHA512:
6
- metadata.gz: 949398a618329b8285e39eaad882ef333cc6115fd83815ab5db45de87eff2a7d502e60cb83b31b4cdedf4f3cb0ed7b67ed6c6dcd6328a7ccf7124a20899159bb
7
- data.tar.gz: '09032b86e0873c40a7a9bcdd4a73f94d8481fd6e34b827ca76eccc657943395101c9df59bb299d2c908e47827381409668d7b4c8f11ccde0cfb9991df1c699fa'
6
+ metadata.gz: ed510b5e62a1654c72a243f337e3c473b92be07f0505c6b5ee8915914fbf6cbfcc36faedb4efb296eb660ef988eaaca8c850007fad6f808ca9ae451640864c6d
7
+ data.tar.gz: 8954d89266b5fe862b675beaebcca11412a1830cd78d09a650774e8d6f21eb073b67b52c9e5f8dbb2d64403dd9b1d4ed07956cbfc891f9e85763eaee4cf606e4
@@ -13,8 +13,6 @@ jobs:
13
13
  ruby: [ '2.6', '2.5', '2.4' ]
14
14
  steps:
15
15
  - uses: actions/checkout@master
16
- with:
17
- submodules: recursive
18
16
  - name: Use Ruby
19
17
  uses: actions/setup-ruby@v1
20
18
  with:
@@ -13,8 +13,6 @@ jobs:
13
13
  ruby: [ '2.6', '2.5', '2.4' ]
14
14
  steps:
15
15
  - uses: actions/checkout@master
16
- with:
17
- submodules: recursive
18
16
  - name: Use Ruby
19
17
  uses: actions/setup-ruby@v1
20
18
  with:
@@ -13,8 +13,6 @@ jobs:
13
13
  ruby: [ '2.6', '2.5', '2.4' ]
14
14
  steps:
15
15
  - uses: actions/checkout@master
16
- with:
17
- submodules: recursive
18
16
  - name: Use Ruby
19
17
  uses: actions/setup-ruby@v1
20
18
  with:
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- relaton-calconnect (0.1.2)
4
+ relaton-calconnect (0.2.0)
5
5
  faraday
6
- relaton-iso-bib (~> 0.3.0)
6
+ relaton-iso-bib (~> 0.4.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -26,16 +26,17 @@ GEM
26
26
  json (2.2.0)
27
27
  mini_portile2 (2.4.0)
28
28
  multipart-post (2.1.1)
29
- nokogiri (1.10.4)
29
+ nokogiri (1.10.7)
30
30
  mini_portile2 (~> 2.4.0)
31
+ optout (0.0.2)
31
32
  public_suffix (4.0.1)
32
33
  rake (10.5.0)
33
- relaton-bib (0.3.12)
34
+ relaton-bib (0.4.0)
34
35
  addressable
35
36
  nokogiri
36
- relaton-iso-bib (0.3.12)
37
+ relaton-iso-bib (0.4.0)
37
38
  isoics (~> 0.1.6)
38
- relaton-bib (~> 0.3.0)
39
+ relaton-bib (~> 0.4.0)
39
40
  ruby_deep_clone (~> 0.8.0)
40
41
  rspec (3.8.0)
41
42
  rspec-core (~> 3.8.0)
@@ -52,6 +53,8 @@ GEM
52
53
  rspec-support (3.8.2)
53
54
  ruby-debug-ide (0.7.0)
54
55
  rake (>= 0.8.1)
56
+ ruby-jing (0.0.1)
57
+ optout (>= 0.0.2)
55
58
  ruby_deep_clone (0.8.0)
56
59
  safe_yaml (1.0.5)
57
60
  simplecov (0.17.1)
@@ -76,6 +79,7 @@ DEPENDENCIES
76
79
  relaton-calconnect!
77
80
  rspec (~> 3.0)
78
81
  ruby-debug-ide
82
+ ruby-jing
79
83
  simplecov
80
84
  vcr
81
85
  webmock