vagrant-ebcommon 0.5.2 → 0.5.3
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: fb9fc0d65b52350f10c371c42f2b3be600c26b6a
|
|
4
|
+
data.tar.gz: 31150d3ed02c3f45470cee277037d31f72f69f6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22e8bea5783548b0f77bcbca47c627c9acdd729c6c3353421427c5ef4d84e6e35bb8edfa3c6be5a42680030fb1e211975ee7e4dbf776113ccb9731373e7953e6
|
|
7
|
+
data.tar.gz: ddb677091bca22bb77aca373d9f870acd4de388c9b6534d9299964cbdbf71c3359c2f39aca68a22ef5f12b396f7a7dfeb66179e41610fb0a7314afbb377ae734
|
|
@@ -14,7 +14,10 @@ end
|
|
|
14
14
|
if !ARGV[0].empty?
|
|
15
15
|
# Collect all the tests from the YAML
|
|
16
16
|
tests = ARGV.map{ | file | data[file] }.compact()
|
|
17
|
-
if tests[0].
|
|
17
|
+
if tests[0].nil?
|
|
18
|
+
# No tests to run, simply exit.
|
|
19
|
+
exit 0
|
|
20
|
+
elsif tests[0].length < 50
|
|
18
21
|
puts "The following acceptance tests are affected by your changes\n"
|
|
19
22
|
tests[0].each do | test |
|
|
20
23
|
puts "- #{test}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-ebcommon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Hahn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -94,9 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
version: '0'
|
|
95
95
|
requirements: []
|
|
96
96
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.
|
|
97
|
+
rubygems_version: 2.2.2
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 4
|
|
100
100
|
summary: Vagrant plugin to execute various Eventbrite workflows.
|
|
101
101
|
test_files: []
|
|
102
|
-
has_rdoc:
|