activemodel 3.2.13 → 3.2.14.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.
- data/CHANGELOG.md +2 -2
- data/lib/active_model/version.rb +2 -2
- metadata +79 -46
- checksums.yaml +0 -7
data/CHANGELOG.md
CHANGED
data/lib/active_model/version.rb
CHANGED
metadata
CHANGED
@@ -1,51 +1,68 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemodel
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 358198943
|
5
|
+
prerelease: 7
|
6
|
+
segments:
|
7
|
+
- 3
|
8
|
+
- 2
|
9
|
+
- 14
|
10
|
+
- rc
|
11
|
+
- 1
|
12
|
+
version: 3.2.14.rc1
|
5
13
|
platform: ruby
|
6
|
-
authors:
|
14
|
+
authors:
|
7
15
|
- David Heinemeier Hansson
|
8
16
|
autorequire:
|
9
17
|
bindir: bin
|
10
18
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
19
|
+
|
20
|
+
date: 2013-07-12 00:00:00 -03:00
|
21
|
+
default_executable:
|
22
|
+
dependencies:
|
23
|
+
- !ruby/object:Gem::Dependency
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - "="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 358198943
|
30
|
+
segments:
|
31
|
+
- 3
|
32
|
+
- 2
|
33
|
+
- 14
|
34
|
+
- rc
|
35
|
+
- 1
|
36
|
+
version: 3.2.14.rc1
|
20
37
|
type: :runtime
|
38
|
+
name: activesupport
|
39
|
+
version_requirements: *id001
|
21
40
|
prerelease: false
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
version: 3.2.13
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: builder
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
43
|
+
none: false
|
44
|
+
requirements:
|
31
45
|
- - ~>
|
32
|
-
- !ruby/object:Gem::Version
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
hash: 7
|
48
|
+
segments:
|
49
|
+
- 3
|
50
|
+
- 0
|
51
|
+
- 0
|
33
52
|
version: 3.0.0
|
34
53
|
type: :runtime
|
54
|
+
name: builder
|
55
|
+
version_requirements: *id002
|
35
56
|
prerelease: false
|
36
|
-
|
37
|
-
requirements:
|
38
|
-
- - ~>
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: 3.0.0
|
41
|
-
description: A toolkit for building modeling frameworks like Active Record and Active
|
42
|
-
Resource. Rich support for attributes, callbacks, validations, observers, serialization,
|
43
|
-
internationalization, and testing.
|
57
|
+
description: A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.
|
44
58
|
email: david@loudthinking.com
|
45
59
|
executables: []
|
60
|
+
|
46
61
|
extensions: []
|
62
|
+
|
47
63
|
extra_rdoc_files: []
|
48
|
-
|
64
|
+
|
65
|
+
files:
|
49
66
|
- CHANGELOG.md
|
50
67
|
- MIT-LICENSE
|
51
68
|
- README.rdoc
|
@@ -84,27 +101,43 @@ files:
|
|
84
101
|
- lib/active_model/validator.rb
|
85
102
|
- lib/active_model/version.rb
|
86
103
|
- lib/active_model.rb
|
104
|
+
has_rdoc: true
|
87
105
|
homepage: http://www.rubyonrails.org
|
88
|
-
licenses:
|
89
|
-
|
106
|
+
licenses:
|
107
|
+
- MIT
|
90
108
|
post_install_message:
|
91
109
|
rdoc_options: []
|
92
|
-
|
110
|
+
|
111
|
+
require_paths:
|
93
112
|
- lib
|
94
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
95
|
-
|
96
|
-
|
97
|
-
|
113
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
114
|
+
none: false
|
115
|
+
requirements:
|
116
|
+
- - ">="
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
hash: 57
|
119
|
+
segments:
|
120
|
+
- 1
|
121
|
+
- 8
|
122
|
+
- 7
|
98
123
|
version: 1.8.7
|
99
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
124
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
|
+
none: false
|
126
|
+
requirements:
|
127
|
+
- - ">"
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
hash: 25
|
130
|
+
segments:
|
131
|
+
- 1
|
132
|
+
- 3
|
133
|
+
- 1
|
134
|
+
version: 1.3.1
|
104
135
|
requirements: []
|
136
|
+
|
105
137
|
rubyforge_project:
|
106
|
-
rubygems_version:
|
138
|
+
rubygems_version: 1.6.2
|
107
139
|
signing_key:
|
108
|
-
specification_version:
|
140
|
+
specification_version: 3
|
109
141
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
110
142
|
test_files: []
|
143
|
+
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: e60583fd8ab7d9666727f99079946d1243ae8db4
|
4
|
-
data.tar.gz: be45c8081e60c728e6c7ce515867cba3d7038c0a
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: c52ec4eab572f3e764abf4895b4c9f8602b932f9f1e3a6a9345c8f6c59af701918124a19d7bb23e3c0c5568a9069ed53a32d909f82528a86ed7a8eec0f7dc034
|
7
|
-
data.tar.gz: 7bdeaa6659efbaa2970a6512ccec886ffd3f21b100df0f322530ff2280ecd335637d89828181a8681d2939c6f47cdb5c108ed5048c3ef9ae5741586356ee4200
|