rspec-command 1.0.0 → 1.0.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: 457504ff7ab5cb5c741450953f5fd20cc1473227
4
- data.tar.gz: 8eee255f1d9c41a737622ad6892595283c06d47b
3
+ metadata.gz: 7040f773d00c7ff74267fa1bb5149d78168c7f25
4
+ data.tar.gz: 97158cbbd450af2c85fab66892b7ec440c0083d6
5
5
  SHA512:
6
- metadata.gz: 4c39a8ee8bb5cacb71a1818ffb93f1dc010e5cc08d27e9891a3eb368342a5fb02a57990619a81efa37baee4c544e410d4c7775881499498bd08ab8acea648ed3
7
- data.tar.gz: 09c473829c9689da567c202f6236087e721b3f51f63c7f3ef3ce833b71de439f55db65a0684cb2262a0385abe8a30a78c5ae04d71fbc95e5eacf75ef348fb19a
6
+ metadata.gz: e79718541bf2f9b12af5203fad9b1581d39aef64515ab5780cb9d071301d114aebc0cbf348b9d55aaae9c712d6e34e89c73e64138c6ecbc55784a944ee78846e
7
+ data.tar.gz: 20e2124042c1ab886aa83d657c0324b25e180569f12947a77b50ebb9378faeba32f99adfe7ed1463c86ff0c6af2971434341fce07f2b9025b6a2747ca94d60da
data/.gitignore CHANGED
@@ -2,3 +2,5 @@ Gemfile.lock
2
2
  .yardoc/
3
3
  doc/
4
4
  coverage/
5
+ pkg/
6
+ build/
@@ -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)
@@ -17,5 +17,5 @@
17
17
 
18
18
  module RSpecCommand
19
19
  # RSpec-command gem version.
20
- VERSION = '1.0.0'
20
+ VERSION = '1.0.1'
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.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-04-27 00:00:00.000000000 Z
11
+ date: 2015-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec