testrbl 0.4.0 → 0.4.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: 41a0a564e6fb32781e157e6054f8ced8a8cd81b6
4
- data.tar.gz: 20355d7b0121eb81dc3d80ce8233878e82b1c193
3
+ metadata.gz: bbccd1a6f94867baccfe5fd8d126556becf51178
4
+ data.tar.gz: 2e7773b55e99111fbf76e5991077aa086236e1e9
5
5
  SHA512:
6
- metadata.gz: f8c535e9683cd16d763995592eb5be7bbde3dafb5814688edc859c972af2226201f2b842b64c9b389e485f7db0c138cfbcb163dd9af85ac84b61272eb55525a2
7
- data.tar.gz: 54681b33555f19fa186982de10f3495ebc53534ead9366701fa1921fd0bfccef23cb6571731c5a87d8411ba0c6e2e51259c11bc4d7913e66e5162cefe4cebebc
6
+ metadata.gz: aacc4824f127a55004a7147e47921fcc40fe0b0efd36590147b37faa31a22ee9583714d1978d3d8b3896d5c3f9647764f556a820e0fea42256beb73b1ad80a5d
7
+ data.tar.gz: f9573ad68354f53411a8b8fffc7fb6acff26cccc814eb35fc6d39bb4da057877fe09ed8504c12e9180f47dec82a7712b7b0d30241b07b44006ae7da556b70936
data/.travis.yml CHANGED
@@ -1,4 +1,8 @@
1
+ before_script:
2
+ - git config --global user.email "you@example.com"
3
+ - git config --global user.name "Your Name"
1
4
  rvm:
2
- - ree
3
5
  - 1.9.3
4
6
  - 2.0.0
7
+ - 2.1.0
8
+
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- testrbl (0.4.0)
4
+ testrbl (0.4.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module Testrbl
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
data/lib/testrbl.rb CHANGED
@@ -59,7 +59,7 @@ module Testrbl
59
59
  private
60
60
 
61
61
  def self.all_test_files_in(folder)
62
- Dir[File.join(folder, "{**/,}*_{test,spec}.rb")]
62
+ Dir[File.join(folder, "{**/,}*_{test,spec}.rb")].uniq
63
63
  end
64
64
 
65
65
  def self.partition_options(options)
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.4.0
4
+ version: 0.4.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-01-04 00:00:00.000000000 Z
11
+ date: 2014-01-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it