hobo_support 1.3.0.RC1 → 1.3.0.RC2

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/hobo_support.rb +2 -0
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0.RC1
1
+ 1.3.0.RC2
data/lib/hobo_support.rb CHANGED
@@ -21,5 +21,7 @@ require 'hobo_support/kernel'
21
21
  module HoboSupport
22
22
 
23
23
  VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
24
+ @@root = Pathname.new File.expand_path('../..', __FILE__)
25
+ def self.root; @@root; end
24
26
 
25
27
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hobo_support
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.3.0.RC1
5
+ version: 1.3.0.RC2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tom Locke
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-05 00:00:00 -04:00
13
+ date: 2011-08-15 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency