activemodel 3.0.9.rc4 → 3.0.9.rc5

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 = 0
5
5
  TINY = 9
6
- PRE = "rc4"
6
+ PRE = "rc5"
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: 15424053
4
+ hash: 15424055
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
9
  - 9
10
10
  - rc
11
- - 4
12
- version: 3.0.9.rc4
11
+ - 5
12
+ version: 3.0.9.rc5
13
13
  platform: ruby
14
14
  authors:
15
15
  - David Heinemeier Hansson
@@ -27,14 +27,14 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 15424053
30
+ hash: 15424055
31
31
  segments:
32
32
  - 3
33
33
  - 0
34
34
  - 9
35
35
  - rc
36
- - 4
37
- version: 3.0.9.rc4
36
+ - 5
37
+ version: 3.0.9.rc5
38
38
  type: :runtime
39
39
  version_requirements: *id001
40
40
  - !ruby/object:Gem::Dependency