attribute-defaults 0.2.0 → 0.3.0
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.
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: attribute-defaults
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
8
|
+
- 3
|
|
9
9
|
- 0
|
|
10
|
-
version: 0.
|
|
10
|
+
version: 0.3.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dimitrij Denissenko
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-09-02 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: activerecord
|
|
@@ -24,7 +23,7 @@ dependencies:
|
|
|
24
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
24
|
none: false
|
|
26
25
|
requirements:
|
|
27
|
-
- -
|
|
26
|
+
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
28
|
hash: 7
|
|
30
29
|
segments:
|
|
@@ -32,24 +31,16 @@ dependencies:
|
|
|
32
31
|
- 0
|
|
33
32
|
- 0
|
|
34
33
|
version: 3.0.0
|
|
35
|
-
|
|
36
|
-
version_requirements: *id001
|
|
37
|
-
- !ruby/object:Gem::Dependency
|
|
38
|
-
name: activesupport
|
|
39
|
-
prerelease: false
|
|
40
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- - ~>
|
|
34
|
+
- - <
|
|
44
35
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash:
|
|
36
|
+
hash: 15
|
|
46
37
|
segments:
|
|
47
38
|
- 3
|
|
39
|
+
- 2
|
|
48
40
|
- 0
|
|
49
|
-
|
|
50
|
-
version: 3.0.0
|
|
41
|
+
version: 3.2.0
|
|
51
42
|
type: :runtime
|
|
52
|
-
version_requirements: *
|
|
43
|
+
version_requirements: *id001
|
|
53
44
|
description: ActiveRecord plugin that allows to specify default values for attributes
|
|
54
45
|
email: dimitrij@blacksquaremedia.com
|
|
55
46
|
executables: []
|
|
@@ -63,7 +54,6 @@ files:
|
|
|
63
54
|
- README.rdoc
|
|
64
55
|
- lib/attribute-defaults.rb
|
|
65
56
|
- lib/attribute_defaults.rb
|
|
66
|
-
has_rdoc: true
|
|
67
57
|
homepage: https://github.com/bsm/attribute-defaults
|
|
68
58
|
licenses: []
|
|
69
59
|
|
|
@@ -97,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
87
|
requirements: []
|
|
98
88
|
|
|
99
89
|
rubyforge_project:
|
|
100
|
-
rubygems_version: 1.
|
|
90
|
+
rubygems_version: 1.8.5
|
|
101
91
|
signing_key:
|
|
102
92
|
specification_version: 3
|
|
103
93
|
summary: Specify default values for ActiveRecord attributes
|