activemodel 3.2.22.2 → 3.2.22.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/active_model/version.rb +1 -1
- metadata +15 -23
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 53cc8cb9c77e94701feac9ae29fc3f915667e198
|
4
|
+
data.tar.gz: 5d9357772f7d981ca77077e54402ecc53efc40dd
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: cd04b5a2e1b578e5cd8b7ddc328dc0ef45495800acf38b793c448554d363ac3fab0b6a7039ef7d68a1cd69d3bfafd56d44138da1a73ac378c721ac807c173e22
|
7
|
+
data.tar.gz: 17625d5358594dc4bcc8e2e82371b02c237ddddc0a5258b4a1330aad356af5dc40f34811dab0cd41e4b087faf6965f42fc571f619c566d9c1c540ce5e2d5caca
|
data/lib/active_model/version.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: 3.2.22.
|
5
|
-
prerelease:
|
4
|
+
version: 3.2.22.3
|
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: 2016-
|
11
|
+
date: 2016-08-10 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: 3.2.22.
|
19
|
+
version: 3.2.22.3
|
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: 3.2.22.
|
26
|
+
version: 3.2.22.3
|
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.0.0
|
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.0.0
|
46
41
|
description: A toolkit for building modeling frameworks like Active Record and Active
|
@@ -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
|
@@ -61,9 +57,9 @@ files:
|
|
61
57
|
- lib/active_model/errors.rb
|
62
58
|
- lib/active_model/lint.rb
|
63
59
|
- lib/active_model/locale/en.yml
|
60
|
+
- lib/active_model/mass_assignment_security.rb
|
64
61
|
- lib/active_model/mass_assignment_security/permission_set.rb
|
65
62
|
- lib/active_model/mass_assignment_security/sanitizer.rb
|
66
|
-
- lib/active_model/mass_assignment_security.rb
|
67
63
|
- lib/active_model/naming.rb
|
68
64
|
- lib/active_model/observer_array.rb
|
69
65
|
- lib/active_model/observing.rb
|
@@ -74,6 +70,7 @@ files:
|
|
74
70
|
- lib/active_model/serializers/xml.rb
|
75
71
|
- lib/active_model/test_case.rb
|
76
72
|
- lib/active_model/translation.rb
|
73
|
+
- lib/active_model/validations.rb
|
77
74
|
- lib/active_model/validations/acceptance.rb
|
78
75
|
- lib/active_model/validations/callbacks.rb
|
79
76
|
- lib/active_model/validations/confirmation.rb
|
@@ -85,36 +82,31 @@ 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.8.7
|
105
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
|
-
none: false
|
107
101
|
requirements:
|
108
|
-
- -
|
102
|
+
- - ">="
|
109
103
|
- !ruby/object:Gem::Version
|
110
104
|
version: '0'
|
111
|
-
segments:
|
112
|
-
- 0
|
113
|
-
hash: -477482717531016285
|
114
105
|
requirements: []
|
115
106
|
rubyforge_project:
|
116
|
-
rubygems_version:
|
107
|
+
rubygems_version: 2.6.6
|
117
108
|
signing_key:
|
118
|
-
specification_version:
|
109
|
+
specification_version: 4
|
119
110
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
120
111
|
test_files: []
|
112
|
+
has_rdoc:
|