activesupport 3.0.8 → 3.0.9.rc1

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.

@@ -29,7 +29,7 @@ module ActiveSupport
29
29
  DELETED = "DELETED\r\n"
30
30
  end
31
31
 
32
- ESCAPE_KEY_CHARS = /[\x00-\x20%\x7F-\xFF]/
32
+ ESCAPE_KEY_CHARS = /[\x00-\x20%\x7F-\xFF]/n
33
33
 
34
34
  def self.build_mem_cache(*addresses)
35
35
  addresses = addresses.flatten
@@ -2,8 +2,8 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 8
6
- PRE = nil
5
+ TINY = 9
6
+ PRE = "rc1"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,13 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease:
4
+ hash: 15424063
5
+ prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 8
10
- version: 3.0.8
9
+ - 9
10
+ - rc
11
+ - 1
12
+ version: 3.0.9.rc1
11
13
  platform: ruby
12
14
  authors:
13
15
  - David Heinemeier Hansson
@@ -15,7 +17,7 @@ autorequire:
15
17
  bindir: bin
16
18
  cert_chain: []
17
19
 
18
- date: 2011-06-07 00:00:00 Z
20
+ date: 2011-06-08 00:00:00 Z
19
21
  dependencies: []
20
22
 
21
23
  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.
@@ -258,12 +260,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
258
260
  required_rubygems_version: !ruby/object:Gem::Requirement
259
261
  none: false
260
262
  requirements:
261
- - - ">="
263
+ - - ">"
262
264
  - !ruby/object:Gem::Version
263
- hash: 3
265
+ hash: 25
264
266
  segments:
265
- - 0
266
- version: "0"
267
+ - 1
268
+ - 3
269
+ - 1
270
+ version: 1.3.1
267
271
  requirements: []
268
272
 
269
273
  rubyforge_project: activesupport