aleph-alpha-ruby 0.0.2 → 0.1.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: af7b9ee5555b431b4c6c596e2a11c44a832cc2ed4d46ae392d4f2cf8c0dd47b9
4
- data.tar.gz: ebb45a0aa3845b43abf1d98b1388ceb7a7570d6484da57bc9d9b97fd3aa5fd84
3
+ metadata.gz: 778a05e7fe14d060fe39e55f6a9f3dabf7a894bbea87bc796ef9621d4103e942
4
+ data.tar.gz: acbe9e5f8f195571cc3b10598104d49a609bcb6b11da55b4ba91f9bcbb860b6a
5
5
  SHA512:
6
- metadata.gz: a0bd39fef2873004aa4b5fb15d0f0427d296db28b1780a6d72ab34351dea04bfa299b3ebae927a7f7c8b88c88697bfd8d71ef7a36a3faa723d33384e26fa8f9c
7
- data.tar.gz: e884b1a3201df383cdbf69641cb4a6738c10696a35f92326ea5c4d4b333236ef603773eac8f00a3f0bcce1ec9a98895683b80605797c4b2082f242a860c29fdc
6
+ metadata.gz: 2a7fa773e5edfbeb9f0a536b44a384b5f04eb744f8c957d747493961b551ccf2eaeb6934539f7b4ea25728b7d65820b51e848b9297c16a5fadc2e488c84ea915
7
+ data.tar.gz: 702a91a42e08f47f1c99dd65c0e74d24e9741c3120b00848ce639c93eacff47100d7a7c31e50d1b04078384265cd6c0cd851d1d736d9a9a37ac73fba73899b3a
data/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ 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.1.0] - 2023-12-03
9
+
10
+ ### Added
11
+
12
+ - Update dependencies
13
+ - Update fixtures and tests
14
+
15
+ ## [0.0.3] - 2023-10-29
16
+
17
+ ### Added
18
+
19
+ - Update dependencies
20
+ - Update fixtures and tests
21
+
8
22
  ## [0.0.2] - 2023-06-10
9
23
 
10
24
  ### Added
data/Gemfile.lock CHANGED
@@ -1,35 +1,38 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aleph-alpha-ruby (0.0.2)
4
+ aleph-alpha-ruby (0.1.0)
5
5
  faraday (>= 1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.8.4)
10
+ addressable (2.8.5)
11
11
  public_suffix (>= 2.0.2, < 6.0)
12
12
  ast (2.4.2)
13
+ base64 (0.2.0)
13
14
  crack (0.4.5)
14
15
  rexml
15
16
  diff-lcs (1.5.0)
16
17
  dotenv (2.8.1)
17
- faraday (2.7.6)
18
+ faraday (2.7.12)
19
+ base64
18
20
  faraday-net_http (>= 2.0, < 3.1)
19
21
  ruby2_keywords (>= 0.0.4)
20
22
  faraday-net_http (3.0.2)
21
23
  hashdiff (1.0.1)
22
- json (2.6.3)
24
+ json (2.7.0)
25
+ language_server-protocol (3.17.0.3)
23
26
  parallel (1.23.0)
24
- parser (3.2.2.3)
27
+ parser (3.2.2.4)
25
28
  ast (~> 2.4.1)
26
29
  racc
27
- public_suffix (5.0.1)
28
- racc (1.7.0)
30
+ public_suffix (5.0.4)
31
+ racc (1.7.3)
29
32
  rainbow (3.1.1)
30
- rake (13.0.6)
31
- regexp_parser (2.8.1)
32
- rexml (3.2.5)
33
+ rake (13.1.0)
34
+ regexp_parser (2.8.2)
35
+ rexml (3.2.6)
33
36
  rspec (3.12.0)
34
37
  rspec-core (~> 3.12.0)
35
38
  rspec-expectations (~> 3.12.0)
@@ -39,25 +42,26 @@ GEM
39
42
  rspec-expectations (3.12.3)
40
43
  diff-lcs (>= 1.2.0, < 2.0)
41
44
  rspec-support (~> 3.12.0)
42
- rspec-mocks (3.12.5)
45
+ rspec-mocks (3.12.6)
43
46
  diff-lcs (>= 1.2.0, < 2.0)
44
47
  rspec-support (~> 3.12.0)
45
- rspec-support (3.12.0)
46
- rubocop (1.52.0)
48
+ rspec-support (3.12.1)
49
+ rubocop (1.58.0)
47
50
  json (~> 2.3)
51
+ language_server-protocol (>= 3.17.0)
48
52
  parallel (~> 1.10)
49
- parser (>= 3.2.0.0)
53
+ parser (>= 3.2.2.4)
50
54
  rainbow (>= 2.2.2, < 4.0)
51
55
  regexp_parser (>= 1.8, < 3.0)
52
56
  rexml (>= 3.2.5, < 4.0)
53
- rubocop-ast (>= 1.28.0, < 2.0)
57
+ rubocop-ast (>= 1.30.0, < 2.0)
54
58
  ruby-progressbar (~> 1.7)
55
59
  unicode-display_width (>= 2.4.0, < 3.0)
56
- rubocop-ast (1.29.0)
60
+ rubocop-ast (1.30.0)
57
61
  parser (>= 3.2.1.0)
58
62
  ruby-progressbar (1.13.0)
59
63
  ruby2_keywords (0.0.5)
60
- unicode-display_width (2.4.2)
64
+ unicode-display_width (2.5.0)
61
65
  vcr (6.1.0)
62
66
  webmock (3.18.1)
63
67
  addressable (>= 2.8.0)
@@ -1,3 +1,3 @@
1
1
  module AlephAlpha
2
- VERSION = "0.0.2".freeze
2
+ VERSION = "0.1.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.0.2
4
+ version: 0.1.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-06-10 00:00:00.000000000 Z
11
+ date: 2023-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday