hobosupport 0.8 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +12 -0
  2. data/hobosupport.gemspec +101 -42
  3. data/lib/hobosupport.rb +1 -1
  4. 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.new do |s|
6
- s.name = %q{hobosupport}
7
- s.version = "0.8"
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
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
10
- s.authors = ["Tom Locke"]
11
- s.date = %q{2008-09-03}
12
- s.description = %q{Core Ruby extensions from the Hobo project}
13
- s.email = %q{tom@tomlocke.com}
14
- s.extra_rdoc_files = ["lib/hobosupport/array.rb", "lib/hobosupport/blankslate.rb", "lib/hobosupport/enumerable.rb", "lib/hobosupport/fixes/chronic.rb", "lib/hobosupport/fixes/module.rb", "lib/hobosupport/fixes/pp.rb", "lib/hobosupport/fixes.rb", "lib/hobosupport/hash.rb", "lib/hobosupport/implies.rb", "lib/hobosupport/metaid.rb", "lib/hobosupport/methodcall.rb", "lib/hobosupport/methodphitamine.rb", "lib/hobosupport/module.rb", "lib/hobosupport.rb", "README.txt"]
15
- s.files = ["CHANGES.txt", "lib/hobosupport/array.rb", "lib/hobosupport/blankslate.rb", "lib/hobosupport/enumerable.rb", "lib/hobosupport/fixes/chronic.rb", "lib/hobosupport/fixes/module.rb", "lib/hobosupport/fixes/pp.rb", "lib/hobosupport/fixes.rb", "lib/hobosupport/hash.rb", "lib/hobosupport/implies.rb", "lib/hobosupport/metaid.rb", "lib/hobosupport/methodcall.rb", "lib/hobosupport/methodphitamine.rb", "lib/hobosupport/module.rb", "lib/hobosupport.rb", "Manifest", "Manifest.txt", "README.txt", "test/hobosupport/enumerable.rdoctest", "test/hobosupport/hash.rdoctest", "test/hobosupport/implies.rdoctest", "test/hobosupport/metaid.rdoctest", "test/hobosupport/methodphitamine.rdoctest", "test/hobosupport/module.rdoctest", "test/hobosupport.rdoctest", "hobosupport.gemspec"]
16
- s.has_rdoc = true
17
- s.homepage = %q{http://hobocentral.net/hobosupport}
18
- s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Hobosupport", "--main", "README.txt"]
19
- s.require_paths = ["lib"]
20
- s.rubyforge_project = %q{hobo}
21
- s.rubygems_version = %q{1.2.0}
22
- s.summary = %q{Core Ruby extensions from the Hobo project}
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
- if s.respond_to? :specification_version then
25
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
26
- s.specification_version = 2
32
+ extensions: []
27
33
 
28
- if current_version >= 3 then
29
- else
30
- end
31
- else
32
- end
33
- end
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
- # # Original Rakefile source (requires the Echoe gem):
37
- #
38
- # require 'echoe'
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
@@ -13,7 +13,7 @@ require 'hobosupport/module'
13
13
 
14
14
  module HoboSupport
15
15
 
16
- VERSION = "0.8"
16
+ VERSION = "0.8.1"
17
17
 
18
18
  end
19
19
 
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.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-03 00:00:00 +01:00
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: "0"
97
+ version: "1.2"
88
98
  version:
89
99
  requirements: []
90
100