activemodel 3.1.0.rc8 → 3.1.0

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 (2) hide show
  1. data/lib/active_model/version.rb +1 -1
  2. metadata +11 -17
@@ -3,7 +3,7 @@ module ActiveModel
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 0
6
- PRE = "rc8"
6
+ PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 977940593
5
- prerelease: true
4
+ hash: 3
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 0
10
- - rc8
11
- version: 3.1.0.rc8
10
+ version: 3.1.0
12
11
  platform: ruby
13
12
  authors:
14
13
  - David Heinemeier Hansson
@@ -16,8 +15,7 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2011-08-29 00:00:00 -03:00
20
- default_executable:
18
+ date: 2011-08-31 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: activesupport
@@ -27,13 +25,12 @@ dependencies:
27
25
  requirements:
28
26
  - - "="
29
27
  - !ruby/object:Gem::Version
30
- hash: 977940593
28
+ hash: 3
31
29
  segments:
32
30
  - 3
33
31
  - 1
34
32
  - 0
35
- - rc8
36
- version: 3.1.0.rc8
33
+ version: 3.1.0
37
34
  type: :runtime
38
35
  version_requirements: *id001
39
36
  - !ruby/object:Gem::Dependency
@@ -130,7 +127,6 @@ files:
130
127
  - lib/active_model/validator.rb
131
128
  - lib/active_model/version.rb
132
129
  - lib/active_model.rb
133
- has_rdoc: true
134
130
  homepage: http://www.rubyonrails.org
135
131
  licenses: []
136
132
 
@@ -153,18 +149,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
153
149
  required_rubygems_version: !ruby/object:Gem::Requirement
154
150
  none: false
155
151
  requirements:
156
- - - ">"
152
+ - - ">="
157
153
  - !ruby/object:Gem::Version
158
- hash: 25
154
+ hash: 3
159
155
  segments:
160
- - 1
161
- - 3
162
- - 1
163
- version: 1.3.1
156
+ - 0
157
+ version: "0"
164
158
  requirements: []
165
159
 
166
160
  rubyforge_project:
167
- rubygems_version: 1.3.7
161
+ rubygems_version: 1.8.8
168
162
  signing_key:
169
163
  specification_version: 3
170
164
  summary: A toolkit for building modeling frameworks (part of Rails).