fixed_point_field 1.1 → 1.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 (3) hide show
  1. data/lib/fixed_point_field.rb +2 -0
  2. metadata +18 -6
  3. data/rails/init.rb +0 -2
@@ -121,3 +121,5 @@ module FixedPointField
121
121
  end
122
122
 
123
123
  end
124
+
125
+ ActiveRecord::Base.send :include, FixedPointField
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixed_point_field
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.1"
4
+ hash: 11
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 2
9
+ version: "1.2"
5
10
  platform: ruby
6
11
  authors:
7
12
  - Todd Willey <todd@rubidine.com>
@@ -9,7 +14,7 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-07-05 00:00:00 -04:00
17
+ date: 2010-07-09 00:00:00 -04:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
@@ -24,7 +29,6 @@ extra_rdoc_files:
24
29
  files:
25
30
  - README
26
31
  - Rakefile
27
- - rails/init.rb
28
32
  - lib/fixed_point_field.rb
29
33
  - tasks/fixed_point_field_tasks.rake
30
34
  - test/fixed_point_field_test.rb
@@ -38,21 +42,29 @@ rdoc_options: []
38
42
  require_paths:
39
43
  - lib
40
44
  required_ruby_version: !ruby/object:Gem::Requirement
45
+ none: false
41
46
  requirements:
42
47
  - - ">="
43
48
  - !ruby/object:Gem::Version
49
+ hash: 3
50
+ segments:
51
+ - 0
44
52
  version: "0"
45
- version:
46
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
47
55
  requirements:
48
56
  - - ">"
49
57
  - !ruby/object:Gem::Version
58
+ hash: 25
59
+ segments:
60
+ - 1
61
+ - 3
62
+ - 1
50
63
  version: 1.3.1
51
- version:
52
64
  requirements: []
53
65
 
54
66
  rubyforge_project:
55
- rubygems_version: 1.3.5
67
+ rubygems_version: 1.3.7
56
68
  signing_key:
57
69
  specification_version: 3
58
70
  summary: ActiveRecord plugin for dealing with currency
data/rails/init.rb DELETED
@@ -1,2 +0,0 @@
1
- require 'fixed_point_field'
2
- ActiveRecord::Base.send :include, FixedPointField