capistrano-ghostinspector 1.0.0 → 1.0.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/capistrano/ghostinspector/api.rb +2 -2
- data/lib/capistrano/ghostinspector/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: 0012d848b2edbf80f24d3a0d4eaa6bf2918960fa
|
|
4
|
+
data.tar.gz: b786fee9b29ebc08c257646ed81fea0eb8d4facb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70515401b100faeb544a0941a7163603cbf4108f3b915676acf1a373a9aca62e9c427bc7fbb764e12797051da69101b7016e9841cc81a1b365319a5d7d55b46c
|
|
7
|
+
data.tar.gz: 7c8ad68d2dcd2b7b930e6dc3d2d566435cacab1644ea3a32840db1fd938030ca45577e2437ac9a9741d003bfeff430c0d94b28bd04408e6c158a4b7611bb1990
|
|
@@ -23,12 +23,12 @@ module Capistrano
|
|
|
23
23
|
passing = true
|
|
24
24
|
|
|
25
25
|
# ------ TESTING ONLY ------
|
|
26
|
-
results = JSON.parse(File.read("gitestresults.json"))
|
|
26
|
+
# results = JSON.parse(File.read("gitestresults.json"))
|
|
27
27
|
# results = JSON.parse(File.read("suiteresults.json"))
|
|
28
28
|
# ------ TESTING ONLY ------
|
|
29
29
|
|
|
30
30
|
# # Perform the API request and get the results
|
|
31
|
-
|
|
31
|
+
results = sendRequest(type, test)
|
|
32
32
|
|
|
33
33
|
# Check the data returned for failed tests
|
|
34
34
|
if (@rollback == true)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-ghostinspector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Richardson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|