yellowlab-princely 1.2.5.yellowlab.4 → 1.2.5.yellowlab.5

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.4
1
+ 1.2.5.yellowlab.5
@@ -45,7 +45,7 @@ class Princely
45
45
  #
46
46
  def initialize
47
47
  # Finds where the application lives, so we can call it.
48
- @exe_path = self.class.prince_executable
48
+ @exe_path = self.class.prince_executable.dup
49
49
  @style_sheets = ''
50
50
  @log_file = self.class.log_file
51
51
  @logger = Rails.logger
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: 958535905
4
+ hash: 958535907
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 5
10
10
  - yellowlab
11
- - 4
12
- version: 1.2.5.yellowlab.4
11
+ - 5
12
+ version: 1.2.5.yellowlab.5
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-05 00:00:00 +10:00
20
+ date: 2011-07-07 00:00:00 +10:00
21
21
  default_executable:
22
22
  dependencies: []
23
23