activesupport 3.0.12 → 3.0.13.rc1
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.
metadata
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: -3802545442
|
|
5
|
+
prerelease: 7
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
|
|
9
|
+
- 13
|
|
10
|
+
- rc
|
|
11
|
+
- 1
|
|
12
|
+
version: 3.0.13.rc1
|
|
11
13
|
platform: ruby
|
|
12
14
|
authors:
|
|
13
15
|
- David Heinemeier Hansson
|
|
@@ -15,7 +17,7 @@ autorequire:
|
|
|
15
17
|
bindir: bin
|
|
16
18
|
cert_chain: []
|
|
17
19
|
|
|
18
|
-
date: 2012-
|
|
20
|
+
date: 2012-05-28 00:00:00 Z
|
|
19
21
|
dependencies: []
|
|
20
22
|
|
|
21
23
|
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.
|
|
@@ -258,16 +260,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
258
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
259
261
|
none: false
|
|
260
262
|
requirements:
|
|
261
|
-
- - "
|
|
263
|
+
- - ">"
|
|
262
264
|
- !ruby/object:Gem::Version
|
|
263
|
-
hash:
|
|
265
|
+
hash: 25
|
|
264
266
|
segments:
|
|
265
|
-
-
|
|
266
|
-
|
|
267
|
+
- 1
|
|
268
|
+
- 3
|
|
269
|
+
- 1
|
|
270
|
+
version: 1.3.1
|
|
267
271
|
requirements: []
|
|
268
272
|
|
|
269
273
|
rubyforge_project: activesupport
|
|
270
|
-
rubygems_version: 1.8.
|
|
274
|
+
rubygems_version: 1.8.22
|
|
271
275
|
signing_key:
|
|
272
276
|
specification_version: 3
|
|
273
277
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
|