activemodel 3.1.2.rc1 → 3.1.2.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/active_model/version.rb +1 -1
  2. metadata +6 -6
@@ -3,7 +3,7 @@ module ActiveModel
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 2
6
- PRE = "rc1"
6
+ PRE = "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424119
4
+ hash: 15424113
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 2
10
10
  - rc
11
- - 1
12
- version: 3.1.2.rc1
11
+ - 2
12
+ version: 3.1.2.rc2
13
13
  platform: ruby
14
14
  authors:
15
15
  - David Heinemeier Hansson
@@ -28,14 +28,14 @@ dependencies:
28
28
  requirements:
29
29
  - - "="
30
30
  - !ruby/object:Gem::Version
31
- hash: 15424119
31
+ hash: 15424113
32
32
  segments:
33
33
  - 3
34
34
  - 1
35
35
  - 2
36
36
  - rc
37
- - 1
38
- version: 3.1.2.rc1
37
+ - 2
38
+ version: 3.1.2.rc2
39
39
  requirement: *id001
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: builder