guard-rspec 2.5.3 → 2.5.4

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: 6cb8628e7c26ce4ae2f79eaad2450439a2f3b699
4
- data.tar.gz: 489f1c1af197a01ba1db0dba936b93046fb0e2e5
3
+ metadata.gz: 685f873afe30bc622c796f91bca2abcc6440479a
4
+ data.tar.gz: ad3ab9ba15723c3254103bad266038531a3041ea
5
5
  SHA512:
6
- metadata.gz: f169bcda81fcfbd228cfda8c28b3001d82754e65aa703f7941f06e4e6597e4de67cc8b40214781e80171dff930ccfee96334479434d6a35bcd54796f3d51809e
7
- data.tar.gz: 4c7cc24c868566a1dbf2a637f5c831f5cb5b86dd3f0c4b1c3689b98390551d5976848e0ce109b7031a7712d7b02945ac5b01b2268d32a86b5d5f9c690298a972
6
+ metadata.gz: 3604da383677a69c9662425d3cfcbd3f92dd694cd9654ae7195e3b0074d3b9b8707efefb292738cd2ce1587db49421ab1bdeb6537adfff9020cd02a4ed6c28a4
7
+ data.tar.gz: 02534507ca052800ed8f0bd7b6f6d4667778608a5c76947082a08dea3ac21f9449441b5a82539aa171b438aa873cdd29b81c53d589fe5b543b228f35f750eca5
@@ -51,7 +51,7 @@ module Guard
51
51
  end
52
52
 
53
53
  def spec_files
54
- @spec_files ||= spec_paths.collect { |path| Dir[File.join(path, "**{,/*/**}", "*_spec.rb")] }.flatten
54
+ @spec_files ||= spec_paths.collect { |path| Dir[File.join(path, "**{,/*/**}", "*[_.]spec.rb")] }.flatten
55
55
  end
56
56
 
57
57
  def feature_files
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module RSpecVersion
3
- VERSION = "2.5.3"
3
+ VERSION = "2.5.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.3
4
+ version: 2.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaud Guillaume-Gentil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-12 00:00:00.000000000 Z
11
+ date: 2013-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard