activesupport 2.3.17 → 2.3.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.

@@ -109,6 +109,11 @@ class Class # :nodoc:
109
109
  write_inheritable_attribute(key, read_inheritable_attribute(key).merge(hash))
110
110
  end
111
111
 
112
+ def write_inheritable_hiwa(key, hash)
113
+ write_inheritable_attribute(key, {}.with_indifferent_access) if read_inheritable_attribute(key).nil?
114
+ write_inheritable_attribute(key, read_inheritable_attribute(key).merge(hash))
115
+ end
116
+
112
117
  def read_inheritable_attribute(key)
113
118
  inheritable_attributes[key]
114
119
  end
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 3
5
- TINY = 17
5
+ TINY = 18
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,22 +1,32 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
- version: !ruby/object:Gem::Version
4
- version: 2.3.17
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 2
7
+ - 3
8
+ - 18
9
+ version: 2.3.18
5
10
  platform: ruby
6
- authors:
11
+ authors:
7
12
  - David Heinemeier Hansson
8
13
  autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
- date: 2013-02-11 00:00:00.000000000 Z
16
+
17
+ date: 2013-03-18 00:00:00 -07:00
18
+ default_executable:
12
19
  dependencies: []
13
- description: Utility library which carries commonly used classes and goodies from
14
- the Rails framework
20
+
21
+ description: Utility library which carries commonly used classes and goodies from the Rails framework
15
22
  email: david@loudthinking.com
16
23
  executables: []
24
+
17
25
  extensions: []
26
+
18
27
  extra_rdoc_files: []
19
- files:
28
+
29
+ files:
20
30
  - CHANGELOG
21
31
  - README
22
32
  - lib/active_support/all.rb
@@ -394,27 +404,35 @@ files:
394
404
  - lib/active_support/xml_mini.rb
395
405
  - lib/active_support.rb
396
406
  - lib/activesupport.rb
407
+ has_rdoc: true
397
408
  homepage: http://www.rubyonrails.org
398
409
  licenses: []
399
- metadata: {}
410
+
400
411
  post_install_message:
401
412
  rdoc_options: []
402
- require_paths:
413
+
414
+ require_paths:
403
415
  - lib
404
- required_ruby_version: !ruby/object:Gem::Requirement
405
- requirements:
416
+ required_ruby_version: !ruby/object:Gem::Requirement
417
+ requirements:
406
418
  - - ">="
407
- - !ruby/object:Gem::Version
408
- version: '0'
409
- required_rubygems_version: !ruby/object:Gem::Requirement
410
- requirements:
419
+ - !ruby/object:Gem::Version
420
+ segments:
421
+ - 0
422
+ version: "0"
423
+ required_rubygems_version: !ruby/object:Gem::Requirement
424
+ requirements:
411
425
  - - ">="
412
- - !ruby/object:Gem::Version
413
- version: '0'
426
+ - !ruby/object:Gem::Version
427
+ segments:
428
+ - 0
429
+ version: "0"
414
430
  requirements: []
431
+
415
432
  rubyforge_project: activesupport
416
- rubygems_version: 2.0.0.rc.2
433
+ rubygems_version: 1.3.6
417
434
  signing_key:
418
- specification_version: 4
435
+ specification_version: 3
419
436
  summary: Support and utility classes used by the Rails framework.
420
437
  test_files: []
438
+
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 2d3701fd60285f6b721b71536899c4a2a9ea987d
4
- data.tar.gz: da4a64d66028064a096fb90798887e3297d39df9
5
- SHA512:
6
- metadata.gz: 7180e37525d1218fb7485e494cd10b57cd187b522a705540ce06b4a0d20513bc823de85151119aaafcc80530cf8aef8d2e318b8f84f0ae1088606ff8a5ef74d2
7
- data.tar.gz: 73f43bdbc6be87b9ed82bbb27504fb762549430c4d6310dff25cfeb759efc3341b4d824b84703e52c7172704b7c797e28a1d3a659bd9beca2a50893112f2055e