accepts-flattened-values 0.1.2 → 0.1.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/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ ==== accepts-flattened-values 0.1.3
2
+ * updated gem homepage to new github wiki
3
+
1
4
  ==== accepts-flattened-values 0.1.2
2
5
  * updated gemspec to use activerecord and activesupport 3.0.0.rc
3
6
 
@@ -1,7 +1,9 @@
1
1
  require 'active_support'
2
2
 
3
3
  module AcceptsFlattenedValues
4
- autoload :Mixin, 'accepts_flattened_values/mixin'
4
+ extend ActiveSupport::Autoload
5
+
6
+ autoload :Mixin
5
7
  end
6
8
 
7
9
  ActiveSupport.on_load(:active_record) do
@@ -1,5 +1,3 @@
1
- require 'active_support/concern'
2
-
3
1
  module AcceptsFlattenedValues::Mixin
4
2
  extend ActiveSupport::Concern
5
3
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Kadolph
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-09 00:00:00 -04:00
17
+ date: 2010-08-13 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -25,11 +25,8 @@ dependencies:
25
25
  - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  segments:
28
- - 3
29
28
  - 0
30
- - 0
31
- - rc
32
- version: 3.0.0.rc
29
+ version: "0"
33
30
  type: :runtime
34
31
  version_requirements: *id001
35
32
  - !ruby/object:Gem::Dependency
@@ -40,11 +37,8 @@ dependencies:
40
37
  - - ">="
41
38
  - !ruby/object:Gem::Version
42
39
  segments:
43
- - 3
44
- - 0
45
40
  - 0
46
- - rc
47
- version: 3.0.0.rc
41
+ version: "0"
48
42
  type: :runtime
49
43
  version_requirements: *id002
50
44
  description: accepts-flattened-values is mixin for ActiveRecord that flattens single values from a has_many or has_and_belongs_to_many assocation into a string and vice versa.
@@ -55,16 +49,16 @@ extensions: []
55
49
 
56
50
  extra_rdoc_files:
57
51
  - CHANGELOG
58
- - README
59
52
  - LICENSE
53
+ - README
60
54
  files:
61
55
  - CHANGELOG
62
- - README
63
56
  - LICENSE
57
+ - README
64
58
  - lib/accepts_flattened_values/mixin.rb
65
59
  - lib/accepts_flattened_values.rb
66
60
  has_rdoc: true
67
- homepage: http://wiki.github.com/samuelkadolph/accepts-flattened-values/
61
+ homepage: http://github.com/samuelkadolph/accepts-flattened-values/wiki
68
62
  licenses: []
69
63
 
70
64
  post_install_message: