activesupport 3.1.5.rc1 → 3.1.5

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.
@@ -1,3 +1,11 @@
1
+ ## Rails 3.1.5 (May 31, 2012) ##
2
+
3
+ * call binmode on the tempfile for Ruby 1.8 compatibility
4
+
5
+ * Stop SafeBuffer#clone_empty from issuing warnings
6
+
7
+ * Use 1.9 native XML escaping to speed up html_escape and shush regexp warnings
8
+
1
9
  ## Rails 3.1.1 (October 7, 2011) ##
2
10
 
3
11
  * ruby193: String#prepend is also unsafe *Akira Matsuda*
@@ -3,7 +3,7 @@ module ActiveSupport
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 5
6
- PRE = "rc1"
6
+ PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- hash: 660180367
5
- prerelease: 6
4
+ hash: 9
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 5
10
- - rc
11
- - 1
12
- version: 3.1.5.rc1
10
+ version: 3.1.5
13
11
  platform: ruby
14
12
  authors:
15
13
  - David Heinemeier Hansson
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2012-05-28 00:00:00 Z
18
+ date: 2012-05-31 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: multi_json
@@ -287,14 +285,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
287
285
  required_rubygems_version: !ruby/object:Gem::Requirement
288
286
  none: false
289
287
  requirements:
290
- - - ">"
288
+ - - ">="
291
289
  - !ruby/object:Gem::Version
292
- hash: 25
290
+ hash: 3
293
291
  segments:
294
- - 1
295
- - 3
296
- - 1
297
- version: 1.3.1
292
+ - 0
293
+ version: "0"
298
294
  requirements: []
299
295
 
300
296
  rubyforge_project: