hobosupport 0.8.2 → 0.8.3

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/Manifest CHANGED
@@ -15,6 +15,7 @@ lib/hobosupport/module.rb
15
15
  lib/hobosupport.rb
16
16
  Manifest
17
17
  Manifest.txt
18
+ Rakefile
18
19
  README.txt
19
20
  test/hobosupport/enumerable.rdoctest
20
21
  test/hobosupport/hash.rdoctest
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ Echoe.new('hobosupport') do |p|
8
8
  p.project = "hobo"
9
9
 
10
10
  p.changelog = "CHANGES.txt"
11
- p.version = "0.8.2"
11
+ p.version = "0.8.3"
12
12
 
13
13
  p.development_dependencies = []
14
14
  end
data/hobosupport.gemspec CHANGED
@@ -1,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Hobosupport-0.8.2
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.2
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-09-14 00:00:00 +01:00
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:
@@ -33,7 +33,7 @@ module Enumerable
33
33
  end
34
34
 
35
35
  def rest
36
- self[1..-1]
36
+ self[1..-1] || []
37
37
  end
38
38
 
39
39
  class MultiSender
data/lib/hobosupport.rb CHANGED
@@ -13,7 +13,7 @@ require 'hobosupport/module'
13
13
 
14
14
  module HoboSupport
15
15
 
16
- VERSION = "0.8.2"
16
+ VERSION = "0.8.3"
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.2
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-09-14 00:00:00 +01:00
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: