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.
- checksums.yaml +4 -4
- data/lib/scalingo/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b675815e2e7ddd2cec118d6a5fcd090feec9a4ffeb396e681aa4e40c7eb01da
|
|
4
|
+
data.tar.gz: f7d3d4a8a902e1cec4f94d83b68a023f36bc5d2138950e16a6215f85bf28d498
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fa502142904cc808b139bf7d2d49cdb84216aede098f9f76f1f92ff39dc8a1c69f3d60c9ba6d550c18b61fcd715e8226be30127f099c338a35422d8604ecfce
|
|
7
|
+
data.tar.gz: 74c516c26bd5a82a251e2dc733b0d21d3868d19f0c1d1632e327fad63291662ed392a81636df4150254ffd8af409392aaf64c43189f7a5f4ff7113f8b3e07389
|
data/lib/scalingo/version.rb
CHANGED
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.
|
|
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/
|
|
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
|