hashicorp-checkpoint 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/checkpoint.rb +1 -1
- data/lib/checkpoint/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: 59f507c7bf915ef7e7c7d2bb7a4714bacba9639e
|
4
|
+
data.tar.gz: e0c1df7cefc3083f1852fcbeeb6ea9643ff10c86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d78554e6f8cb3877a73acf828d75c5a29fbb8ab29b00112e13217efeb38954a4962593371a4d2409599790afb01805f60783b0bf6e16319e1ef08f54f2e8c92a
|
7
|
+
data.tar.gz: a420427719020ba274f21c5a3d196aa2f23013e442bc794b04dfccc50719fbb114731c55f1384c56d5e240523203bf82a03f2a9ac4afacf9e58823f6a54f3a16
|
data/lib/checkpoint.rb
CHANGED
@@ -81,7 +81,7 @@ module Checkpoint
|
|
81
81
|
"User-Agent" => "HashiCorp/ruby-checkpoint #{VERSION}",
|
82
82
|
}
|
83
83
|
http = Net::HTTP.new(uri.host, uri.port)
|
84
|
-
resp = http.get(uri.path, headers)
|
84
|
+
resp = http.get("#{uri.path}?#{uri.query}", headers)
|
85
85
|
if !resp.is_a?(Net::HTTPSuccess)
|
86
86
|
return nil
|
87
87
|
end
|
data/lib/checkpoint/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hashicorp-checkpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mitchell Hashimoto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|