scalingo 4.0.beta1 → 4.0.beta2

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: 2e81dc5d1e89b30c848e17b2ef1ef0cbe73fd96555659225cf4d6bbd3558fa60
4
- data.tar.gz: 6ebe2d660f1c2d696839d8db23a48932057003390fe55bedebf427898b36df27
3
+ metadata.gz: 5b71852cdaac8d4401623f89773aa2191bc598dadab8f95c18cf466adb5996f6
4
+ data.tar.gz: 061daaeac33ab02683b9a826a419ab86c04ddf9ecc01a001ef3abf1942c16e2e
5
5
  SHA512:
6
- metadata.gz: 3b851279a78169fc9ae01c8eea2c3e5ba9cf9898af057d3941a7d481fb6dd4372b4ada7beb54638c6b6fb0fb734a463bac4773cecc91af0462210a27372d3598
7
- data.tar.gz: b9617375ab3230a1993874b8fc4b64e34cf07d9e1d7f9fc3341f37dd5c9d885b54cce1099d18bc51ba07fb990dedb6d950eb839efbe6881aea1e849851ba2f79
6
+ metadata.gz: f06e001affb8d65086b146ef55714fd28f6a3876f456031f6f6c0ee08c60e456592fcaf37c7808e428e9804118b6cc2a1bd564f89738f89e75b1d376edb7b40e
7
+ data.tar.gz: 3114674390afd5031c900713431c34f976ec73969d61025d1e9a0d74b347277ec9829bbdfa70c944f5bf0c3ccbd468b700040e03978ad0a534ad79747ed46dc7
@@ -5,4 +5,4 @@ updates:
5
5
  schedule:
6
6
  interval: "monthly"
7
7
  reviewers:
8
- - "ksol"
8
+ - "aurelien-reeves-scalingo"
@@ -27,7 +27,7 @@ jobs:
27
27
  runs-on: ubuntu-latest
28
28
  strategy:
29
29
  matrix:
30
- ruby-version: ['3.0', '3.1', '3.2', '3.3']
30
+ ruby-version: ['3.1', '3.2', '3.3', '3.4']
31
31
  steps:
32
32
  - uses: actions/checkout@v4
33
33
  - name: Set up Ruby
data/.rubocop.yml CHANGED
@@ -24,9 +24,8 @@ AllCops:
24
24
  RSpec/ExampleLength:
25
25
  Enabled: false
26
26
 
27
- # Deprecated cop, will be removed
28
- RSpec/FilePath:
29
- Enabled: false
27
+ RSpec/SpecFilePathSuffix:
28
+ Enabled: true
30
29
 
31
30
  # Not convinced by how strict this cop is by default
32
31
  RSpec/MultipleExpectations:
data/CHANGELOG.md CHANGED
@@ -13,6 +13,14 @@
13
13
  * Breaking change: automatic digging of the value if the reponse body is an object with a single key
14
14
  * Breaking change: remove `Scalingo::API::Reponse` in favor of `Faraday::Response`
15
15
 
16
+ ## 4.0.beta2 - 2025-03-07
17
+
18
+ * Added support for Ruby on Rails 8.0 ([PR#67](https://github.com/Scalingo/scalingo-ruby-api/pull/67) by [@zaratan](https://github.com/zaratan))
19
+
20
+ ## 3.6.0 - 2025-03-07
21
+
22
+ * Added support for Ruby on Rails 8.0 ([PR#67](https://github.com/Scalingo/scalingo-ruby-api/pull/67) by [@zaratan](https://github.com/zaratan))
23
+
16
24
  ## 3.5.0 - 2023-12-28
17
25
 
18
26
  * Change: update Faraday to 2.x, released about two years ago. The public API of this gem doesn't change, therefore this is not a major release. However, if you manipulate directly faraday's objects, you may encounter breaking changes. Refer to [Faraday's website](https://lostisland.github.io/faraday/) for how to migrate.
@@ -1,3 +1,3 @@
1
1
  module Scalingo
2
- VERSION = "4.0.beta1"
2
+ VERSION = "4.0.beta2"
3
3
  end
data/scalingo.gemspec CHANGED
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
33
33
  s.require_paths = ["lib"]
34
34
 
35
35
  s.add_dependency "addressable", [">= 2.8.0", "< 3"]
36
- s.add_dependency "activesupport", [">= 5", "< 8"]
36
+ s.add_dependency "activesupport", [">= 5", "< 8.1"]
37
37
  s.add_dependency "faraday", "~> 2.0"
38
38
  s.add_dependency "multi_json", ">= 1.0.3", "~> 1.0"
39
39
  s.add_dependency "jwt"
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scalingo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.beta1
4
+ version: 4.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leo Unbekandt
8
8
  - Kevin Soltysiak
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2024-04-16 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: addressable
@@ -40,7 +39,7 @@ dependencies:
40
39
  version: '5'
41
40
  - - "<"
42
41
  - !ruby/object:Gem::Version
43
- version: '8'
42
+ version: '8.1'
44
43
  type: :runtime
45
44
  prerelease: false
46
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -50,7 +49,7 @@ dependencies:
50
49
  version: '5'
51
50
  - - "<"
52
51
  - !ruby/object:Gem::Version
53
- version: '8'
52
+ version: '8.1'
54
53
  - !ruby/object:Gem::Dependency
55
54
  name: faraday
56
55
  requirement: !ruby/object:Gem::Requirement
@@ -286,7 +285,6 @@ metadata:
286
285
  documentation_uri: https://developers.scalingo.com/
287
286
  homepage_uri: https://www.scalingo.com/
288
287
  source_code_uri: https://github.com/Scalingo/scalingo-ruby-api
289
- post_install_message:
290
288
  rdoc_options: []
291
289
  require_paths:
292
290
  - lib
@@ -301,8 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
301
299
  - !ruby/object:Gem::Version
302
300
  version: '0'
303
301
  requirements: []
304
- rubygems_version: 3.5.9
305
- signing_key:
302
+ rubygems_version: 3.6.5
306
303
  specification_version: 4
307
304
  summary: Ruby client for Scalingo APIs
308
305
  test_files: []