resourcelogic 0.9.0 → 0.10.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.
- data/README.rdoc +72 -40
- data/Rakefile +4 -4
- data/lib/resourcelogic.rb +3 -0
- data/lib/resourcelogic/accessors.rb +1 -1
- data/lib/resourcelogic/actions.rb +19 -52
- data/lib/resourcelogic/base.rb +33 -3
- data/lib/resourcelogic/child.rb +33 -73
- data/lib/resourcelogic/context.rb +24 -61
- data/lib/resourcelogic/parent.rb +68 -100
- data/lib/resourcelogic/self.rb +87 -123
- data/lib/resourcelogic/sibling.rb +4 -46
- data/lib/resourcelogic/singleton.rb +37 -55
- data/lib/resourcelogic/urligence.rb +77 -59
- data/lib/resourcelogic/version.rb +1 -1
- metadata +9 -7
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resourcelogic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Johnson of Binary Logic
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-13 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -30,9 +30,9 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 2.0.0
|
34
34
|
version:
|
35
|
-
description:
|
35
|
+
description: Removes the need to namespace controllers by adding context and relative url functions among other things.
|
36
36
|
email: bjohnson@binarylogic.com
|
37
37
|
executables: []
|
38
38
|
|
@@ -66,6 +66,8 @@ files:
|
|
66
66
|
- lib/resourcelogic/version.rb
|
67
67
|
has_rdoc: true
|
68
68
|
homepage: http://github.com/binarylogic/resourcelogic
|
69
|
+
licenses: []
|
70
|
+
|
69
71
|
post_install_message:
|
70
72
|
rdoc_options:
|
71
73
|
- --main
|
@@ -87,9 +89,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
89
|
requirements: []
|
88
90
|
|
89
91
|
rubyforge_project: resourcelogic
|
90
|
-
rubygems_version: 1.3.
|
92
|
+
rubygems_version: 1.3.4
|
91
93
|
signing_key:
|
92
|
-
specification_version:
|
93
|
-
summary:
|
94
|
+
specification_version: 3
|
95
|
+
summary: Removes the need to namespace controllers by adding context and relative url functions among other things.
|
94
96
|
test_files: []
|
95
97
|
|