hobosupport 0.8 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +12 -0
- data/hobosupport.gemspec +101 -42
- data/lib/hobosupport.rb +1 -1
- metadata +16 -6
data/Rakefile
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
require 'echoe'
|
2
|
+
|
3
|
+
Echoe.new('hobosupport') do |p|
|
4
|
+
p.author = "Tom Locke"
|
5
|
+
p.email = "tom@tomlocke.com"
|
6
|
+
p.summary = "Core Ruby extensions from the Hobo project"
|
7
|
+
p.url = "http://hobocentral.net/hobosupport"
|
8
|
+
p.project = "hobo"
|
9
|
+
|
10
|
+
p.changelog = "CHANGES.txt"
|
11
|
+
p.version = "0.8.1"
|
12
|
+
end
|
data/hobosupport.gemspec
CHANGED
@@ -1,49 +1,108 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Hobosupport-0.8
|
2
|
+
# Gem::Specification for Hobosupport-0.8.1
|
3
3
|
# Originally generated by Echoe
|
4
4
|
|
5
|
-
Gem::Specification
|
6
|
-
|
7
|
-
|
5
|
+
--- !ruby/object:Gem::Specification
|
6
|
+
name: hobosupport
|
7
|
+
version: !ruby/object:Gem::Version
|
8
|
+
version: 0.8.1
|
9
|
+
platform: ruby
|
10
|
+
authors:
|
11
|
+
- Tom Locke
|
12
|
+
autorequire:
|
13
|
+
bindir: bin
|
8
14
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
15
|
+
date: 2008-09-08 00:00:00 +01:00
|
16
|
+
default_executable:
|
17
|
+
dependencies:
|
18
|
+
- !ruby/object:Gem::Dependency
|
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:
|
28
|
+
description: Core Ruby extensions from the Hobo project
|
29
|
+
email: tom@tomlocke.com
|
30
|
+
executables: []
|
23
31
|
|
24
|
-
|
25
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
26
|
-
s.specification_version = 2
|
32
|
+
extensions: []
|
27
33
|
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
+
extra_rdoc_files:
|
35
|
+
- lib/hobosupport/array.rb
|
36
|
+
- lib/hobosupport/blankslate.rb
|
37
|
+
- lib/hobosupport/enumerable.rb
|
38
|
+
- lib/hobosupport/fixes/chronic.rb
|
39
|
+
- lib/hobosupport/fixes/module.rb
|
40
|
+
- lib/hobosupport/fixes/pp.rb
|
41
|
+
- lib/hobosupport/fixes.rb
|
42
|
+
- lib/hobosupport/hash.rb
|
43
|
+
- lib/hobosupport/implies.rb
|
44
|
+
- lib/hobosupport/metaid.rb
|
45
|
+
- lib/hobosupport/methodcall.rb
|
46
|
+
- lib/hobosupport/methodphitamine.rb
|
47
|
+
- lib/hobosupport/module.rb
|
48
|
+
- lib/hobosupport.rb
|
49
|
+
- README.txt
|
50
|
+
files:
|
51
|
+
- CHANGES.txt
|
52
|
+
- lib/hobosupport/array.rb
|
53
|
+
- lib/hobosupport/blankslate.rb
|
54
|
+
- lib/hobosupport/enumerable.rb
|
55
|
+
- lib/hobosupport/fixes/chronic.rb
|
56
|
+
- lib/hobosupport/fixes/module.rb
|
57
|
+
- lib/hobosupport/fixes/pp.rb
|
58
|
+
- lib/hobosupport/fixes.rb
|
59
|
+
- lib/hobosupport/hash.rb
|
60
|
+
- lib/hobosupport/implies.rb
|
61
|
+
- lib/hobosupport/metaid.rb
|
62
|
+
- lib/hobosupport/methodcall.rb
|
63
|
+
- lib/hobosupport/methodphitamine.rb
|
64
|
+
- lib/hobosupport/module.rb
|
65
|
+
- lib/hobosupport.rb
|
66
|
+
- Manifest
|
67
|
+
- Manifest.txt
|
68
|
+
- README.txt
|
69
|
+
- test/hobosupport/enumerable.rdoctest
|
70
|
+
- test/hobosupport/hash.rdoctest
|
71
|
+
- test/hobosupport/implies.rdoctest
|
72
|
+
- test/hobosupport/metaid.rdoctest
|
73
|
+
- test/hobosupport/methodphitamine.rdoctest
|
74
|
+
- test/hobosupport/module.rdoctest
|
75
|
+
- test/hobosupport.rdoctest
|
76
|
+
- hobosupport.gemspec
|
77
|
+
- Rakefile
|
78
|
+
has_rdoc: true
|
79
|
+
homepage: http://hobocentral.net/hobosupport
|
80
|
+
post_install_message:
|
81
|
+
rdoc_options:
|
82
|
+
- --line-numbers
|
83
|
+
- --inline-source
|
84
|
+
- --title
|
85
|
+
- Hobosupport
|
86
|
+
- --main
|
87
|
+
- README.txt
|
88
|
+
require_paths:
|
89
|
+
- lib
|
90
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
91
|
+
requirements:
|
92
|
+
- - ">="
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: "0"
|
95
|
+
version:
|
96
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
|
+
requirements:
|
98
|
+
- - "="
|
99
|
+
- !ruby/object:Gem::Version
|
100
|
+
version: "1.2"
|
101
|
+
version:
|
102
|
+
requirements: []
|
34
103
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
# Echoe.new('hobosupport') do |p|
|
41
|
-
# p.author = "Tom Locke"
|
42
|
-
# p.email = "tom@tomlocke.com"
|
43
|
-
# p.summary = "Core Ruby extensions from the Hobo project"
|
44
|
-
# p.url = "http://hobocentral.net/hobosupport"
|
45
|
-
# p.project = "hobo"
|
46
|
-
#
|
47
|
-
# p.changelog = "CHANGES.txt"
|
48
|
-
# p.version = "0.8"
|
49
|
-
# end
|
104
|
+
rubyforge_project: hobo
|
105
|
+
rubygems_version: 1.2.0
|
106
|
+
specification_version: 2
|
107
|
+
summary: Core Ruby extensions from the Hobo project
|
108
|
+
test_files: []
|
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:
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Locke
|
@@ -9,10 +9,19 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-09-
|
12
|
+
date: 2008-09-08 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
|
-
dependencies:
|
15
|
-
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
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:
|
16
25
|
description: Core Ruby extensions from the Hobo project
|
17
26
|
email: tom@tomlocke.com
|
18
27
|
executables: []
|
@@ -62,6 +71,7 @@ files:
|
|
62
71
|
- test/hobosupport/module.rdoctest
|
63
72
|
- test/hobosupport.rdoctest
|
64
73
|
- hobosupport.gemspec
|
74
|
+
- Rakefile
|
65
75
|
has_rdoc: true
|
66
76
|
homepage: http://hobocentral.net/hobosupport
|
67
77
|
post_install_message:
|
@@ -82,9 +92,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
82
92
|
version:
|
83
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
94
|
requirements:
|
85
|
-
- - "
|
95
|
+
- - "="
|
86
96
|
- !ruby/object:Gem::Version
|
87
|
-
version: "
|
97
|
+
version: "1.2"
|
88
98
|
version:
|
89
99
|
requirements: []
|
90
100
|
|