activerecord 3.1.2.rc2 → 3.1.2

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.md +5 -0
  2. data/lib/active_record/version.rb +1 -1
  3. metadata +12 -20
@@ -1,5 +1,10 @@
1
1
  ## Rails 3.1.2 (unreleased) ##
2
2
 
3
+ * Fix problem with prepared statements and PostgreSQL when multiple schemas are used.
4
+ *GH #3232*
5
+
6
+ *Juan M. Cuello*
7
+
3
8
  * Fix bug with PostgreSQLAdapter#indexes. When the search path has multiple schemas, spaces
4
9
  were not being stripped from the schema names after the first.
5
10
 
@@ -3,7 +3,7 @@ module ActiveRecord
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 2
6
- PRE = "rc2"
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: activerecord
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424113
5
- prerelease: 6
4
+ hash: 7
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 2
10
- - rc
11
- - 2
12
- version: 3.1.2.rc2
10
+ version: 3.1.2
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: 2011-11-14 00:00:00 Z
18
+ date: 2011-11-18 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: activesupport
@@ -28,14 +26,12 @@ dependencies:
28
26
  requirements:
29
27
  - - "="
30
28
  - !ruby/object:Gem::Version
31
- hash: 15424113
29
+ hash: 7
32
30
  segments:
33
31
  - 3
34
32
  - 1
35
33
  - 2
36
- - rc
37
- - 2
38
- version: 3.1.2.rc2
34
+ version: 3.1.2
39
35
  requirement: *id001
40
36
  - !ruby/object:Gem::Dependency
41
37
  name: activemodel
@@ -46,14 +42,12 @@ dependencies:
46
42
  requirements:
47
43
  - - "="
48
44
  - !ruby/object:Gem::Version
49
- hash: 15424113
45
+ hash: 7
50
46
  segments:
51
47
  - 3
52
48
  - 1
53
49
  - 2
54
- - rc
55
- - 2
56
- version: 3.1.2.rc2
50
+ version: 3.1.2
57
51
  requirement: *id002
58
52
  - !ruby/object:Gem::Dependency
59
53
  name: arel
@@ -248,14 +242,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
248
242
  required_rubygems_version: !ruby/object:Gem::Requirement
249
243
  none: false
250
244
  requirements:
251
- - - ">"
245
+ - - ">="
252
246
  - !ruby/object:Gem::Version
253
- hash: 25
247
+ hash: 3
254
248
  segments:
255
- - 1
256
- - 3
257
- - 1
258
- version: 1.3.1
249
+ - 0
250
+ version: "0"
259
251
  requirements: []
260
252
 
261
253
  rubyforge_project: