activesupport 3.1.2.rc2 → 3.1.2

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 (2) hide show
  1. data/lib/active_support/version.rb +1 -1
  2. metadata +8 -12
@@ -3,7 +3,7 @@ module ActiveSupport
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 2
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: 15424113
5
- prerelease: 6
4
+ hash: 7
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 2
10
- - rc
11
- - 2
12
- version: 3.1.2.rc2
10
+ version: 3.1.2
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-11-14 00:00:00 Z
18
+ date: 2011-11-18 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: multi_json
@@ -279,14 +277,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
279
277
  required_rubygems_version: !ruby/object:Gem::Requirement
280
278
  none: false
281
279
  requirements:
282
- - - ">"
280
+ - - ">="
283
281
  - !ruby/object:Gem::Version
284
- hash: 25
282
+ hash: 3
285
283
  segments:
286
- - 1
287
- - 3
288
- - 1
289
- version: 1.3.1
284
+ - 0
285
+ version: "0"
290
286
  requirements: []
291
287
 
292
288
  rubyforge_project: