cells 2.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 ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cells
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Nick Sutterer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-01-15 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Cells are lightweight controllers for Rails and can be rendered in controllers and views, providing an elegant and fast way for encapsulation and component-orientation.
17
+ email: apotonick@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - CHANGES
24
+ - README
25
+ files:
26
+ - CHANGES
27
+ - README
28
+ - README.rdoc
29
+ - Rakefile
30
+ - VERSION
31
+ - generators/cell/USAGE
32
+ - generators/cell/cell_generator.rb
33
+ - generators/cell/templates/cell.rb
34
+ - generators/cell/templates/view.html.erb
35
+ - generators/cell/templates/view.html.haml
36
+ - init.rb
37
+ - lib/cell/base.rb
38
+ - lib/cell/caching.rb
39
+ - lib/cell/view.rb
40
+ - lib/cells_helper.rb
41
+ - lib/rails_extensions.rb
42
+ has_rdoc: true
43
+ homepage: http://cells.rubyforge.org
44
+ licenses: []
45
+
46
+ post_install_message:
47
+ rdoc_options:
48
+ - --charset=UTF-8
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: "0"
56
+ version:
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: "0"
62
+ version:
63
+ requirements: []
64
+
65
+ rubyforge_project:
66
+ rubygems_version: 1.3.5
67
+ signing_key:
68
+ specification_version: 3
69
+ summary: Cells are lightweight controllers for Rails and can be rendered in controllers and views, providing an elegant and fast way for encapsulation and component-orientation.
70
+ test_files:
71
+ - test/capture_test.rb
72
+ - test/rails_extensions_test.rb
73
+ - test/bugs_test.rb
74
+ - test/cells/really_module/nested_cell.rb
75
+ - test/cells/cells_test_one_cell.rb
76
+ - test/cells/cells_test_two_cell.rb
77
+ - test/cells/simple_cell.rb
78
+ - test/cells/test_cell.rb
79
+ - test/render_test.rb
80
+ - test/testing_helper.rb
81
+ - test/cell_view_test.rb
82
+ - test/cells_test.rb
83
+ - test/helper_test.rb
84
+ - test/helpers/helper_using_cell_helper.rb
85
+ - test/caching_test.rb