activemodel 3.2.22.1 → 3.2.22.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.
- data/lib/active_model/version.rb +1 -1
- metadata +23 -14
- checksums.yaml +0 -7
data/lib/active_model/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,41 +1,46 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activemodel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.22.
|
|
4
|
+
version: 3.2.22.2
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- David Heinemeier Hansson
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
12
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: activesupport
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
19
|
- - '='
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.2.22.
|
|
21
|
+
version: 3.2.22.2
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
23
26
|
requirements:
|
|
24
27
|
- - '='
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.2.22.
|
|
29
|
+
version: 3.2.22.2
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
|
28
31
|
name: builder
|
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
30
34
|
requirements:
|
|
31
|
-
- -
|
|
35
|
+
- - ~>
|
|
32
36
|
- !ruby/object:Gem::Version
|
|
33
37
|
version: 3.0.0
|
|
34
38
|
type: :runtime
|
|
35
39
|
prerelease: false
|
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
37
42
|
requirements:
|
|
38
|
-
- -
|
|
43
|
+
- - ~>
|
|
39
44
|
- !ruby/object:Gem::Version
|
|
40
45
|
version: 3.0.0
|
|
41
46
|
description: A toolkit for building modeling frameworks like Active Record and Active
|
|
@@ -49,7 +54,6 @@ files:
|
|
|
49
54
|
- CHANGELOG.md
|
|
50
55
|
- MIT-LICENSE
|
|
51
56
|
- README.rdoc
|
|
52
|
-
- lib/active_model.rb
|
|
53
57
|
- lib/active_model/attribute_methods.rb
|
|
54
58
|
- lib/active_model/callbacks.rb
|
|
55
59
|
- lib/active_model/conversion.rb
|
|
@@ -57,9 +61,9 @@ files:
|
|
|
57
61
|
- lib/active_model/errors.rb
|
|
58
62
|
- lib/active_model/lint.rb
|
|
59
63
|
- lib/active_model/locale/en.yml
|
|
60
|
-
- lib/active_model/mass_assignment_security.rb
|
|
61
64
|
- lib/active_model/mass_assignment_security/permission_set.rb
|
|
62
65
|
- lib/active_model/mass_assignment_security/sanitizer.rb
|
|
66
|
+
- lib/active_model/mass_assignment_security.rb
|
|
63
67
|
- lib/active_model/naming.rb
|
|
64
68
|
- lib/active_model/observer_array.rb
|
|
65
69
|
- lib/active_model/observing.rb
|
|
@@ -70,7 +74,6 @@ files:
|
|
|
70
74
|
- lib/active_model/serializers/xml.rb
|
|
71
75
|
- lib/active_model/test_case.rb
|
|
72
76
|
- lib/active_model/translation.rb
|
|
73
|
-
- lib/active_model/validations.rb
|
|
74
77
|
- lib/active_model/validations/acceptance.rb
|
|
75
78
|
- lib/active_model/validations/callbacks.rb
|
|
76
79
|
- lib/active_model/validations/confirmation.rb
|
|
@@ -82,30 +85,36 @@ files:
|
|
|
82
85
|
- lib/active_model/validations/presence.rb
|
|
83
86
|
- lib/active_model/validations/validates.rb
|
|
84
87
|
- lib/active_model/validations/with.rb
|
|
88
|
+
- lib/active_model/validations.rb
|
|
85
89
|
- lib/active_model/validator.rb
|
|
86
90
|
- lib/active_model/version.rb
|
|
91
|
+
- lib/active_model.rb
|
|
87
92
|
homepage: http://www.rubyonrails.org
|
|
88
93
|
licenses:
|
|
89
94
|
- MIT
|
|
90
|
-
metadata: {}
|
|
91
95
|
post_install_message:
|
|
92
96
|
rdoc_options: []
|
|
93
97
|
require_paths:
|
|
94
98
|
- lib
|
|
95
99
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
100
|
+
none: false
|
|
96
101
|
requirements:
|
|
97
|
-
- -
|
|
102
|
+
- - ! '>='
|
|
98
103
|
- !ruby/object:Gem::Version
|
|
99
104
|
version: 1.8.7
|
|
100
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
|
+
none: false
|
|
101
107
|
requirements:
|
|
102
|
-
- -
|
|
108
|
+
- - ! '>='
|
|
103
109
|
- !ruby/object:Gem::Version
|
|
104
110
|
version: '0'
|
|
111
|
+
segments:
|
|
112
|
+
- 0
|
|
113
|
+
hash: -477482717531016285
|
|
105
114
|
requirements: []
|
|
106
115
|
rubyforge_project:
|
|
107
|
-
rubygems_version:
|
|
116
|
+
rubygems_version: 1.8.23.2
|
|
108
117
|
signing_key:
|
|
109
|
-
specification_version:
|
|
118
|
+
specification_version: 3
|
|
110
119
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
|
111
120
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: a6ca6131d1528fb3d85656e984af87410fb8e0f5
|
|
4
|
-
data.tar.gz: 166e2d0e0a0ea30c5c6068d5a58c03e331bab294
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: d31a774953b0ae4c21efe2ae351d9d075f7c2f4a5d01445a5ca0bcdcc7d18eaa2a9f2466099e3639d031c0367917fe94869b41a83b469d0783fd9bffba8086e6
|
|
7
|
-
data.tar.gz: 54559243a133a92d46ed3bcf75ccbb9ba65e0b7efdb40e180d11cf65d059f4b671be55bee5a194583aaa27a08e4c965fff9de76a20fbf2a44214bd1d2c11f3a0
|