cascading_classes 0.6.0 → 0.6.1
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/README-part-ii.md +1020 -0
- data/README.md +117 -970
- data/lib/cascading_classes.rb +1 -1
- data/todo +4 -0
- metadata +7 -5
data/lib/cascading_classes.rb
CHANGED
data/todo
CHANGED
@@ -1,6 +1,10 @@
|
|
1
|
+
Bug
|
2
|
+
to_hash not working for objects
|
1
3
|
|
2
4
|
in opts hash in property call:
|
3
5
|
:new => true
|
4
6
|
this returns the value of @props[:my_property][:new].call
|
5
7
|
|
8
|
+
?? nice formatted output of entire tree
|
9
|
+
|
6
10
|
when setting properties, allow an option so that the property can never be inherited. IE: descendents will pass over it when blank
|
metadata
CHANGED
@@ -1,23 +1,24 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cascading_classes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Dan Wade
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-04 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
|
-
email:
|
15
|
+
email: user@server.fake
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
20
|
- README.md
|
21
|
+
- README-part-ii.md
|
21
22
|
- Rakefile
|
22
23
|
- todo
|
23
24
|
- lib/cascading_classes.rb
|
@@ -60,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
61
|
version: '0'
|
61
62
|
requirements: []
|
62
63
|
rubyforge_project:
|
63
|
-
rubygems_version: 1.8.
|
64
|
+
rubygems_version: 1.8.23
|
64
65
|
signing_key:
|
65
66
|
specification_version: 3
|
66
67
|
summary: Manage properties on class hierarchies
|
@@ -80,3 +81,4 @@ test_files:
|
|
80
81
|
- spec/preset_classes/undefined.rb
|
81
82
|
- spec/usage/block_spec.rb
|
82
83
|
- spec/usage/proc_spec.rb
|
84
|
+
has_rdoc:
|