activesupport 3.2.8.rc2 → 3.2.8

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.

@@ -1,4 +1,4 @@
1
- ## Rails 3.2.8 ##
1
+ ## Rails 3.2.8 (Aug 9, 2012) ##
2
2
 
3
3
  * Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy*
4
4
 
@@ -3,7 +3,7 @@ module ActiveSupport
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
5
  TINY = 8
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,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.8.rc2
5
- prerelease: 6
4
+ version: 3.2.8
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Heinemeier Hansson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-03 00:00:00.000000000 Z
12
+ date: 2012-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -281,9 +281,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
281
281
  required_rubygems_version: !ruby/object:Gem::Requirement
282
282
  none: false
283
283
  requirements:
284
- - - ! '>'
284
+ - - ! '>='
285
285
  - !ruby/object:Gem::Version
286
- version: 1.3.1
286
+ version: '0'
287
+ segments:
288
+ - 0
289
+ hash: -279525722930636109
287
290
  requirements: []
288
291
  rubyforge_project:
289
292
  rubygems_version: 1.8.24