aleph-alpha-ruby 0.1.0 → 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: 778a05e7fe14d060fe39e55f6a9f3dabf7a894bbea87bc796ef9621d4103e942
4
- data.tar.gz: acbe9e5f8f195571cc3b10598104d49a609bcb6b11da55b4ba91f9bcbb860b6a
3
+ metadata.gz: 7904722320b8b404e4d3d04a6cdc9e1aa87a2e365aac5bd95baa5e7bc5a73c4b
4
+ data.tar.gz: 63e69e4a9aa565acef6ad5e0ebc91cbec0f2bc51cb12c4572d1023b18b746f32
5
5
  SHA512:
6
- metadata.gz: 2a7fa773e5edfbeb9f0a536b44a384b5f04eb744f8c957d747493961b551ccf2eaeb6934539f7b4ea25728b7d65820b51e848b9297c16a5fadc2e488c84ea915
7
- data.tar.gz: 702a91a42e08f47f1c99dd65c0e74d24e9741c3120b00848ce639c93eacff47100d7a7c31e50d1b04078384265cd6c0cd851d1d736d9a9a37ac73fba73899b3a
6
+ metadata.gz: 6c8e419df3ff2203ed6d7e66b4ac6b4fa067db9edca79c6ef52c094985ccb1cc8c3059e9e9f3dec3cc8ae7b407aa511879ff4c1bd7c9565cc20dee8e3dd005fe
7
+ data.tar.gz: c29c1ec73316e474ac092594f204398340df3e8dbbcee32cc5be2590bf27e40c47d557a163324006efbeb6ec72d745928db4a8ce3767e996f45e40d7c5376a54
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.0] - 2024-03-01
9
+
10
+ ### Added
11
+
12
+ - Update dependencies
13
+ - Update fixtures and tests
14
+
8
15
  ## [0.1.0] - 2023-12-03
9
16
 
10
17
  ### Added
data/Gemfile CHANGED
@@ -4,8 +4,8 @@ source "https://rubygems.org"
4
4
  gemspec
5
5
 
6
6
  gem "dotenv", "~> 2.8.1"
7
- gem "rake", "~> 13.0"
8
- gem "rspec", "~> 3.12"
9
- gem "rubocop", "~> 1.51"
10
- gem "vcr", "~> 6.1.0"
11
- gem "webmock", "~> 3.18.1"
7
+ gem "rake", "~> 13.1"
8
+ gem "rspec", "~> 3.13"
9
+ gem "rubocop", "~> 1.61"
10
+ gem "vcr", "~> 6.2.0"
11
+ gem "webmock", "~> 3.23.0"
data/Gemfile.lock CHANGED
@@ -1,69 +1,71 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aleph-alpha-ruby (0.1.0)
4
+ aleph-alpha-ruby (0.2.0)
5
5
  faraday (>= 1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.8.5)
10
+ addressable (2.8.6)
11
11
  public_suffix (>= 2.0.2, < 6.0)
12
12
  ast (2.4.2)
13
13
  base64 (0.2.0)
14
- crack (0.4.5)
14
+ bigdecimal (3.1.6)
15
+ crack (1.0.0)
16
+ bigdecimal
15
17
  rexml
16
- diff-lcs (1.5.0)
18
+ diff-lcs (1.5.1)
17
19
  dotenv (2.8.1)
18
- faraday (2.7.12)
20
+ faraday (2.8.1)
19
21
  base64
20
22
  faraday-net_http (>= 2.0, < 3.1)
21
23
  ruby2_keywords (>= 0.0.4)
22
24
  faraday-net_http (3.0.2)
23
- hashdiff (1.0.1)
24
- json (2.7.0)
25
+ hashdiff (1.1.0)
26
+ json (2.7.1)
25
27
  language_server-protocol (3.17.0.3)
26
- parallel (1.23.0)
27
- parser (3.2.2.4)
28
+ parallel (1.24.0)
29
+ parser (3.3.0.5)
28
30
  ast (~> 2.4.1)
29
31
  racc
30
32
  public_suffix (5.0.4)
31
33
  racc (1.7.3)
32
34
  rainbow (3.1.1)
33
35
  rake (13.1.0)
34
- regexp_parser (2.8.2)
36
+ regexp_parser (2.9.0)
35
37
  rexml (3.2.6)
36
- rspec (3.12.0)
37
- rspec-core (~> 3.12.0)
38
- rspec-expectations (~> 3.12.0)
39
- rspec-mocks (~> 3.12.0)
40
- rspec-core (3.12.2)
41
- rspec-support (~> 3.12.0)
42
- rspec-expectations (3.12.3)
38
+ rspec (3.13.0)
39
+ rspec-core (~> 3.13.0)
40
+ rspec-expectations (~> 3.13.0)
41
+ rspec-mocks (~> 3.13.0)
42
+ rspec-core (3.13.0)
43
+ rspec-support (~> 3.13.0)
44
+ rspec-expectations (3.13.0)
43
45
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.12.0)
45
- rspec-mocks (3.12.6)
46
+ rspec-support (~> 3.13.0)
47
+ rspec-mocks (3.13.0)
46
48
  diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.12.0)
48
- rspec-support (3.12.1)
49
- rubocop (1.58.0)
49
+ rspec-support (~> 3.13.0)
50
+ rspec-support (3.13.1)
51
+ rubocop (1.61.0)
50
52
  json (~> 2.3)
51
53
  language_server-protocol (>= 3.17.0)
52
54
  parallel (~> 1.10)
53
- parser (>= 3.2.2.4)
55
+ parser (>= 3.3.0.2)
54
56
  rainbow (>= 2.2.2, < 4.0)
55
57
  regexp_parser (>= 1.8, < 3.0)
56
58
  rexml (>= 3.2.5, < 4.0)
57
59
  rubocop-ast (>= 1.30.0, < 2.0)
58
60
  ruby-progressbar (~> 1.7)
59
61
  unicode-display_width (>= 2.4.0, < 3.0)
60
- rubocop-ast (1.30.0)
61
- parser (>= 3.2.1.0)
62
+ rubocop-ast (1.31.1)
63
+ parser (>= 3.3.0.4)
62
64
  ruby-progressbar (1.13.0)
63
65
  ruby2_keywords (0.0.5)
64
66
  unicode-display_width (2.5.0)
65
- vcr (6.1.0)
66
- webmock (3.18.1)
67
+ vcr (6.2.0)
68
+ webmock (3.23.0)
67
69
  addressable (>= 2.8.0)
68
70
  crack (>= 0.3.2)
69
71
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -74,11 +76,11 @@ PLATFORMS
74
76
  DEPENDENCIES
75
77
  aleph-alpha-ruby!
76
78
  dotenv (~> 2.8.1)
77
- rake (~> 13.0)
78
- rspec (~> 3.12)
79
- rubocop (~> 1.51)
80
- vcr (~> 6.1.0)
81
- webmock (~> 3.18.1)
79
+ rake (~> 13.1)
80
+ rspec (~> 3.13)
81
+ rubocop (~> 1.61)
82
+ vcr (~> 6.2.0)
83
+ webmock (~> 3.23.0)
82
84
 
83
85
  BUNDLED WITH
84
86
  2.1.4
@@ -1,3 +1,3 @@
1
1
  module AlephAlpha
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.2.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aleph-alpha-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Korth
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-03 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday