activemodel 3.2.17 → 3.2.18

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.
Files changed (3) hide show
  1. data/CHANGELOG.md +15 -0
  2. data/lib/active_model/version.rb +1 -1
  3. metadata +10 -12
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## Rails 3.2.18 (May 6, 2014) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 3.2.17 (Feb 18, 2014) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 3.2.16 (Dec 3, 2013) ##
12
+
13
+ * No changes.
14
+
15
+
1
16
  ## Rails 3.2.15 (Oct 16, 2013) ##
2
17
 
3
18
  * No changes.
@@ -2,7 +2,7 @@ module ActiveModel
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
- TINY = 17
5
+ TINY = 18
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
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: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 17
10
- version: 3.2.17
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-02-18 00:00:00 -03:00
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: 45
28
+ hash: 43
29
29
  segments:
30
30
  - 3
31
31
  - 2
32
- - 17
33
- version: 3.2.17
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.6.2
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).