wwtd 1.1.0 → 1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/wwtd.rb +1 -1
  3. data/lib/wwtd/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 690e312192f7e16a4a3007c66dc9536f8c13bb0f
4
- data.tar.gz: 2724662c56add076787e8d7bbd2ce53735a14615
3
+ metadata.gz: 231ea13d209eb17416c4b6bc5dbe7239c45ac29b
4
+ data.tar.gz: b63021294541599d5b1b3705f7d5ae8e10ce0b81
5
5
  SHA512:
6
- metadata.gz: 1153342090ef7a984dd74cd737ed1bba735e1ca9589785f7df7577edd2248fb7ab83e0b43d70df6e5077a463bd4ac0b44d5e6f4bdf548475329ac3931e2c7ba5
7
- data.tar.gz: 2afecc923a4da66265829570484e120f00b80015fcff302e6f7dba647df82cdbffefacb9e10f9ca991ae068a55fd257db173235ac4470dcc02742b22f7d33c56
6
+ metadata.gz: 0037e5e2c7db334fcf32212783c809c1da7b274d5d8263fbb6ed5bb3ecdbf66e75f8c2a2883eb7d1daa1db2e5573a66c023c68e34fece10dfd865ed5e1f44462
7
+ data.tar.gz: 01c3c6846cc0831604cea8d93af4b5b9e741ef1af4b08a4dec379c7c2c6476edad473b34d223dedab1b6482026ed731de16384495e79d2755b6ac7fc1910c29c
@@ -46,7 +46,7 @@ module WWTD
46
46
  env = {}
47
47
  env["TEST_ENV_NUMBER"] = (i == 0 ? "" : (i + 1).to_s) if options[:parallel]
48
48
  if options[:only_bundle]
49
- config['script'] = '# only bundle'
49
+ config['script'] = 'test "only bundle"'
50
50
  end
51
51
  Run.new(config, env, lock).execute(&block)
52
52
  end
@@ -1,3 +1,3 @@
1
1
  module WWTD
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wwtd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-04 00:00:00.000000000 Z
11
+ date: 2015-09-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it