appraisal 0.3.6 → 0.3.7

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- appraisal (0.3.5)
4
+ appraisal (0.3.6)
5
5
  aruba (~> 0.4.2)
6
6
  bundler
7
7
  rake
data/README.md CHANGED
@@ -14,7 +14,9 @@ without interfering with day-to-day development using bundler.
14
14
  Installation
15
15
  ------------
16
16
 
17
- gem install appraisal
17
+ In your Gemfile:
18
+
19
+ gem "appraisal"
18
20
 
19
21
  Setup
20
22
  -----
@@ -39,7 +39,7 @@ module Appraisal
39
39
  private
40
40
 
41
41
  def gemfile_root
42
- "gemfiles"
42
+ ::File.join(Dir.pwd, "gemfiles")
43
43
  end
44
44
  end
45
45
  end
@@ -38,4 +38,3 @@ module Appraisal
38
38
  end
39
39
  end
40
40
  end
41
-
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: appraisal
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.6
5
+ version: 0.3.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Joe Ferris
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-01 00:00:00 Z
13
+ date: 2011-07-08 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cucumber