activesupport 2.3.7 → 2.3.8.pre1

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *2.3.8 (May 24, 2010)*
2
+
3
+ * Version bump.
4
+
5
+
1
6
  *2.3.7 (May 24, 2010)*
2
7
 
3
8
  * HTML safety: fix compatibility with the optional rails_xss plugin. [Nathan Weizenbaum, Santiago Pastorino]
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 3
5
- TINY = 7
5
+ TINY = 8
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ prerelease: true
5
5
  segments:
6
6
  - 2
7
7
  - 3
8
- - 7
9
- version: 2.3.7
8
+ - 8
9
+ - pre1
10
+ version: 2.3.8.pre1
10
11
  platform: ruby
11
12
  authors:
12
13
  - David Heinemeier Hansson
@@ -419,11 +420,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
419
420
  version: "0"
420
421
  required_rubygems_version: !ruby/object:Gem::Requirement
421
422
  requirements:
422
- - - ">="
423
+ - - ">"
423
424
  - !ruby/object:Gem::Version
424
425
  segments:
425
- - 0
426
- version: "0"
426
+ - 1
427
+ - 3
428
+ - 1
429
+ version: 1.3.1
427
430
  requirements: []
428
431
 
429
432
  rubyforge_project: activesupport