activesupport 1.2.4 → 1.2.5

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,3 +1,8 @@
1
+ *1.2.5* (December 13th, 2005)
2
+
3
+ * Become part of Rails 1.0
4
+
5
+
1
6
  *1.2.4* (December 7th, 2005)
2
7
 
3
8
  * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: activesupport
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.2.4
7
- date: 2005-12-07 00:00:00 -06:00
6
+ version: 1.2.5
7
+ date: 2005-12-13 00:00:00 -06:00
8
8
  summary: Support and utility classes used by the Rails framework.
9
9
  require_paths:
10
10
  - lib