rspec-command 1.0.2 → 1.0.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: d3cc17c2edf6a57ef745ad47c3c42e14ea1b2f9a
4
- data.tar.gz: def3ac3b795c8b921ef2476d106b00e329da40a7
3
+ metadata.gz: b8f101ea6019ff859fbcf7991689197973b2036c
4
+ data.tar.gz: 5ac12bcfa50b1ab6dc536d555c3c3c1bd96905de
5
5
  SHA512:
6
- metadata.gz: 35cd6196ddc26a22da2a1cd03d0e6632aef150f8b4969a404620042c3e06f85ebb66ac02301381d93a1b29cd75f5d11d669451dbb1d571f27e33bdcf872d4f77
7
- data.tar.gz: 3bf9ba30c791b0c99e1091ec36de6d1ae587874584d1bb4f24774e48027db39d0c38258ed43e1d16d0b02e9a991790cd68d48b921d8bfb0b55fb4b854188f502
6
+ metadata.gz: 818d6a453cc2e72d1662bebee5f4a5a8c9b0beda8caad3a914f1d95ade7e8555c8ed94d832e61e6daa38797602a831ec65fb6aa71446ba44ab1e182d06c0cbea
7
+ data.tar.gz: 56eeda679ccb83cd2300084bb95ac61af3d37a57a8767699651e467ee65ee1e79f39293da9a373b0ae852662ca9577514824539afe5ecd7334c2a095e0c77760
@@ -131,7 +131,7 @@ module RSpecCommand
131
131
  # Absolute paths to target files that exist.
132
132
  def full_files
133
133
  @full_files ||= if File.directory?(full_path)
134
- Dir[File.join(full_path, '**', '*')].sort
134
+ Dir.glob(File.join(full_path, '**', '*'), File::FNM_DOTMATCH).sort
135
135
  else
136
136
  [full_path].select {|path| File.exist?(path) }
137
137
  end
@@ -17,5 +17,5 @@
17
17
 
18
18
  module RSpecCommand
19
19
  # RSpec-command gem version.
20
- VERSION = '1.0.2'
20
+ VERSION = '1.0.3'
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Kantrowitz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-06 00:00:00.000000000 Z
11
+ date: 2017-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec