rspec-command 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/lib/rspec_command.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: 7040f773d00c7ff74267fa1bb5149d78168c7f25
|
4
|
+
data.tar.gz: 97158cbbd450af2c85fab66892b7ec440c0083d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e79718541bf2f9b12af5203fad9b1581d39aef64515ab5780cb9d071301d114aebc0cbf348b9d55aaae9c712d6e34e89c73e64138c6ecbc55784a944ee78846e
|
7
|
+
data.tar.gz: 20e2124042c1ab886aa83d657c0324b25e180569f12947a77b50ebb9378faeba32f99adfe7ed1463c86ff0c6af2971434341fce07f2b9025b6a2747ca94d60da
|
data/.gitignore
CHANGED
data/lib/rspec_command.rb
CHANGED
@@ -85,7 +85,7 @@ module RSpecCommand
|
|
85
85
|
# end
|
86
86
|
def command(cmd, options={})
|
87
87
|
# Try to find a Gemfile
|
88
|
-
gemfile_path = find_file(self.class.file_path, 'Gemfile')
|
88
|
+
gemfile_path = ENV['BUNDLE_GEMFILE'] || find_file(self.class.file_path, 'Gemfile')
|
89
89
|
gemfile_environment = gemfile_path ? {'BUNDLE_GEMFILE' => gemfile_path} : {}
|
90
90
|
# Create the command
|
91
91
|
allow_error = options.delete(:allow_error)
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noah Kantrowitz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|