hobo 0.8.9 → 0.8.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGES.txt +5 -0
  2. data/lib/hobo.rb +1 -1
  3. metadata +4 -4
data/CHANGES.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === Hobo 0.8.10 ==
2
+
3
+ This is a brown paper bag release. The fix for Bug 473 was not
4
+ properly tested. Thanks Iain Beeston for quickly sending us a patch.
5
+
1
6
  === Hobo 0.8.9 ===
2
7
 
3
8
  Enhancements:
data/lib/hobo.rb CHANGED
@@ -16,7 +16,7 @@ class HoboError < RuntimeError; end
16
16
 
17
17
  module Hobo
18
18
 
19
- VERSION = "0.8.9"
19
+ VERSION = "0.8.10"
20
20
 
21
21
  class PermissionDeniedError < RuntimeError; end
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.8.10
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: 2009-10-15 00:00:00 -04:00
12
+ date: 2009-10-15 00:00:00 +01:00
13
13
  default_executable: hobo
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - "="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.8.9
43
+ version: 0.8.10
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: hobofields
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - "="
52
52
  - !ruby/object:Gem::Version
53
- version: 0.8.9
53
+ version: 0.8.10
54
54
  version:
55
55
  description:
56
56
  email: tom@tomlocke.com