hobosupport 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/hobo_support.rb +1 -1
- data/test/hobosupport.rdoctest +1 -1
- metadata +11 -6
data/lib/hobo_support.rb
CHANGED
data/test/hobosupport.rdoctest
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hobosupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 19
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 1
|
7
8
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Tom Locke
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-
|
18
|
+
date: 2010-11-12 00:00:00 -05:00
|
18
19
|
default_executable:
|
19
20
|
dependencies: []
|
20
21
|
|
@@ -24,8 +25,8 @@ executables: []
|
|
24
25
|
|
25
26
|
extensions: []
|
26
27
|
|
27
|
-
extra_rdoc_files:
|
28
|
-
|
28
|
+
extra_rdoc_files: []
|
29
|
+
|
29
30
|
files:
|
30
31
|
- CHANGES.txt
|
31
32
|
- README.txt
|
@@ -63,23 +64,27 @@ rdoc_options:
|
|
63
64
|
require_paths:
|
64
65
|
- lib
|
65
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
67
|
+
none: false
|
66
68
|
requirements:
|
67
69
|
- - ">="
|
68
70
|
- !ruby/object:Gem::Version
|
71
|
+
hash: 3
|
69
72
|
segments:
|
70
73
|
- 0
|
71
74
|
version: "0"
|
72
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
|
+
none: false
|
73
77
|
requirements:
|
74
78
|
- - ">="
|
75
79
|
- !ruby/object:Gem::Version
|
80
|
+
hash: 3
|
76
81
|
segments:
|
77
82
|
- 0
|
78
83
|
version: "0"
|
79
84
|
requirements: []
|
80
85
|
|
81
86
|
rubyforge_project: hobosupport
|
82
|
-
rubygems_version: 1.3.
|
87
|
+
rubygems_version: 1.3.7
|
83
88
|
signing_key:
|
84
89
|
specification_version: 3
|
85
90
|
summary: Core Ruby extensions from the Hobo project
|