activerecord 1.15.0 → 1.15.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activerecord might be problematic. Click here for more details.

Files changed (3) hide show
  1. data/CHANGELOG +5 -0
  2. data/lib/active_record/version.rb +1 -1
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *1.15.1* (January 17th, 2007)
2
+
3
+ * Fix nodoc breaking of adapters
4
+
5
+
1
6
  *1.15.0* (January 16th, 2007)
2
7
 
3
8
  * [DOC] clear up some ambiguity with the way has_and_belongs_to_many creates the default join table name. #7072 [jeremymcanally]
@@ -2,7 +2,7 @@ module ActiveRecord
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 15
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: activerecord
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.15.0
6
+ version: 1.15.1
7
7
  date: 2007-01-18 00:00:00 -06:00
8
8
  summary: Implements the ActiveRecord pattern for ORM.
9
9
  require_paths: