activesupport 3.1.0.rc8 → 3.1.0
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.
- data/lib/active_support/version.rb +1 -1
- metadata +9 -14
metadata
CHANGED
@@ -1,14 +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: 3
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 1
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 3.1.0.rc8
|
10
|
+
version: 3.1.0
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- David Heinemeier Hansson
|
@@ -16,8 +15,7 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date: 2011-08-
|
20
|
-
default_executable:
|
18
|
+
date: 2011-08-31 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
21
|
name: multi_json
|
@@ -256,7 +254,6 @@ files:
|
|
256
254
|
- lib/active_support/xml_mini/rexml.rb
|
257
255
|
- lib/active_support/xml_mini.rb
|
258
256
|
- lib/active_support.rb
|
259
|
-
has_rdoc: true
|
260
257
|
homepage: http://www.rubyonrails.org
|
261
258
|
licenses: []
|
262
259
|
|
@@ -279,18 +276,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
279
276
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
280
277
|
none: false
|
281
278
|
requirements:
|
282
|
-
- - "
|
279
|
+
- - ">="
|
283
280
|
- !ruby/object:Gem::Version
|
284
|
-
hash:
|
281
|
+
hash: 3
|
285
282
|
segments:
|
286
|
-
-
|
287
|
-
|
288
|
-
- 1
|
289
|
-
version: 1.3.1
|
283
|
+
- 0
|
284
|
+
version: "0"
|
290
285
|
requirements: []
|
291
286
|
|
292
287
|
rubyforge_project:
|
293
|
-
rubygems_version: 1.
|
288
|
+
rubygems_version: 1.8.8
|
294
289
|
signing_key:
|
295
290
|
specification_version: 3
|
296
291
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
|