activesupport 3.0.15 → 3.0.16
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 +22 -41
data/CHANGELOG
CHANGED
metadata
CHANGED
@@ -1,32 +1,24 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.16
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 3
|
8
|
-
- 0
|
9
|
-
- 15
|
10
|
-
version: 3.0.15
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- David Heinemeier Hansson
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2012-06-13 00:00:00 Z
|
12
|
+
date: 2012-07-26 00:00:00.000000000 Z
|
19
13
|
dependencies: []
|
20
|
-
|
21
|
-
|
14
|
+
description: A toolkit of support libraries and Ruby core extensions extracted from
|
15
|
+
the Rails framework. Rich support for multibyte strings, internationalization, time
|
16
|
+
zones, and testing.
|
22
17
|
email: david@loudthinking.com
|
23
18
|
executables: []
|
24
|
-
|
25
19
|
extensions: []
|
26
|
-
|
27
20
|
extra_rdoc_files: []
|
28
|
-
|
29
|
-
files:
|
21
|
+
files:
|
30
22
|
- CHANGELOG
|
31
23
|
- README.rdoc
|
32
24
|
- lib/active_support/all.rb
|
@@ -238,38 +230,27 @@ files:
|
|
238
230
|
- lib/active_support.rb
|
239
231
|
homepage: http://www.rubyonrails.org
|
240
232
|
licenses: []
|
241
|
-
|
242
233
|
post_install_message:
|
243
234
|
rdoc_options: []
|
244
|
-
|
245
|
-
require_paths:
|
235
|
+
require_paths:
|
246
236
|
- lib
|
247
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
237
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
248
238
|
none: false
|
249
|
-
requirements:
|
250
|
-
- -
|
251
|
-
- !ruby/object:Gem::Version
|
252
|
-
hash: 57
|
253
|
-
segments:
|
254
|
-
- 1
|
255
|
-
- 8
|
256
|
-
- 7
|
239
|
+
requirements:
|
240
|
+
- - ! '>='
|
241
|
+
- !ruby/object:Gem::Version
|
257
242
|
version: 1.8.7
|
258
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
243
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
259
244
|
none: false
|
260
|
-
requirements:
|
261
|
-
- -
|
262
|
-
- !ruby/object:Gem::Version
|
263
|
-
|
264
|
-
segments:
|
265
|
-
- 0
|
266
|
-
version: "0"
|
245
|
+
requirements:
|
246
|
+
- - ! '>='
|
247
|
+
- !ruby/object:Gem::Version
|
248
|
+
version: '0'
|
267
249
|
requirements: []
|
268
|
-
|
269
250
|
rubyforge_project: activesupport
|
270
|
-
rubygems_version: 1.8.
|
251
|
+
rubygems_version: 1.8.23
|
271
252
|
signing_key:
|
272
253
|
specification_version: 3
|
273
|
-
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
254
|
+
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
255
|
+
Rails framework.
|
274
256
|
test_files: []
|
275
|
-
|