activesupport 3.0.0 → 3.0.1
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/CHANGELOG +4 -0
- data/lib/active_support/version.rb +1 -1
- metadata +4 -9
data/CHANGELOG
CHANGED
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 7
|
5
4
|
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 3
|
8
7
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
8
|
+
- 1
|
9
|
+
version: 3.0.1
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- David Heinemeier Hansson
|
@@ -15,7 +14,7 @@ autorequire:
|
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2010-
|
17
|
+
date: 2010-10-15 00:00:00 +13:00
|
19
18
|
default_executable:
|
20
19
|
dependencies: []
|
21
20
|
|
@@ -247,29 +246,25 @@ rdoc_options: []
|
|
247
246
|
require_paths:
|
248
247
|
- lib
|
249
248
|
required_ruby_version: !ruby/object:Gem::Requirement
|
250
|
-
none: false
|
251
249
|
requirements:
|
252
250
|
- - ">="
|
253
251
|
- !ruby/object:Gem::Version
|
254
|
-
hash: 57
|
255
252
|
segments:
|
256
253
|
- 1
|
257
254
|
- 8
|
258
255
|
- 7
|
259
256
|
version: 1.8.7
|
260
257
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
261
|
-
none: false
|
262
258
|
requirements:
|
263
259
|
- - ">="
|
264
260
|
- !ruby/object:Gem::Version
|
265
|
-
hash: 3
|
266
261
|
segments:
|
267
262
|
- 0
|
268
263
|
version: "0"
|
269
264
|
requirements: []
|
270
265
|
|
271
266
|
rubyforge_project: activesupport
|
272
|
-
rubygems_version: 1.3.
|
267
|
+
rubygems_version: 1.3.6
|
273
268
|
signing_key:
|
274
269
|
specification_version: 3
|
275
270
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
|