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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d0ee7ad612fc7cdd91e7947e3b58c97ebe3f175
4
- data.tar.gz: 5cb7ae9716135522632335d87cc9caf5b7528851
3
+ metadata.gz: 0012d848b2edbf80f24d3a0d4eaa6bf2918960fa
4
+ data.tar.gz: b786fee9b29ebc08c257646ed81fea0eb8d4facb
5
5
  SHA512:
6
- metadata.gz: a03e909cb704f1c02a0ba1ec22a696a3abde072bed9d90e7fd19358fdd94dde94cdeb14b11033e69076c571671795d8595e0c2d557462652208e8546780d0c70
7
- data.tar.gz: 74f11642639fe92cab4254e85397169575786867775c13c4bdc6081cdfca6c53731d884a98f5508f0f742bcf566919cc982619a22331c7515d6ca5b6059b97ed
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
- # results = sendRequest(type, test)
31
+ results = sendRequest(type, test)
32
32
 
33
33
  # Check the data returned for failed tests
34
34
  if (@rollback == true)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Ghostinspector
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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-18 00:00:00.000000000 Z
11
+ date: 2015-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano