activemodel 3.1.1.rc2 → 3.1.1.rc3

Sign up to get free protection for your applications and to get access to all the features.
@@ -92,10 +92,10 @@ module ActiveModel
92
92
  #
93
93
  # Provides you with:
94
94
  #
95
- # AttributePerson.primary_key
95
+ # Person.primary_key
96
96
  # # => "sysid"
97
- # AttributePerson.inheritance_column = 'address'
98
- # AttributePerson.inheritance_column
97
+ # Person.inheritance_column = 'address'
98
+ # Person.inheritance_column
99
99
  # # => 'address_id'
100
100
  def define_attr_method(name, value=nil, &block)
101
101
  sing = singleton_class
@@ -3,7 +3,7 @@ module ActiveModel
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 1
6
- PRE = "rc2"
6
+ PRE = "rc3"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 977940595
4
+ hash: 977940592
5
5
  prerelease: true
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 1
10
- - rc2
11
- version: 3.1.1.rc2
10
+ - rc3
11
+ version: 3.1.1.rc3
12
12
  platform: ruby
13
13
  authors:
14
14
  - David Heinemeier Hansson
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-09-29 00:00:00 -03:00
19
+ date: 2011-10-05 00:00:00 -02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -27,13 +27,13 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 977940595
30
+ hash: 977940592
31
31
  segments:
32
32
  - 3
33
33
  - 1
34
34
  - 1
35
- - rc2
36
- version: 3.1.1.rc2
35
+ - rc3
36
+ version: 3.1.1.rc3
37
37
  type: :runtime
38
38
  version_requirements: *id001
39
39
  - !ruby/object:Gem::Dependency