testrbl 0.5.0 → 0.5.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: 41de53795f9dfc9c388d7a679b9e3fa0336502ed
4
- data.tar.gz: 165b56a70195745fb791bf9a09dc2247478d85c7
3
+ metadata.gz: e458ead9b53e6251f796655a0ac964fbb7dcd502
4
+ data.tar.gz: 48f3f56522194eda329dbc71edff910278d0665f
5
5
  SHA512:
6
- metadata.gz: 3c1598370bd30c669105fe7a808501f5f90b1570313eb953600715b4a0dc121bc8e3e3711c06b024eca2632e2b295db839e28c4d63ae159b38863443d02938d7
7
- data.tar.gz: 8f0e555db895d530e65f8c1b54fb4499736b6399bd58f66e0b132d6baa1c2c48a6d4f29f466205f8789a7ce4c05df944e34ad35033d9084be3b454f1eb5b6e95
6
+ metadata.gz: 4620a107b625dee068843e8e624e0dfbaa0b34cde2f117790088c33b3367a1f1824364f4124b654cd75f9472ba033a98b4d6f4cf03d6aa2cb32da89bc82c44e0
7
+ data.tar.gz: be7b74418c4f029cafc36169622291aaa75e427931ac3ee3bf0cae525ebde15fa1cc7989a3181e9b4958aa22eb1a35d4da39d7f2058a932e53ccc0c50ba11cd6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- testrbl (0.5.0)
4
+ testrbl (0.5.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Readme.md CHANGED
@@ -8,6 +8,11 @@ Install
8
8
  gem install testrbl
9
9
  ```
10
10
 
11
+ or standalone
12
+ ```Bash
13
+ curl https://rubinjam.herokuapp.com/pack/testrbl > testrbl && chmod +x testrbl
14
+ ```
15
+
11
16
  Usage
12
17
  =====
13
18
 
@@ -7,7 +7,7 @@ module Testrbl
7
7
  /^(\s+)def\s+(test_)([a-z_\d]+)\s*(?:#.*)?$/
8
8
  ]
9
9
 
10
- OPTION_WITH_ARGUMENT = ["-I", "-r", "-n", "-e"]
10
+ OPTION_WITH_ARGUMENT = ["-I", "-r", "-n", "-e", "--seed"]
11
11
  INTERPOLATION = /\\\#\\\{.*?\\\}/
12
12
 
13
13
  def self.run_from_cli(argv)
@@ -1,3 +1,3 @@
1
1
  module Testrbl
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testrbl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.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: 2014-11-28 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it