johnsbrn-classy-inheritance 0.6.3.1 → 0.6.3.2
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.
- data/lib/classy-inheritance.rb +1 -1
- metadata +9 -11
data/lib/classy-inheritance.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: johnsbrn-classy-inheritance
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.3.
|
4
|
+
version: 0.6.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Stone
|
@@ -9,21 +9,20 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-01-
|
12
|
+
date: 2009-01-21 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
16
|
+
name: bones
|
17
17
|
version_requirement:
|
18
18
|
version_requirements: !ruby/object:Gem::Requirement
|
19
19
|
requirements:
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: 2.2.0
|
23
23
|
version:
|
24
|
-
description:
|
25
|
-
email:
|
26
|
-
- andy@stonean.com
|
24
|
+
description: "Classy Inheritance adds a depends_on class method to your ActiveRecord model so that you can define requisite objects. This functionality is provided using the existing ActiveRecord methods without monkey patching any core code. Essentially, it provides an easy interface to generate code that anyone could add to their model to receive the same result. Depending on the parameters to your depends_on call, it may add some of the following methods: validates_presence_of, validates_associated, has_one or belongs_to."
|
25
|
+
email: andy@stonean.com
|
27
26
|
executables: []
|
28
27
|
|
29
28
|
extensions: []
|
@@ -31,7 +30,6 @@ extensions: []
|
|
31
30
|
extra_rdoc_files:
|
32
31
|
- History.txt
|
33
32
|
- License.txt
|
34
|
-
- Manifest.txt
|
35
33
|
- README.txt
|
36
34
|
files:
|
37
35
|
- History.txt
|
@@ -47,8 +45,8 @@ files:
|
|
47
45
|
- test/test_with_prefix_postfix.rb
|
48
46
|
- test/test_with_standard_attributes.rb
|
49
47
|
has_rdoc: true
|
50
|
-
homepage: http://
|
51
|
-
post_install_message:
|
48
|
+
homepage: http://stonean.com/wiki/classy-inheritance
|
49
|
+
post_install_message:
|
52
50
|
rdoc_options:
|
53
51
|
- --main
|
54
52
|
- README.txt
|
@@ -72,7 +70,7 @@ rubyforge_project: classyinherit
|
|
72
70
|
rubygems_version: 1.2.0
|
73
71
|
signing_key:
|
74
72
|
specification_version: 2
|
75
|
-
summary:
|
73
|
+
summary: Classy Inheritance adds a depends_on class method to your ActiveRecord model so that you can define requisite objects
|
76
74
|
test_files:
|
77
75
|
- test/test_classy-inheritance.rb
|
78
76
|
- test/test_helper.rb
|