maestrano 1.0.0.pre.RC1 → 1.0.0.pre.RC2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/maestrano/auto_configure.rb +1 -1
- data/lib/maestrano/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bfe2635b8757dbc376f7883405bcca3d7042bfa
|
4
|
+
data.tar.gz: 8f16f96bdc8383bb5f05f0ff1d3970bef393b8c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05ca97d40d39375a0adbaf48a1a2911c2a266c0509b7a96e229aebf956ee1a42a6deb9bc3c0f167c18f907c5be3a72d9eaeef103bd49e180d0f90e69a7b7e634
|
7
|
+
data.tar.gz: 6c2a62b9945896a8a498574e23a9ee430edb7fa5fe29c38a082e147266317e7ac70b0d57deb9de0f1c1e1140aeefc75922aeffa6dfc5bfc2af46b18c746bd89e
|
@@ -5,7 +5,7 @@ module Maestrano
|
|
5
5
|
begin
|
6
6
|
request = RestClient::Request.new(
|
7
7
|
method: :get,
|
8
|
-
url: "#{devpl_config[:host]}#{devpl_config[:
|
8
|
+
url: "#{devpl_config[:host]}#{devpl_config[:api_path]}",
|
9
9
|
user: devpl_config[:env_api_key],
|
10
10
|
password: devpl_config[:env_api_secret],
|
11
11
|
headers: {accept: :json, content_type: :json}
|
data/lib/maestrano/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maestrano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.pre.
|
4
|
+
version: 1.0.0.pre.RC2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Lachaume
|
@@ -305,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
305
305
|
version: 1.3.1
|
306
306
|
requirements: []
|
307
307
|
rubyforge_project:
|
308
|
-
rubygems_version: 2.
|
308
|
+
rubygems_version: 2.5.1
|
309
309
|
signing_key:
|
310
310
|
specification_version: 4
|
311
311
|
summary: Ruby bindings for the Maestrano API
|