hobosupport 0.8.1 → 0.8.2
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/Rakefile +3 -1
- data/hobosupport.gemspec +5 -14
- data/lib/hobosupport.rb +1 -1
- metadata +4 -13
data/Rakefile
CHANGED
data/hobosupport.gemspec
CHANGED
|
@@ -1,30 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
# Gem::Specification for Hobosupport-0.8.
|
|
2
|
+
# Gem::Specification for Hobosupport-0.8.2
|
|
3
3
|
# Originally generated by Echoe
|
|
4
4
|
|
|
5
5
|
--- !ruby/object:Gem::Specification
|
|
6
6
|
name: hobosupport
|
|
7
7
|
version: !ruby/object:Gem::Version
|
|
8
|
-
version: 0.8.
|
|
8
|
+
version: 0.8.2
|
|
9
9
|
platform: ruby
|
|
10
10
|
authors:
|
|
11
11
|
- Tom Locke
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
|
|
15
|
-
date: 2008-09-
|
|
15
|
+
date: 2008-09-14 00:00:00 +01:00
|
|
16
16
|
default_executable:
|
|
17
|
-
dependencies:
|
|
18
|
-
|
|
19
|
-
name: echoe
|
|
20
|
-
type: :development
|
|
21
|
-
version_requirement:
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ">="
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: "0"
|
|
27
|
-
version:
|
|
17
|
+
dependencies: []
|
|
18
|
+
|
|
28
19
|
description: Core Ruby extensions from the Hobo project
|
|
29
20
|
email: tom@tomlocke.com
|
|
30
21
|
executables: []
|
data/lib/hobosupport.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hobosupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Locke
|
|
@@ -9,19 +9,10 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-09-
|
|
12
|
+
date: 2008-09-14 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
|
-
dependencies:
|
|
15
|
-
|
|
16
|
-
name: echoe
|
|
17
|
-
type: :development
|
|
18
|
-
version_requirement:
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
20
|
-
requirements:
|
|
21
|
-
- - ">="
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: "0"
|
|
24
|
-
version:
|
|
14
|
+
dependencies: []
|
|
15
|
+
|
|
25
16
|
description: Core Ruby extensions from the Hobo project
|
|
26
17
|
email: tom@tomlocke.com
|
|
27
18
|
executables: []
|