binarylogic-resourcelogic 0.0.11

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 ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: binarylogic-resourcelogic
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.11
5
+ platform: ruby
6
+ authors:
7
+ - Ben Johnson of Binary Logic
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-28 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: activesupport
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ description:
26
+ email: bjohnson@binarylogic.com
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - LICENSE
33
+ - README.rdoc
34
+ files:
35
+ - .gitignore
36
+ - CHANGELOG.rdoc
37
+ - LICENSE
38
+ - README.rdoc
39
+ - Rakefile
40
+ - VERSION.yml
41
+ - init.rb
42
+ - lib/resourcelogic.rb
43
+ - lib/resourcelogic/accessors.rb
44
+ - lib/resourcelogic/action_options.rb
45
+ - lib/resourcelogic/actions.rb
46
+ - lib/resourcelogic/aliases.rb
47
+ - lib/resourcelogic/base.rb
48
+ - lib/resourcelogic/child.rb
49
+ - lib/resourcelogic/context.rb
50
+ - lib/resourcelogic/context_options.rb
51
+ - lib/resourcelogic/failable_action_options.rb
52
+ - lib/resourcelogic/parent.rb
53
+ - lib/resourcelogic/response_collector.rb
54
+ - lib/resourcelogic/scope.rb
55
+ - lib/resourcelogic/self.rb
56
+ - lib/resourcelogic/sibling.rb
57
+ - lib/resourcelogic/singleton.rb
58
+ - lib/resourcelogic/sub_views.rb
59
+ - lib/resourcelogic/urligence.rb
60
+ has_rdoc: false
61
+ homepage: http://github.com/binarylogic/resourcelogic
62
+ post_install_message:
63
+ rdoc_options:
64
+ - --charset=UTF-8
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: "0"
72
+ version:
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: "0"
78
+ version:
79
+ requirements: []
80
+
81
+ rubyforge_project: resourcelogic
82
+ rubygems_version: 1.2.0
83
+ signing_key:
84
+ specification_version: 3
85
+ summary: Removes the need to namespace controllers by adding context and relative url functions among other things.
86
+ test_files: []
87
+