aleph-alpha-ruby 0.0.3 → 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: 2fe5c71bccb2e073f1a1e3e5645670c0d2574c597861951d0d408ba4d87ef71c
4
- data.tar.gz: 29aa2c172537f3b00ee61aaa8a8bc4d581cbddb0012d80a24e6c6710c7ca0fea
3
+ metadata.gz: 778a05e7fe14d060fe39e55f6a9f3dabf7a894bbea87bc796ef9621d4103e942
4
+ data.tar.gz: acbe9e5f8f195571cc3b10598104d49a609bcb6b11da55b4ba91f9bcbb860b6a
5
5
  SHA512:
6
- metadata.gz: 3d85a3450a420623f410b50b345851f50c9b7ac066024a4eea1e3fb83a573672e96fce58126324efcec1bee39dfcd12b0af80ddcf0fcf7f794c1e413a21e57d2
7
- data.tar.gz: 97273015c5c9dc4e9a12c2798079ad98169741b26efc1e404908013c3ccfcbfbb6faecf1df8e4c2058d823c2307ecd976c148f064ebaa1424ba90884d877391a
6
+ metadata.gz: 2a7fa773e5edfbeb9f0a536b44a384b5f04eb744f8c957d747493961b551ccf2eaeb6934539f7b4ea25728b7d65820b51e848b9297c16a5fadc2e488c84ea915
7
+ data.tar.gz: 702a91a42e08f47f1c99dd65c0e74d24e9741c3120b00848ce639c93eacff47100d7a7c31e50d1b04078384265cd6c0cd851d1d736d9a9a37ac73fba73899b3a
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.1.0] - 2023-12-03
9
+
10
+ ### Added
11
+
12
+ - Update dependencies
13
+ - Update fixtures and tests
14
+
8
15
  ## [0.0.3] - 2023-10-29
9
16
 
10
17
  ### Added
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
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
@@ -10,25 +10,25 @@ GEM
10
10
  addressable (2.8.5)
11
11
  public_suffix (>= 2.0.2, < 6.0)
12
12
  ast (2.4.2)
13
- base64 (0.1.1)
13
+ base64 (0.2.0)
14
14
  crack (0.4.5)
15
15
  rexml
16
16
  diff-lcs (1.5.0)
17
17
  dotenv (2.8.1)
18
- faraday (2.7.11)
18
+ faraday (2.7.12)
19
19
  base64
20
20
  faraday-net_http (>= 2.0, < 3.1)
21
21
  ruby2_keywords (>= 0.0.4)
22
22
  faraday-net_http (3.0.2)
23
23
  hashdiff (1.0.1)
24
- json (2.6.3)
24
+ json (2.7.0)
25
25
  language_server-protocol (3.17.0.3)
26
26
  parallel (1.23.0)
27
27
  parser (3.2.2.4)
28
28
  ast (~> 2.4.1)
29
29
  racc
30
- public_suffix (5.0.3)
31
- racc (1.7.1)
30
+ public_suffix (5.0.4)
31
+ racc (1.7.3)
32
32
  rainbow (3.1.1)
33
33
  rake (13.1.0)
34
34
  regexp_parser (2.8.2)
@@ -46,7 +46,7 @@ GEM
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
47
  rspec-support (~> 3.12.0)
48
48
  rspec-support (3.12.1)
49
- rubocop (1.57.2)
49
+ rubocop (1.58.0)
50
50
  json (~> 2.3)
51
51
  language_server-protocol (>= 3.17.0)
52
52
  parallel (~> 1.10)
@@ -54,7 +54,7 @@ GEM
54
54
  rainbow (>= 2.2.2, < 4.0)
55
55
  regexp_parser (>= 1.8, < 3.0)
56
56
  rexml (>= 3.2.5, < 4.0)
57
- rubocop-ast (>= 1.28.1, < 2.0)
57
+ rubocop-ast (>= 1.30.0, < 2.0)
58
58
  ruby-progressbar (~> 1.7)
59
59
  unicode-display_width (>= 2.4.0, < 3.0)
60
60
  rubocop-ast (1.30.0)
@@ -1,3 +1,3 @@
1
1
  module AlephAlpha
2
- VERSION = "0.0.3".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.3
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-10-29 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