hobosupport 0.8.2 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest +1 -0
- data/Rakefile +1 -1
- data/hobosupport.gemspec +5 -5
- data/lib/hobosupport/enumerable.rb +1 -1
- data/lib/hobosupport.rb +1 -1
- metadata +4 -4
data/Manifest
CHANGED
data/Rakefile
CHANGED
data/hobosupport.gemspec
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Hobosupport-0.8.
|
2
|
+
# Gem::Specification for Hobosupport-0.8.3
|
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.3
|
9
9
|
platform: ruby
|
10
10
|
authors:
|
11
11
|
- Tom Locke
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
|
15
|
-
date: 2008-
|
15
|
+
date: 2008-10-15 00:00:00 +01:00
|
16
16
|
default_executable:
|
17
17
|
dependencies: []
|
18
18
|
|
@@ -56,6 +56,7 @@ files:
|
|
56
56
|
- lib/hobosupport.rb
|
57
57
|
- Manifest
|
58
58
|
- Manifest.txt
|
59
|
+
- Rakefile
|
59
60
|
- README.txt
|
60
61
|
- test/hobosupport/enumerable.rdoctest
|
61
62
|
- test/hobosupport/hash.rdoctest
|
@@ -65,7 +66,6 @@ files:
|
|
65
66
|
- test/hobosupport/module.rdoctest
|
66
67
|
- test/hobosupport.rdoctest
|
67
68
|
- hobosupport.gemspec
|
68
|
-
- Rakefile
|
69
69
|
has_rdoc: true
|
70
70
|
homepage: http://hobocentral.net/hobosupport
|
71
71
|
post_install_message:
|
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
86
|
version:
|
87
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- - "
|
89
|
+
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: "1.2"
|
92
92
|
version:
|
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Locke
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-10-15 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -53,6 +53,7 @@ files:
|
|
53
53
|
- lib/hobosupport.rb
|
54
54
|
- Manifest
|
55
55
|
- Manifest.txt
|
56
|
+
- Rakefile
|
56
57
|
- README.txt
|
57
58
|
- test/hobosupport/enumerable.rdoctest
|
58
59
|
- test/hobosupport/hash.rdoctest
|
@@ -62,7 +63,6 @@ files:
|
|
62
63
|
- test/hobosupport/module.rdoctest
|
63
64
|
- test/hobosupport.rdoctest
|
64
65
|
- hobosupport.gemspec
|
65
|
-
- Rakefile
|
66
66
|
has_rdoc: true
|
67
67
|
homepage: http://hobocentral.net/hobosupport
|
68
68
|
post_install_message:
|
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
83
|
version:
|
84
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
|
-
- - "
|
86
|
+
- - ">="
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: "1.2"
|
89
89
|
version:
|