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 +4 -4
- data/lib/rspec_command/match_fixture.rb +1 -1
- data/lib/rspec_command/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8f101ea6019ff859fbcf7991689197973b2036c
|
4
|
+
data.tar.gz: 5ac12bcfa50b1ab6dc536d555c3c3c1bd96905de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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.
|
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-
|
11
|
+
date: 2017-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|