scalingo-ruby-api 1.1.0 → 1.1.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/scalingo/version.rb +1 -1
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e115cf250beeb3dcc4db5a8102207e5f3c274016051e0a1611217467ed46b637
4
- data.tar.gz: 31af6dcb1845593ebd064bfc0758be35275181a6386e74a742aa3707bd0c304b
3
+ metadata.gz: 4b675815e2e7ddd2cec118d6a5fcd090feec9a4ffeb396e681aa4e40c7eb01da
4
+ data.tar.gz: f7d3d4a8a902e1cec4f94d83b68a023f36bc5d2138950e16a6215f85bf28d498
5
5
  SHA512:
6
- metadata.gz: 1bd48df90b7cf442cec3f836d242aa449f7ac2a77f32a05107b71195fd3cb3b3135a655c195b63e7244e32b8576293e237e65cd927fadb95b867bcd80a7194d8
7
- data.tar.gz: 94a3b4cebab7412fefb14b99f2d6df916bf06c81bfe0be6667e3ae7b48f3627533b8e872b82dfdf2370ed6bae72a05d59d0c664e95b81d8d6e3eaf95465a102f
6
+ metadata.gz: 4fa502142904cc808b139bf7d2d49cdb84216aede098f9f76f1f92ff39dc8a1c69f3d60c9ba6d550c18b61fcd715e8226be30127f099c338a35422d8604ecfce
7
+ data.tar.gz: 74c516c26bd5a82a251e2dc733b0d21d3868d19f0c1d1632e327fad63291662ed392a81636df4150254ffd8af409392aaf64c43189f7a5f4ff7113f8b3e07389
@@ -1,4 +1,4 @@
1
1
  module Scalingo
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,9 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scalingo-ruby-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
+ - Leo Unbekandt
7
8
  - Geoffroy Planquart
8
9
  autorequire:
9
10
  bindir: bin
@@ -100,6 +101,7 @@ dependencies:
100
101
  version: '6'
101
102
  description: Ruby wrapper around the web API of scalingo.io
102
103
  email:
104
+ - leo@scalingo.com
103
105
  - geoffroy@planquart.fr
104
106
  executables: []
105
107
  extensions: []
@@ -137,7 +139,7 @@ files:
137
139
  - test/request_test.rb
138
140
  - test/scalingo_test.rb
139
141
  - test/test_helper.rb
140
- homepage: https://github.com/Aethelflaed/scalingo-ruby-api
142
+ homepage: https://github.com/Scalingo/scalingo-ruby-api
141
143
  licenses:
142
144
  - MIT
143
145
  metadata: {}
@@ -165,6 +167,6 @@ test_files:
165
167
  - test/endpoint_base_test.rb
166
168
  - test/endpoint_collection_test.rb
167
169
  - test/endpoint_resource_test.rb
168
- - test/test_helper.rb
169
170
  - test/request_test.rb
170
171
  - test/scalingo_test.rb
172
+ - test/test_helper.rb