activesupport 2.3.11 → 2.3.12
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.
Potentially problematic release.
This version of activesupport might be problematic. Click here for more details.
- data/lib/active_support/version.rb +1 -1
- metadata +6 -8
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:
|
5
|
-
prerelease:
|
4
|
+
hash: 27
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 2.3.
|
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-
|
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.
|
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.
|