hobosupport 0.8.1 → 0.8.2

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.
Files changed (4) hide show
  1. data/Rakefile +3 -1
  2. data/hobosupport.gemspec +5 -14
  3. data/lib/hobosupport.rb +1 -1
  4. metadata +4 -13
data/Rakefile CHANGED
@@ -8,5 +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.1"
11
+ p.version = "0.8.2"
12
+
13
+ p.development_dependencies = []
12
14
  end
data/hobosupport.gemspec CHANGED
@@ -1,30 +1,21 @@
1
1
 
2
- # Gem::Specification for Hobosupport-0.8.1
2
+ # Gem::Specification for Hobosupport-0.8.2
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.1
8
+ version: 0.8.2
9
9
  platform: ruby
10
10
  authors:
11
11
  - Tom Locke
12
12
  autorequire:
13
13
  bindir: bin
14
14
 
15
- date: 2008-09-08 00:00:00 +01:00
15
+ date: 2008-09-14 00:00:00 +01:00
16
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:
17
+ dependencies: []
18
+
28
19
  description: Core Ruby extensions from the Hobo project
29
20
  email: tom@tomlocke.com
30
21
  executables: []
data/lib/hobosupport.rb CHANGED
@@ -13,7 +13,7 @@ require 'hobosupport/module'
13
13
 
14
14
  module HoboSupport
15
15
 
16
- VERSION = "0.8.1"
16
+ VERSION = "0.8.2"
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.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Locke
@@ -9,19 +9,10 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-08 00:00:00 +01:00
12
+ date: 2008-09-14 00:00:00 +01:00
13
13
  default_executable:
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:
14
+ dependencies: []
15
+
25
16
  description: Core Ruby extensions from the Hobo project
26
17
  email: tom@tomlocke.com
27
18
  executables: []