activemodel 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +7 -2
  2. data/lib/active_model/version.rb +1 -1
  3. metadata +9 -10
data/CHANGELOG CHANGED
@@ -1,11 +1,16 @@
1
+ *Rails 3.0.3 (November 16, 2010)*
2
+
3
+ * No changes.
4
+
5
+
1
6
  *Rails 3.0.2 (November 15, 2010)*
2
7
 
3
- * No changes
8
+ * No changes.
4
9
 
5
10
 
6
11
  *Rails 3.0.1 (October 15, 2010)*
7
12
 
8
- * No changes
13
+ * No changes.
9
14
 
10
15
 
11
16
  *Rails 3.0.0 (August 29, 2010)*
@@ -2,7 +2,7 @@ module ActiveModel
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 2
10
- version: 3.0.2
9
+ - 3
10
+ version: 3.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Heinemeier Hansson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-15 00:00:00 -06:00
18
+ date: 2010-11-16 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 3
29
+ hash: 1
30
30
  segments:
31
31
  - 3
32
32
  - 0
33
- - 2
34
- version: 3.0.2
33
+ - 3
34
+ version: 3.0.3
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -58,12 +58,11 @@ dependencies:
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- hash: 13
61
+ hash: 3
62
62
  segments:
63
63
  - 0
64
64
  - 4
65
- - 1
66
- version: 0.4.1
65
+ version: "0.4"
67
66
  type: :runtime
68
67
  version_requirements: *id003
69
68
  description: A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.