testrbl 0.6.1 → 0.7.0

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: 923ea811aeed11acf2cb1d77eea86ed1b7c49b07
4
- data.tar.gz: 4bec54a14982afb152f3bceadd706955e85845b4
3
+ metadata.gz: 0a3183773edc555da61883056bb1a0d46efebde6
4
+ data.tar.gz: 543ff012aa3fe642db8dd650157373d891e26bb5
5
5
  SHA512:
6
- metadata.gz: f3247dd4afaaff1e83821fd06fb5e4f4b34b4ba5e290c2c0b580209c791934f595c8a198a7448050d17a24ef28edfe9808dd2451b719ecf302f293a6b9dd18c6
7
- data.tar.gz: 31fefcdbaa877d22f2752e1e503dc8c73948452f00d5111e5b2d46fc3963c17e6208c132143a85bf7681100bd67758259955ed7bf4179f8175030b790a9ad1ac
6
+ metadata.gz: c10d4700ce12b87fbe92747372253d3761e5546f78920aa3663c54181c5c0f71b0bb188bf88036b429ab466b7a26b6eaeed8e60d7696854b34e3b87ed344af59
7
+ data.tar.gz: 0a867649306a16c902571e945a93b9a9537bc155e75938f8572b1b441db0d7d8f10bd0a067cc19824fd743fcccc64cd8ca0aba0a246f84ec63cee1e4cfd886b3
data/.travis.yml CHANGED
@@ -1,8 +1,11 @@
1
- before_script:
1
+ sudo: false
2
+ before_install:
2
3
  - git config --global user.email "you@example.com"
3
4
  - git config --global user.name "Your Name"
5
+ - gem install bundler
4
6
  rvm:
5
7
  - 1.9.3
6
8
  - 2.0.0
7
- - 2.1.0
9
+ - 2.1.8
10
+ - 2.2.3
8
11
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- testrbl (0.6.1)
4
+ testrbl (0.7.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -40,4 +40,4 @@ DEPENDENCIES
40
40
  testrbl!
41
41
 
42
42
  BUNDLED WITH
43
- 1.11.2
43
+ 1.12.3
data/lib/testrbl.rb CHANGED
@@ -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", "--seed", "-s"]
10
+ OPTION_WITH_ARGUMENT = ["-I", "-r", "-n", "--name", "-e", "--exclude", "-s", "--seed"]
11
11
  INTERPOLATION = /\\\#\\\{.*?\\\}/
12
12
 
13
13
  class << self
@@ -1,3 +1,3 @@
1
1
  module Testrbl
2
- VERSION = '0.6.1'
2
+ VERSION = '0.7.0'
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.6.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-27 00:00:00.000000000 Z
11
+ date: 2016-05-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it