activemodel 3.1.0.rc6 → 3.1.0.rc8
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/lib/active_model/serialization.rb +2 -0
- data/lib/active_model/version.rb +1 -1
- metadata +16 -16
data/lib/active_model/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activemodel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 977940593
|
|
5
|
+
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 1
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
version: 3.1.0.rc6
|
|
10
|
+
- rc8
|
|
11
|
+
version: 3.1.0.rc8
|
|
13
12
|
platform: ruby
|
|
14
13
|
authors:
|
|
15
14
|
- David Heinemeier Hansson
|
|
@@ -17,7 +16,8 @@ autorequire:
|
|
|
17
16
|
bindir: bin
|
|
18
17
|
cert_chain: []
|
|
19
18
|
|
|
20
|
-
date: 2011-08-
|
|
19
|
+
date: 2011-08-29 00:00:00 -03:00
|
|
20
|
+
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: activesupport
|
|
@@ -27,14 +27,13 @@ dependencies:
|
|
|
27
27
|
requirements:
|
|
28
28
|
- - "="
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
hash:
|
|
30
|
+
hash: 977940593
|
|
31
31
|
segments:
|
|
32
32
|
- 3
|
|
33
33
|
- 1
|
|
34
34
|
- 0
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
version: 3.1.0.rc6
|
|
35
|
+
- rc8
|
|
36
|
+
version: 3.1.0.rc8
|
|
38
37
|
type: :runtime
|
|
39
38
|
version_requirements: *id001
|
|
40
39
|
- !ruby/object:Gem::Dependency
|
|
@@ -76,12 +75,12 @@ dependencies:
|
|
|
76
75
|
requirements:
|
|
77
76
|
- - ~>
|
|
78
77
|
- !ruby/object:Gem::Version
|
|
79
|
-
hash:
|
|
78
|
+
hash: 7
|
|
80
79
|
segments:
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
version:
|
|
80
|
+
- 3
|
|
81
|
+
- 0
|
|
82
|
+
- 0
|
|
83
|
+
version: 3.0.0
|
|
85
84
|
type: :runtime
|
|
86
85
|
version_requirements: *id004
|
|
87
86
|
description: A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.
|
|
@@ -131,6 +130,7 @@ files:
|
|
|
131
130
|
- lib/active_model/validator.rb
|
|
132
131
|
- lib/active_model/version.rb
|
|
133
132
|
- lib/active_model.rb
|
|
133
|
+
has_rdoc: true
|
|
134
134
|
homepage: http://www.rubyonrails.org
|
|
135
135
|
licenses: []
|
|
136
136
|
|
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
164
|
requirements: []
|
|
165
165
|
|
|
166
166
|
rubyforge_project:
|
|
167
|
-
rubygems_version: 1.
|
|
167
|
+
rubygems_version: 1.3.7
|
|
168
168
|
signing_key:
|
|
169
169
|
specification_version: 3
|
|
170
170
|
summary: A toolkit for building modeling frameworks (part of Rails).
|