activesupport 3.0.12 → 3.0.13.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.

@@ -113,9 +113,7 @@ module ActiveSupport #:nodoc:
113
113
  end
114
114
 
115
115
  def clone_empty
116
- new_safe_buffer = self[0, 0]
117
- new_safe_buffer.instance_variable_set(:@dirty, @dirty)
118
- new_safe_buffer
116
+ self[0, 0]
119
117
  end
120
118
 
121
119
  def concat(value)
@@ -2,8 +2,8 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 12
6
- PRE = nil
5
+ TINY = 13
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: 31
5
- prerelease:
4
+ hash: -3802545442
5
+ prerelease: 7
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 12
10
- version: 3.0.12
9
+ - 13
10
+ - rc
11
+ - 1
12
+ version: 3.0.13.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: 2012-03-01 00:00:00 Z
20
+ date: 2012-05-28 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,16 +260,18 @@ 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
270
- rubygems_version: 1.8.16
274
+ rubygems_version: 1.8.22
271
275
  signing_key:
272
276
  specification_version: 3
273
277
  summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.