activemodel 3.2.17 → 3.2.18
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +15 -0
- data/lib/active_model/version.rb +1 -1
- metadata +10 -12
data/CHANGELOG.md
CHANGED
data/lib/active_model/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemodel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 3.2.
|
9
|
+
- 18
|
10
|
+
version: 3.2.18
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Heinemeier Hansson
|
@@ -15,27 +15,27 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2014-
|
19
|
-
default_executable:
|
18
|
+
date: 2014-05-06 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
type: :runtime
|
22
|
+
name: activesupport
|
23
23
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
24
24
|
none: false
|
25
25
|
requirements:
|
26
26
|
- - "="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 43
|
29
29
|
segments:
|
30
30
|
- 3
|
31
31
|
- 2
|
32
|
-
-
|
33
|
-
version: 3.2.
|
32
|
+
- 18
|
33
|
+
version: 3.2.18
|
34
34
|
prerelease: false
|
35
35
|
requirement: *id001
|
36
|
-
name: activesupport
|
37
36
|
- !ruby/object:Gem::Dependency
|
38
37
|
type: :runtime
|
38
|
+
name: builder
|
39
39
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
40
40
|
none: false
|
41
41
|
requirements:
|
@@ -49,7 +49,6 @@ dependencies:
|
|
49
49
|
version: 3.0.0
|
50
50
|
prerelease: false
|
51
51
|
requirement: *id002
|
52
|
-
name: builder
|
53
52
|
description: A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.
|
54
53
|
email: david@loudthinking.com
|
55
54
|
executables: []
|
@@ -97,7 +96,6 @@ files:
|
|
97
96
|
- lib/active_model/validator.rb
|
98
97
|
- lib/active_model/version.rb
|
99
98
|
- lib/active_model.rb
|
100
|
-
has_rdoc: true
|
101
99
|
homepage: http://www.rubyonrails.org
|
102
100
|
licenses:
|
103
101
|
- MIT
|
@@ -129,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
127
|
requirements: []
|
130
128
|
|
131
129
|
rubyforge_project:
|
132
|
-
rubygems_version: 1.
|
130
|
+
rubygems_version: 1.8.15
|
133
131
|
signing_key:
|
134
132
|
specification_version: 3
|
135
133
|
summary: A toolkit for building modeling frameworks (part of Rails).
|