activesupport 2.3.11 → 2.3.12

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 +6 -8
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 3
5
- TINY = 11
5
+ TINY = 12
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease: false
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 11
10
- version: 2.3.11
9
+ - 12
10
+ version: 2.3.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Heinemeier Hansson
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-09 00:00:00 +13:00
19
- default_executable:
18
+ date: 2011-06-08 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: Utility library which carries commonly used classes and goodies from the Rails framework
@@ -404,7 +403,6 @@ files:
404
403
  - lib/active_support/xml_mini.rb
405
404
  - lib/active_support.rb
406
405
  - lib/activesupport.rb
407
- has_rdoc: true
408
406
  homepage: http://www.rubyonrails.org
409
407
  licenses: []
410
408
 
@@ -434,7 +432,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
434
432
  requirements: []
435
433
 
436
434
  rubyforge_project: activesupport
437
- rubygems_version: 1.3.7
435
+ rubygems_version: 1.8.2
438
436
  signing_key:
439
437
  specification_version: 3
440
438
  summary: Support and utility classes used by the Rails framework.