wwtd 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: a96fd1787ec0c6be055695473904edc14378ab3d
4
- data.tar.gz: 0e3d0ffb539b6eb404c71acc7c9ba5ef95656067
3
+ metadata.gz: 2b2f6dec282d80a8cdaf53008e2dfff1e89264af
4
+ data.tar.gz: 778218ac2e072752b8ac7bc27328c1d01f05a324
5
5
  SHA512:
6
- metadata.gz: cc3543e896c21d5667149fcdc287fb819fa0da14b9347b48686a8d6fdef94d88c51ef9a6ac98154c930819342c6efb2fd48307950089ed89ebe86cfec32528d7
7
- data.tar.gz: e6bbf6a2bcbedd84e22c8676bba7548bdb021e4739566bf5f8fc746c7219967bffc0a253ff2279e7d610d3becab972b8cfbabfe254094637832c9f1312465b74
6
+ metadata.gz: 6cd6dd3d26f1127be7245841bc50f4bd05be9c34b92bc2b916d332811102ca271b7dfe5fe6ae24acb5936f764eb91f706cdadc0ba406828aa835b20640cc0c5a
7
+ data.tar.gz: 1dc94f737ee7be9d707136f5fca76bbe1da0520e85f0c412d4ab187f5666cb3cc1b8b4d44d91f44d7b15f4c11047023ed907a85ae0556cb71325cedfeefc95dc
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -43,7 +43,9 @@ module WWTD
43
43
 
44
44
 
45
45
  def parse_options(argv)
46
- options = {}
46
+ options = {
47
+ :ignore => []
48
+ }
47
49
  OptionParser.new do |opts|
48
50
  opts.banner = <<-BANNER.gsub(/^ {10}/, "")
49
51
  WWTD: Travis simulator - faster + no more waiting for build emails
@@ -53,7 +55,8 @@ module WWTD
53
55
 
54
56
  Options:
55
57
  BANNER
56
- opts.on("-i", "--ignore FIELDS", String, "Ignore selected travis fields like rvm/gemfile/matrix/...") { |fields| options[:ignore] = fields.split(",") }
58
+ opts.on("-l", "--local", "Ignore rvm options / only run on current ruby") { options[:ignore] << "rvm" }
59
+ opts.on("-i", "--ignore FIELDS", String, "Ignore selected travis fields like rvm/gemfile/matrix/...") { |fields| options[:ignore] += fields.split(",") }
57
60
  opts.on("-p", "--parallel [COUNT]", Integer, "Run in parallel") { |c| options[:parallel] = c || 4 }
58
61
  opts.on("-h", "--help", "Show this.") { puts opts; exit }
59
62
  opts.on("-v", "--version", "Show Version"){ puts WWTD::VERSION; exit}
@@ -1,3 +1,3 @@
1
1
  module WWTD
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wwtd
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 Grosser
@@ -30,7 +30,7 @@ cert_chain:
30
30
  F5etKHZg0j3eHO31/i2HnswY04lqGImUu6aM5EnijFTB7PPW2KwKKM4+kKDYFdlw
31
31
  /0WV1Ng2/Y6qsHwmqGg2VlYj2h4=
32
32
  -----END CERTIFICATE-----
33
- date: 2014-06-23 00:00:00.000000000 Z
33
+ date: 2014-06-27 00:00:00.000000000 Z
34
34
  dependencies: []
35
35
  description:
36
36
  email: michael@grosser.it
metadata.gz.sig CHANGED
Binary file