activesupport 3.0.9.rc5 → 3.0.9
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.
- data/lib/active_support/version.rb +1 -1
- metadata +8 -12
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 21
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
9
|
- 9
|
|
10
|
-
|
|
11
|
-
- 5
|
|
12
|
-
version: 3.0.9.rc5
|
|
10
|
+
version: 3.0.9
|
|
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-06-
|
|
18
|
+
date: 2011-06-16 00:00:00 Z
|
|
21
19
|
dependencies: []
|
|
22
20
|
|
|
23
21
|
description: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
|
|
@@ -260,14 +258,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
260
258
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
261
259
|
none: false
|
|
262
260
|
requirements:
|
|
263
|
-
- - "
|
|
261
|
+
- - ">="
|
|
264
262
|
- !ruby/object:Gem::Version
|
|
265
|
-
hash:
|
|
263
|
+
hash: 3
|
|
266
264
|
segments:
|
|
267
|
-
-
|
|
268
|
-
|
|
269
|
-
- 1
|
|
270
|
-
version: 1.3.1
|
|
265
|
+
- 0
|
|
266
|
+
version: "0"
|
|
271
267
|
requirements: []
|
|
272
268
|
|
|
273
269
|
rubyforge_project: activesupport
|