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: a4fcb02750c3d2334e716885b1207b59f9958827
4
- data.tar.gz: 8dfda7ce75aac17989e1aa66681d3e399505a356
3
+ metadata.gz: fb9fc0d65b52350f10c371c42f2b3be600c26b6a
4
+ data.tar.gz: 31150d3ed02c3f45470cee277037d31f72f69f6b
5
5
  SHA512:
6
- metadata.gz: adc44325b601248021cdaadb7692cc908071f6ae89afc84697f5d9e52ef7714e2c12182dbf7154e3c55e2a2ae1518c13c07dfe812c9f184b8961ae3e0723278f
7
- data.tar.gz: 29e575f502ecbfac3afa372a00c01a21917da87cc9777197ed09ea3fba93c020f7ed0c406d729b0162015c62726a2c7d920008d34b45962808e843770bc01546
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].length < 50
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}"
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Ebcommon
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
4
4
  end
5
5
  end
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.2
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-07-18 00:00:00.000000000 Z
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.0.3
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: