activemodel 4.1.1 → 4.1.2.rc1
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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +5 -0
- data/lib/active_model.rb +1 -0
- data/lib/active_model/gem_version.rb +2 -2
- metadata +14 -20
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 5a645b0232c5ae2dc2c2f1f291381d7421acfb91
|
|
4
|
+
data.tar.gz: 0e8592ec3e8455d5c782b7ce429e679cc1be0889
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 1c6d70257fb0dc25e82501bd920fcf8d4f57274061eb5f80781860302ec217c12425e996198d7ad7014ffb54ba14492b71a37e3a8f480e7fa89d8ec2119752e7
|
|
7
|
+
data.tar.gz: 658b7d2bea268f8541b746fc592a0ac88e957523098ed764ee260282fcd99081cda58eddcf4ce1ae7de1d9cd33ba4180dfc555b585786b3c66c155eb5554feaa
|
data/CHANGELOG.md
CHANGED
data/lib/active_model.rb
CHANGED
metadata
CHANGED
|
@@ -1,46 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activemodel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 4.1.2.rc1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- David Heinemeier Hansson
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-27 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: activesupport
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - '='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 4.1.
|
|
19
|
+
version: 4.1.2.rc1
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - '='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 4.1.
|
|
26
|
+
version: 4.1.2.rc1
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: builder
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
33
|
version: '3.1'
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: '3.1'
|
|
46
41
|
description: A toolkit for building modeling frameworks like Active Record. Rich support
|
|
@@ -54,6 +49,7 @@ files:
|
|
|
54
49
|
- CHANGELOG.md
|
|
55
50
|
- MIT-LICENSE
|
|
56
51
|
- README.rdoc
|
|
52
|
+
- lib/active_model.rb
|
|
57
53
|
- lib/active_model/attribute_methods.rb
|
|
58
54
|
- lib/active_model/callbacks.rb
|
|
59
55
|
- lib/active_model/conversion.rb
|
|
@@ -72,6 +68,7 @@ files:
|
|
|
72
68
|
- lib/active_model/serializers/xml.rb
|
|
73
69
|
- lib/active_model/test_case.rb
|
|
74
70
|
- lib/active_model/translation.rb
|
|
71
|
+
- lib/active_model/validations.rb
|
|
75
72
|
- lib/active_model/validations/absence.rb
|
|
76
73
|
- lib/active_model/validations/acceptance.rb
|
|
77
74
|
- lib/active_model/validations/callbacks.rb
|
|
@@ -85,33 +82,30 @@ files:
|
|
|
85
82
|
- lib/active_model/validations/presence.rb
|
|
86
83
|
- lib/active_model/validations/validates.rb
|
|
87
84
|
- lib/active_model/validations/with.rb
|
|
88
|
-
- lib/active_model/validations.rb
|
|
89
85
|
- lib/active_model/validator.rb
|
|
90
86
|
- lib/active_model/version.rb
|
|
91
|
-
- lib/active_model.rb
|
|
92
87
|
homepage: http://www.rubyonrails.org
|
|
93
88
|
licenses:
|
|
94
89
|
- MIT
|
|
90
|
+
metadata: {}
|
|
95
91
|
post_install_message:
|
|
96
92
|
rdoc_options: []
|
|
97
93
|
require_paths:
|
|
98
94
|
- lib
|
|
99
95
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
100
|
-
none: false
|
|
101
96
|
requirements:
|
|
102
|
-
- -
|
|
97
|
+
- - ">="
|
|
103
98
|
- !ruby/object:Gem::Version
|
|
104
99
|
version: 1.9.3
|
|
105
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
|
-
none: false
|
|
107
101
|
requirements:
|
|
108
|
-
- -
|
|
102
|
+
- - ">"
|
|
109
103
|
- !ruby/object:Gem::Version
|
|
110
|
-
version:
|
|
104
|
+
version: 1.3.1
|
|
111
105
|
requirements: []
|
|
112
106
|
rubyforge_project:
|
|
113
|
-
rubygems_version:
|
|
107
|
+
rubygems_version: 2.2.2
|
|
114
108
|
signing_key:
|
|
115
|
-
specification_version:
|
|
109
|
+
specification_version: 4
|
|
116
110
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
|
117
111
|
test_files: []
|