hobo_fields 1.3.0.pre11 → 1.3.0.pre12
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.
- data/VERSION +1 -1
- data/bin/hobofields +3 -3
- metadata +7 -7
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.0.
|
|
1
|
+
1.3.0.pre12
|
data/bin/hobofields
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
require 'fileutils'
|
|
3
3
|
|
|
4
|
-
if ENV["
|
|
5
|
-
dev_root = File.expand_path ENV["
|
|
4
|
+
if ENV["HOBODEV"]
|
|
5
|
+
dev_root = File.expand_path ENV["HOBODEV"], FileUtils.pwd
|
|
6
6
|
$:.unshift "#{dev_root}/hobo_support/lib"
|
|
7
7
|
else
|
|
8
8
|
require 'rubygems'
|
|
@@ -12,7 +12,7 @@ begin
|
|
|
12
12
|
require 'hobo_support/command'
|
|
13
13
|
rescue LoadError
|
|
14
14
|
puts "The 'hobo_support' gem is not installed.
|
|
15
|
-
You probably need to set the
|
|
15
|
+
You probably need to set the HOBODEV environment variable to the local repository path."
|
|
16
16
|
exit
|
|
17
17
|
end
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hobo_fields
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: -
|
|
4
|
+
hash: -1637175961
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 1.3.0.
|
|
10
|
+
- pre12
|
|
11
|
+
version: 1.3.0.pre12
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Tom Locke
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-10-
|
|
19
|
+
date: 2010-10-14 00:00:00 -04:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -43,13 +43,13 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - "="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash: -
|
|
46
|
+
hash: -1637175961
|
|
47
47
|
segments:
|
|
48
48
|
- 1
|
|
49
49
|
- 3
|
|
50
50
|
- 0
|
|
51
|
-
-
|
|
52
|
-
version: 1.3.0.
|
|
51
|
+
- pre12
|
|
52
|
+
version: 1.3.0.pre12
|
|
53
53
|
type: :runtime
|
|
54
54
|
version_requirements: *id002
|
|
55
55
|
- !ruby/object:Gem::Dependency
|