activemodel 3.0.10 → 3.0.11
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 +10 -1
- data/lib/active_model/version.rb +1 -1
- metadata +39 -39
data/CHANGELOG
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
|
-
*Rails 3.0.10 (
|
|
1
|
+
*Rails 3.0.10 (August 16, 2011)*
|
|
2
|
+
|
|
3
|
+
*No changes.
|
|
4
|
+
|
|
2
5
|
|
|
3
6
|
*Rails 3.0.9 (June 16, 2011)*
|
|
4
7
|
|
|
8
|
+
*No changes.
|
|
9
|
+
|
|
10
|
+
|
|
5
11
|
*Rails 3.0.8 (June 7, 2011)*
|
|
6
12
|
|
|
13
|
+
*No changes.
|
|
14
|
+
|
|
15
|
+
|
|
7
16
|
*Rails 3.0.7 (April 18, 2011)*
|
|
8
17
|
|
|
9
18
|
*No changes.
|
data/lib/active_model/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activemodel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 3.0.
|
|
9
|
+
- 11
|
|
10
|
+
version: 3.0.11
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Heinemeier Hansson
|
|
@@ -15,28 +15,29 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-11-18 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: activesupport
|
|
22
|
+
type: :runtime
|
|
22
23
|
prerelease: false
|
|
23
|
-
|
|
24
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
24
25
|
none: false
|
|
25
26
|
requirements:
|
|
26
27
|
- - "="
|
|
27
28
|
- !ruby/object:Gem::Version
|
|
28
|
-
hash:
|
|
29
|
+
hash: 17
|
|
29
30
|
segments:
|
|
30
31
|
- 3
|
|
31
32
|
- 0
|
|
32
|
-
-
|
|
33
|
-
version: 3.0.
|
|
34
|
-
|
|
35
|
-
version_requirements: *id001
|
|
33
|
+
- 11
|
|
34
|
+
version: 3.0.11
|
|
35
|
+
requirement: *id001
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: builder
|
|
38
|
+
type: :runtime
|
|
38
39
|
prerelease: false
|
|
39
|
-
|
|
40
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
40
41
|
none: false
|
|
41
42
|
requirements:
|
|
42
43
|
- - ~>
|
|
@@ -47,12 +48,12 @@ dependencies:
|
|
|
47
48
|
- 1
|
|
48
49
|
- 2
|
|
49
50
|
version: 2.1.2
|
|
50
|
-
|
|
51
|
-
version_requirements: *id002
|
|
51
|
+
requirement: *id002
|
|
52
52
|
- !ruby/object:Gem::Dependency
|
|
53
53
|
name: i18n
|
|
54
|
+
type: :runtime
|
|
54
55
|
prerelease: false
|
|
55
|
-
|
|
56
|
+
version_requirements: &id003 !ruby/object:Gem::Requirement
|
|
56
57
|
none: false
|
|
57
58
|
requirements:
|
|
58
59
|
- - ~>
|
|
@@ -63,8 +64,7 @@ dependencies:
|
|
|
63
64
|
- 5
|
|
64
65
|
- 0
|
|
65
66
|
version: 0.5.0
|
|
66
|
-
|
|
67
|
-
version_requirements: *id003
|
|
67
|
+
requirement: *id003
|
|
68
68
|
description: A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.
|
|
69
69
|
email: david@loudthinking.com
|
|
70
70
|
executables: []
|
|
@@ -77,40 +77,40 @@ files:
|
|
|
77
77
|
- CHANGELOG
|
|
78
78
|
- MIT-LICENSE
|
|
79
79
|
- README.rdoc
|
|
80
|
-
- lib/active_model
|
|
81
|
-
- lib/active_model/
|
|
80
|
+
- lib/active_model.rb
|
|
81
|
+
- lib/active_model/mass_assignment_security.rb
|
|
82
|
+
- lib/active_model/locale/en.yml
|
|
82
83
|
- lib/active_model/conversion.rb
|
|
83
|
-
- lib/active_model/
|
|
84
|
+
- lib/active_model/attribute_methods.rb
|
|
84
85
|
- lib/active_model/dirty.rb
|
|
86
|
+
- lib/active_model/mass_assignment_security/sanitizer.rb
|
|
87
|
+
- lib/active_model/mass_assignment_security/permission_set.rb
|
|
85
88
|
- lib/active_model/errors.rb
|
|
89
|
+
- lib/active_model/test_case.rb
|
|
86
90
|
- lib/active_model/lint.rb
|
|
87
|
-
- lib/active_model/locale/en.yml
|
|
88
|
-
- lib/active_model/mass_assignment_security/permission_set.rb
|
|
89
|
-
- lib/active_model/mass_assignment_security/sanitizer.rb
|
|
90
|
-
- lib/active_model/mass_assignment_security.rb
|
|
91
|
-
- lib/active_model/naming.rb
|
|
92
91
|
- lib/active_model/observing.rb
|
|
93
|
-
- lib/active_model/
|
|
92
|
+
- lib/active_model/version.rb
|
|
94
93
|
- lib/active_model/serialization.rb
|
|
95
|
-
- lib/active_model/
|
|
96
|
-
- lib/active_model/
|
|
97
|
-
- lib/active_model/
|
|
94
|
+
- lib/active_model/naming.rb
|
|
95
|
+
- lib/active_model/deprecated_error_methods.rb
|
|
96
|
+
- lib/active_model/railtie.rb
|
|
98
97
|
- lib/active_model/translation.rb
|
|
99
|
-
- lib/active_model/validations
|
|
100
|
-
- lib/active_model/
|
|
101
|
-
- lib/active_model/
|
|
98
|
+
- lib/active_model/validations.rb
|
|
99
|
+
- lib/active_model/callbacks.rb
|
|
100
|
+
- lib/active_model/validator.rb
|
|
101
|
+
- lib/active_model/validations/validates.rb
|
|
102
102
|
- lib/active_model/validations/exclusion.rb
|
|
103
|
+
- lib/active_model/validations/confirmation.rb
|
|
104
|
+
- lib/active_model/validations/numericality.rb
|
|
105
|
+
- lib/active_model/validations/acceptance.rb
|
|
106
|
+
- lib/active_model/validations/with.rb
|
|
103
107
|
- lib/active_model/validations/format.rb
|
|
108
|
+
- lib/active_model/validations/callbacks.rb
|
|
104
109
|
- lib/active_model/validations/inclusion.rb
|
|
105
110
|
- lib/active_model/validations/length.rb
|
|
106
|
-
- lib/active_model/validations/numericality.rb
|
|
107
111
|
- lib/active_model/validations/presence.rb
|
|
108
|
-
- lib/active_model/
|
|
109
|
-
- lib/active_model/
|
|
110
|
-
- lib/active_model/validations.rb
|
|
111
|
-
- lib/active_model/validator.rb
|
|
112
|
-
- lib/active_model/version.rb
|
|
113
|
-
- lib/active_model.rb
|
|
112
|
+
- lib/active_model/serializers/xml.rb
|
|
113
|
+
- lib/active_model/serializers/json.rb
|
|
114
114
|
homepage: http://www.rubyonrails.org
|
|
115
115
|
licenses: []
|
|
116
116
|
|
|
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
requirements: []
|
|
143
143
|
|
|
144
144
|
rubyforge_project: activemodel
|
|
145
|
-
rubygems_version: 1.8.
|
|
145
|
+
rubygems_version: 1.8.6
|
|
146
146
|
signing_key:
|
|
147
147
|
specification_version: 3
|
|
148
148
|
summary: A toolkit for building modeling frameworks (part of Rails).
|