hobofields 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -8,8 +8,9 @@ Echoe.new('hobofields') 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
12
 
13
- p.dependencies = ['hobosupport >=0.8']
13
+ p.dependencies = ['hobosupport >=0.8.2', 'rails >=2.1']
14
+ p.development_dependencies = []
14
15
  end
15
16
 
data/hobofields.gemspec CHANGED
@@ -1,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Hobofields-0.8.1
2
+ # Gem::Specification for Hobofields-0.8.2
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: hobofields
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
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -23,17 +23,17 @@ dependencies:
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: "0.8"
26
+ version: 0.8.2
27
27
  version:
28
28
  - !ruby/object:Gem::Dependency
29
- name: echoe
30
- type: :development
29
+ name: rails
30
+ type: :runtime
31
31
  version_requirement:
32
32
  version_requirements: !ruby/object:Gem::Requirement
33
33
  requirements:
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: "0"
36
+ version: "2.1"
37
37
  version:
38
38
  description: Rich field types and migration generator for Rails
39
39
  email: tom@tomlocke.com
data/lib/hobo_fields.rb CHANGED
@@ -9,7 +9,7 @@ end
9
9
 
10
10
  module HoboFields
11
11
 
12
- VERSION = "0.8.1"
12
+ VERSION = "0.8.2"
13
13
 
14
14
  extend self
15
15
 
@@ -17,6 +17,7 @@ module HoboFields
17
17
  :boolean => Hobo::Boolean,
18
18
  :date => Date,
19
19
  :datetime => (defined?(ActiveSupport::TimeWithZone) ? ActiveSupport::TimeWithZone : Time),
20
+ :time => Time,
20
21
  :integer => Fixnum,
21
22
  :big_integer => BigDecimal,
22
23
  :decimal => BigDecimal,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobofields
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,7 +9,7 @@ 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
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,17 +20,17 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: "0.8"
23
+ version: 0.8.2
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: echoe
27
- type: :development
26
+ name: rails
27
+ type: :runtime
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: "0"
33
+ version: "2.1"
34
34
  version:
35
35
  description: Rich field types and migration generator for Rails
36
36
  email: tom@tomlocke.com