capistrano-ninetyninetests 0.1.0 → 0.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f1e6a6b59992d9483c4a9d5f32e6ad5457ca0b7
|
4
|
+
data.tar.gz: bd912b05cad4b5a50666bfce243c5c94fd147cee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a20b58d67fc9b802b1b13f05f73d178ed2c956ef0323fd7b6a395c608d70deaa50f343f33762d692ecccf87caf88f8c29276519fd0d9818aea71573897f687a2
|
7
|
+
data.tar.gz: 396d5b7b3c4418f3c4bf281c91790644c823b0db7ecdc9395e7fd973040526e9d3e4cc57b3ab9c88045df6896e40ef8916bc87635fea2ab48d92b9a4324ca947
|
@@ -4,6 +4,10 @@ namespace :ninetyninetests do
|
|
4
4
|
on primary(fetch(:crowdci_roles)) do
|
5
5
|
stage = fetch(:crowdci_stage)
|
6
6
|
conf = YAML::load(File.open('config/crowdci.yml'))[stage]
|
7
|
+
if conf.nil?
|
8
|
+
info "CrowdCI: no configuration found for this environment, skipping"
|
9
|
+
next
|
10
|
+
end
|
7
11
|
if stage == "production"
|
8
12
|
@server_name = "http://99tests.com"
|
9
13
|
elsif stage == "staging"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-ninetyninetests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mahadevan K
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-09-
|
12
|
+
date: 2017-09-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: httparty
|