yellowlab-princely 1.2.5.yellowlab.3 → 1.2.5.yellowlab.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/princely.rb +1 -1
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.5.yellowlab.3
1
+ 1.2.5.yellowlab.4
data/lib/princely.rb CHANGED
@@ -27,7 +27,7 @@ class Princely
27
27
  def self.prince_executable
28
28
  @@prince_executable ||= begin
29
29
  path = `which prince`.chomp
30
- raise "Cannot find prince command-line app in $PATH" if @exe_path.length == 0
30
+ raise "Cannot find prince command-line app in $PATH" if path.length == 0
31
31
  path
32
32
  end
33
33
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yellowlab-princely
3
3
  version: !ruby/object:Gem::Version
4
- hash: 958535919
4
+ hash: 958535905
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 5
10
10
  - yellowlab
11
- - 3
12
- version: 1.2.5.yellowlab.3
11
+ - 4
12
+ version: 1.2.5.yellowlab.4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Michael Bleigh
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-07-04 00:00:00 +10:00
20
+ date: 2011-07-05 00:00:00 +10:00
21
21
  default_executable:
22
22
  dependencies: []
23
23