activemodel 3.1.0.rc6 → 3.1.0.rc8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
1
  require 'active_support/core_ext/hash/except'
2
2
  require 'active_support/core_ext/hash/slice'
3
+ require 'active_support/core_ext/array/wrap'
4
+
3
5
 
4
6
  module ActiveModel
5
7
  # == Active Model Serialization
@@ -3,7 +3,7 @@ module ActiveModel
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 0
6
- PRE = "rc6"
6
+ PRE = "rc8"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424105
5
- prerelease: 6
4
+ hash: 977940593
5
+ prerelease: true
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 0
10
- - rc
11
- - 6
12
- version: 3.1.0.rc6
10
+ - rc8
11
+ version: 3.1.0.rc8
13
12
  platform: ruby
14
13
  authors:
15
14
  - David Heinemeier Hansson
@@ -17,7 +16,8 @@ autorequire:
17
16
  bindir: bin
18
17
  cert_chain: []
19
18
 
20
- date: 2011-08-16 00:00:00 Z
19
+ date: 2011-08-29 00:00:00 -03:00
20
+ default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: activesupport
@@ -27,14 +27,13 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 15424105
30
+ hash: 977940593
31
31
  segments:
32
32
  - 3
33
33
  - 1
34
34
  - 0
35
- - rc
36
- - 6
37
- version: 3.1.0.rc6
35
+ - rc8
36
+ version: 3.1.0.rc8
38
37
  type: :runtime
39
38
  version_requirements: *id001
40
39
  - !ruby/object:Gem::Dependency
@@ -76,12 +75,12 @@ dependencies:
76
75
  requirements:
77
76
  - - ~>
78
77
  - !ruby/object:Gem::Version
79
- hash: 3
78
+ hash: 7
80
79
  segments:
81
- - 2
82
- - 1
83
- - 4
84
- version: 2.1.4
80
+ - 3
81
+ - 0
82
+ - 0
83
+ version: 3.0.0
85
84
  type: :runtime
86
85
  version_requirements: *id004
87
86
  description: A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.
@@ -131,6 +130,7 @@ files:
131
130
  - lib/active_model/validator.rb
132
131
  - lib/active_model/version.rb
133
132
  - lib/active_model.rb
133
+ has_rdoc: true
134
134
  homepage: http://www.rubyonrails.org
135
135
  licenses: []
136
136
 
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  requirements: []
165
165
 
166
166
  rubyforge_project:
167
- rubygems_version: 1.8.8
167
+ rubygems_version: 1.3.7
168
168
  signing_key:
169
169
  specification_version: 3
170
170
  summary: A toolkit for building modeling frameworks (part of Rails).