activemodel 4.0.4 → 4.0.5
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.md +5 -0
- data/lib/active_model/version.rb +1 -1
- metadata +19 -13
- checksums.yaml +0 -7
data/CHANGELOG.md
CHANGED
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: 4.0.
|
|
4
|
+
version: 4.0.5
|
|
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: 2014-
|
|
12
|
+
date: 2014-05-06 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: 4.0.
|
|
21
|
+
version: 4.0.5
|
|
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: 4.0.
|
|
29
|
+
version: 4.0.5
|
|
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.1.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.1.0
|
|
41
46
|
description: A toolkit for building modeling frameworks like Active Record. Rich support
|
|
@@ -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
|
|
@@ -68,7 +72,6 @@ files:
|
|
|
68
72
|
- lib/active_model/serializers/xml.rb
|
|
69
73
|
- lib/active_model/test_case.rb
|
|
70
74
|
- lib/active_model/translation.rb
|
|
71
|
-
- lib/active_model/validations.rb
|
|
72
75
|
- lib/active_model/validations/absence.rb
|
|
73
76
|
- lib/active_model/validations/acceptance.rb
|
|
74
77
|
- lib/active_model/validations/callbacks.rb
|
|
@@ -82,30 +85,33 @@ 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.9.3
|
|
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'
|
|
105
111
|
requirements: []
|
|
106
112
|
rubyforge_project:
|
|
107
|
-
rubygems_version:
|
|
113
|
+
rubygems_version: 1.8.23.2
|
|
108
114
|
signing_key:
|
|
109
|
-
specification_version:
|
|
115
|
+
specification_version: 3
|
|
110
116
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
|
111
117
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: b3a08186cb6e2714c138f403907fc93d3e9936f1
|
|
4
|
-
data.tar.gz: 19c026a7719e51b7e717dbed6a89c686422a5081
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: 17d83b9e3dbbf0e68fc033284a628d0b0294ed44af19950a1947846a001bc142d155bb4998ebb357c0565455f3f04e51905b5387d4a07d1deedac6bee19568cf
|
|
7
|
-
data.tar.gz: 4e753cce08efc8820858ce302005f7061ad2e96d00f1bc27ce091f017872f15d2f9b4a5717c987a56cbc3fcf8ad152702dda8ddcfd1cdbecd6cf9e4eca8b1222
|