activesupport 2.0.0 → 2.0.1

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.

data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- *2.0.0* (December 6th, 2007)
1
+ *2.0.1* (December 7th, 2007)
2
2
 
3
3
  * Added Array#from and Array#to that behaves just from String#from and String#to [DHH]
4
4
 
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: activesupport
5
5
  version: !ruby/object:Gem::Version
6
- version: 2.0.0
7
- date: 2007-12-06 00:00:00 -06:00
6
+ version: 2.0.1
7
+ date: 2007-12-07 00:00:00 -06:00
8
8
  summary: Support and utility classes used by the Rails framework.
9
9
  require_paths:
10
10
  - lib