activesupport 3.0.6.rc2 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activesupport might be problematic. Click here for more details.

Files changed (3) hide show
  1. data/CHANGELOG +1 -1
  2. data/lib/active_support/version.rb +1 -1
  3. metadata +8 -12
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- *Rails 3.0.6 (unreleased)*
1
+ *Rails 3.0.6 (April 5, 2011)
2
2
 
3
3
  * No changes.
4
4
 
@@ -3,7 +3,7 @@ module ActiveSupport
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
5
  TINY = 6
6
- PRE = "rc2"
6
+ PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424065
5
- prerelease: 6
4
+ hash: 11
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
9
  - 6
10
- - rc
11
- - 2
12
- version: 3.0.6.rc2
10
+ version: 3.0.6
13
11
  platform: ruby
14
12
  authors:
15
13
  - David Heinemeier Hansson
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-03-30 00:00:00 -07:00
18
+ date: 2011-04-05 00:00:00 -07:00
21
19
  default_executable:
22
20
  dependencies: []
23
21
 
@@ -262,14 +260,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
262
260
  required_rubygems_version: !ruby/object:Gem::Requirement
263
261
  none: false
264
262
  requirements:
265
- - - ">"
263
+ - - ">="
266
264
  - !ruby/object:Gem::Version
267
- hash: 25
265
+ hash: 3
268
266
  segments:
269
- - 1
270
- - 3
271
- - 1
272
- version: 1.3.1
267
+ - 0
268
+ version: "0"
273
269
  requirements: []
274
270
 
275
271
  rubyforge_project: activesupport