hobosupport 1.1.0.pre4 → 1.1.0
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/hobosupport.gemspec +31 -30
- data/lib/hobo_support.rb +1 -1
- metadata +10 -14
data/hobosupport.gemspec
CHANGED
|
@@ -1,46 +1,47 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{hobosupport}
|
|
8
|
-
s.version = "1.1.0
|
|
8
|
+
s.version = "1.1.0"
|
|
9
9
|
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Tom Locke"]
|
|
12
|
-
s.date = %q{2011-
|
|
12
|
+
s.date = %q{2011-11-15}
|
|
13
13
|
s.email = %q{tom@tomlocke.com}
|
|
14
14
|
s.files = [
|
|
15
15
|
"CHANGES.txt",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
16
|
+
"README.txt",
|
|
17
|
+
"Rakefile",
|
|
18
|
+
"hobosupport.gemspec",
|
|
19
|
+
"lib/hobo_support.rb",
|
|
20
|
+
"lib/hobo_support/array.rb",
|
|
21
|
+
"lib/hobo_support/blankslate.rb",
|
|
22
|
+
"lib/hobo_support/enumerable.rb",
|
|
23
|
+
"lib/hobo_support/fixes.rb",
|
|
24
|
+
"lib/hobo_support/fixes/chronic.rb",
|
|
25
|
+
"lib/hobo_support/fixes/module.rb",
|
|
26
|
+
"lib/hobo_support/fixes/pp.rb",
|
|
27
|
+
"lib/hobo_support/hash.rb",
|
|
28
|
+
"lib/hobo_support/implies.rb",
|
|
29
|
+
"lib/hobo_support/metaid.rb",
|
|
30
|
+
"lib/hobo_support/methodcall.rb",
|
|
31
|
+
"lib/hobo_support/methodphitamine.rb",
|
|
32
|
+
"lib/hobo_support/module.rb",
|
|
33
|
+
"lib/hobo_support/string.rb",
|
|
34
|
+
"lib/hobosupport.rb",
|
|
35
|
+
"test/hobosupport.rdoctest",
|
|
36
|
+
"test/hobosupport/enumerable.rdoctest",
|
|
37
|
+
"test/hobosupport/hash.rdoctest",
|
|
38
|
+
"test/hobosupport/implies.rdoctest",
|
|
39
|
+
"test/hobosupport/metaid.rdoctest",
|
|
40
|
+
"test/hobosupport/methodphitamine.rdoctest",
|
|
41
|
+
"test/hobosupport/module.rdoctest"
|
|
42
42
|
]
|
|
43
43
|
s.homepage = %q{http://hobocentral.net/}
|
|
44
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
|
44
45
|
s.require_paths = ["lib"]
|
|
45
46
|
s.rubyforge_project = %q{hobosupport}
|
|
46
47
|
s.rubygems_version = %q{1.4.2}
|
data/lib/hobo_support.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hobosupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 19
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
9
|
- 0
|
|
10
|
-
|
|
11
|
-
- 4
|
|
12
|
-
version: 1.1.0.pre4
|
|
10
|
+
version: 1.1.0
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- Tom Locke
|
|
@@ -17,7 +15,7 @@ autorequire:
|
|
|
17
15
|
bindir: bin
|
|
18
16
|
cert_chain: []
|
|
19
17
|
|
|
20
|
-
date: 2011-
|
|
18
|
+
date: 2011-11-15 00:00:00 -05:00
|
|
21
19
|
default_executable:
|
|
22
20
|
dependencies: []
|
|
23
21
|
|
|
@@ -62,8 +60,8 @@ homepage: http://hobocentral.net/
|
|
|
62
60
|
licenses: []
|
|
63
61
|
|
|
64
62
|
post_install_message:
|
|
65
|
-
rdoc_options:
|
|
66
|
-
|
|
63
|
+
rdoc_options:
|
|
64
|
+
- --charset=UTF-8
|
|
67
65
|
require_paths:
|
|
68
66
|
- lib
|
|
69
67
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -78,14 +76,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
78
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
77
|
none: false
|
|
80
78
|
requirements:
|
|
81
|
-
- - "
|
|
79
|
+
- - ">="
|
|
82
80
|
- !ruby/object:Gem::Version
|
|
83
|
-
hash:
|
|
81
|
+
hash: 3
|
|
84
82
|
segments:
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
- 1
|
|
88
|
-
version: 1.3.1
|
|
83
|
+
- 0
|
|
84
|
+
version: "0"
|
|
89
85
|
requirements: []
|
|
90
86
|
|
|
91
87
|
rubyforge_project: hobosupport
|