activesupport 3.2.17 → 3.2.18

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.

@@ -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.
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
- TINY = 17
5
+ TINY = 18
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
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: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 17
10
- version: 3.2.17
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-02-18 00:00:00 -03:00
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.6.2
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.