liblynx-api 1.2.2 → 1.2.3

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
  SHA256:
3
- metadata.gz: b28217136add32091f1f7206e4b9d8ce34a6caa3b612a1dd356e9bf967170584
4
- data.tar.gz: c122112d68478c2e75759137632ab2c067cb5bde3670b84c05d4a7b3e5195aa2
3
+ metadata.gz: 003fa80f67784ff574293bdc8eb39066e421b8474a87137f5a05757731120458
4
+ data.tar.gz: f3de24d0df249192402fa6e66584c5b84c755768aac437833ad7bad89174967b
5
5
  SHA512:
6
- metadata.gz: e22aeb23418bde30400a4ad799edb0bbc5c4425d044780178cee9138b3e0c20da5d28216fadb8b54e193c43b65a4eee578e47e609d5b804cfa900d5a61d6e063
7
- data.tar.gz: bf7f7f333dfc9523007e64dfea9486b39a602b134fe90fec7c514ce6f7d2c67ddca84c58db2e210a703b43edd1ac0f65e944847be7f9055920302e0c58a68e34
6
+ metadata.gz: a8dc533730cbfacd8ecbb1148899f6d4f6df11e7792db5e508805201bec7792f54ed9bb652917bce65092855ec85e3a439e325c57737321eaa0a5aa9acd2f17a
7
+ data.tar.gz: 76290bb780a5769099aa2fda5f577cdfe255e3777df83b8b9dc9c931f9e3e6e0666af5f2a5b3fbcd6a25572113f28dbb1f45eb81797cb7f13d332771b1d19374
data/Gemfile.lock CHANGED
@@ -1,17 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- liblynx-api (1.2.2)
4
+ liblynx-api (1.2.3)
5
5
  heroics (~> 0.1)
6
6
  moneta (~> 1.4)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- base64 (0.2.0)
12
- diff-lcs (1.5.1)
11
+ base64 (0.3.0)
12
+ diff-lcs (1.6.2)
13
13
  erubis (2.7.0)
14
- excon (0.111.0)
14
+ excon (1.4.2)
15
+ logger
15
16
  heroics (0.1.3)
16
17
  base64
17
18
  erubis (~> 2.0)
@@ -20,27 +21,28 @@ GEM
20
21
  multi_json (>= 1.9.2)
21
22
  webrick
22
23
  json_schema (0.20.3)
24
+ logger (1.7.0)
23
25
  moneta (1.6.0)
24
- multi_json (1.15.0)
26
+ multi_json (1.20.1)
25
27
  prmd (0.14.0)
26
28
  erubis (~> 2.7)
27
29
  json_schema (~> 0.3, >= 0.3.1)
28
30
  rake (13.2.1)
29
- rspec (3.13.0)
31
+ rspec (3.13.2)
30
32
  rspec-core (~> 3.13.0)
31
33
  rspec-expectations (~> 3.13.0)
32
34
  rspec-mocks (~> 3.13.0)
33
- rspec-core (3.13.1)
35
+ rspec-core (3.13.6)
34
36
  rspec-support (~> 3.13.0)
35
- rspec-expectations (3.13.3)
37
+ rspec-expectations (3.13.5)
36
38
  diff-lcs (>= 1.2.0, < 2.0)
37
39
  rspec-support (~> 3.13.0)
38
- rspec-mocks (3.13.1)
40
+ rspec-mocks (3.13.8)
39
41
  diff-lcs (>= 1.2.0, < 2.0)
40
42
  rspec-support (~> 3.13.0)
41
- rspec-support (3.13.1)
42
- webrick (1.8.2)
43
- yard (0.9.37)
43
+ rspec-support (3.13.7)
44
+ webrick (1.9.2)
45
+ yard (0.9.43)
44
46
 
45
47
  PLATFORMS
46
48
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LibLynxAPI
4
- VERSION = '1.2.2'
4
+ VERSION = '1.2.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liblynx-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Sablic