activesupport 3.2.17 → 3.2.18
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/CHANGELOG.md +15 -0
- data/lib/active_support/version.rb +1 -1
- metadata +7 -9
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## Rails 3.2.18 (May 6, 2014) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 3.2.17 (Feb 18, 2014) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 3.2.16 (Dec 3, 2013) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
## Rails 3.2.15 (Oct 16, 2013) ##
|
|
2
17
|
|
|
3
18
|
* Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing each_key method.
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 3.2.
|
|
9
|
+
- 18
|
|
10
|
+
version: 3.2.18
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Heinemeier Hansson
|
|
@@ -15,11 +15,11 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2014-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2014-05-06 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
type: :runtime
|
|
22
|
+
name: i18n
|
|
23
23
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
24
24
|
none: false
|
|
25
25
|
requirements:
|
|
@@ -40,9 +40,9 @@ dependencies:
|
|
|
40
40
|
version: 0.6.4
|
|
41
41
|
prerelease: false
|
|
42
42
|
requirement: *id001
|
|
43
|
-
name: i18n
|
|
44
43
|
- !ruby/object:Gem::Dependency
|
|
45
44
|
type: :runtime
|
|
45
|
+
name: multi_json
|
|
46
46
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
47
47
|
none: false
|
|
48
48
|
requirements:
|
|
@@ -55,7 +55,6 @@ dependencies:
|
|
|
55
55
|
version: "1.0"
|
|
56
56
|
prerelease: false
|
|
57
57
|
requirement: *id002
|
|
58
|
-
name: multi_json
|
|
59
58
|
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.
|
|
60
59
|
email: david@loudthinking.com
|
|
61
60
|
executables: []
|
|
@@ -278,7 +277,6 @@ files:
|
|
|
278
277
|
- lib/active_support/xml_mini/rexml.rb
|
|
279
278
|
- lib/active_support/xml_mini.rb
|
|
280
279
|
- lib/active_support.rb
|
|
281
|
-
has_rdoc: true
|
|
282
280
|
homepage: http://www.rubyonrails.org
|
|
283
281
|
licenses:
|
|
284
282
|
- MIT
|
|
@@ -311,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
311
309
|
requirements: []
|
|
312
310
|
|
|
313
311
|
rubyforge_project:
|
|
314
|
-
rubygems_version: 1.
|
|
312
|
+
rubygems_version: 1.8.15
|
|
315
313
|
signing_key:
|
|
316
314
|
specification_version: 3
|
|
317
315
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
|