hobo 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. data/LICENSE.txt +22 -0
  2. data/README.txt +18 -0
  3. data/bin/hobo +81 -0
  4. data/hobo_files/plugin/CHANGES.txt +963 -0
  5. data/hobo_files/plugin/LICENSE.txt +22 -0
  6. data/hobo_files/plugin/README +4 -0
  7. data/hobo_files/plugin/Rakefile +11 -0
  8. data/hobo_files/plugin/generators/hobo/hobo_generator.rb +37 -0
  9. data/hobo_files/plugin/generators/hobo/templates/application.dryml +2 -0
  10. data/hobo_files/plugin/generators/hobo/templates/guest.rb +31 -0
  11. data/hobo_files/plugin/generators/hobo_front_controller/USAGE +11 -0
  12. data/hobo_files/plugin/generators/hobo_front_controller/hobo_front_controller_generator.rb +90 -0
  13. data/hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb +51 -0
  14. data/hobo_files/plugin/generators/hobo_front_controller/templates/functional_test.rb +18 -0
  15. data/hobo_files/plugin/generators/hobo_front_controller/templates/helper.rb +2 -0
  16. data/hobo_files/plugin/generators/hobo_front_controller/templates/index.dryml +43 -0
  17. data/hobo_files/plugin/generators/hobo_front_controller/templates/login.dryml +44 -0
  18. data/hobo_files/plugin/generators/hobo_front_controller/templates/search.dryml +18 -0
  19. data/hobo_files/plugin/generators/hobo_front_controller/templates/signup.dryml +45 -0
  20. data/hobo_files/plugin/generators/hobo_model/USAGE +26 -0
  21. data/hobo_files/plugin/generators/hobo_model/hobo_model_generator.rb +38 -0
  22. data/hobo_files/plugin/generators/hobo_model/templates/fixtures.yml +11 -0
  23. data/hobo_files/plugin/generators/hobo_model/templates/migration.rb +13 -0
  24. data/hobo_files/plugin/generators/hobo_model/templates/model.rb +24 -0
  25. data/hobo_files/plugin/generators/hobo_model/templates/unit_test.rb +10 -0
  26. data/hobo_files/plugin/generators/hobo_model_controller/USAGE +30 -0
  27. data/hobo_files/plugin/generators/hobo_model_controller/hobo_model_controller_generator.rb +43 -0
  28. data/hobo_files/plugin/generators/hobo_model_controller/templates/controller.rb +5 -0
  29. data/hobo_files/plugin/generators/hobo_model_controller/templates/functional_test.rb +18 -0
  30. data/hobo_files/plugin/generators/hobo_model_controller/templates/helper.rb +2 -0
  31. data/hobo_files/plugin/generators/hobo_model_controller/templates/view.rhtml +2 -0
  32. data/hobo_files/plugin/generators/hobo_rapid/hobo_rapid_generator.rb +51 -0
  33. data/hobo_files/plugin/generators/hobo_rapid/templates/hobo_rapid.js +436 -0
  34. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/default_mapping.rb +11 -0
  35. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/banner.gif +0 -0
  36. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_bodytop.gif +0 -0
  37. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_01.gif +0 -0
  38. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_02.gif +0 -0
  39. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_03.gif +0 -0
  40. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_04.gif +0 -0
  41. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_bottom.gif +0 -0
  42. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_left.gif +0 -0
  43. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_right.gif +0 -0
  44. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_top.gif +0 -0
  45. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_blue.gif +0 -0
  46. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_dblue.gif +0 -0
  47. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_green.gif +0 -0
  48. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_purple.gif +0 -0
  49. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_red.gif +0 -0
  50. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/logo.gif +0 -0
  51. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/spinner.gif +0 -0
  52. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_dblue.gif +0 -0
  53. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_green.gif +0 -0
  54. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_purple.gif +0 -0
  55. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_red.gif +0 -0
  56. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_01.gif +0 -0
  57. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_02.gif +0 -0
  58. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_03.gif +0 -0
  59. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_04.gif +0 -0
  60. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_bottom.gif +0 -0
  61. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_left.gif +0 -0
  62. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_right.gif +0 -0
  63. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_top.gif +0 -0
  64. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/stylesheets/application.css +390 -0
  65. data/hobo_files/plugin/generators/hobo_rapid/templates/themes/default/views/application.dryml +104 -0
  66. data/hobo_files/plugin/generators/hobo_user_model/USAGE +26 -0
  67. data/hobo_files/plugin/generators/hobo_user_model/hobo_user_model_generator.rb +38 -0
  68. data/hobo_files/plugin/generators/hobo_user_model/templates/fixtures.yml +11 -0
  69. data/hobo_files/plugin/generators/hobo_user_model/templates/migration.rb +15 -0
  70. data/hobo_files/plugin/generators/hobo_user_model/templates/model.rb +58 -0
  71. data/hobo_files/plugin/generators/hobo_user_model/templates/unit_test.rb +10 -0
  72. data/hobo_files/plugin/init.rb +44 -0
  73. data/hobo_files/plugin/lib/action_view_extensions/base.rb +14 -0
  74. data/hobo_files/plugin/lib/active_record/has_many_association.rb +54 -0
  75. data/hobo_files/plugin/lib/active_record/has_many_through_association.rb +22 -0
  76. data/hobo_files/plugin/lib/active_record/table_definition.rb +34 -0
  77. data/hobo_files/plugin/lib/extensions.rb +245 -0
  78. data/hobo_files/plugin/lib/extensions/test_case.rb +130 -0
  79. data/hobo_files/plugin/lib/hobo.rb +353 -0
  80. data/hobo_files/plugin/lib/hobo/HtmlString +3 -0
  81. data/hobo_files/plugin/lib/hobo/authenticated_user.rb +106 -0
  82. data/hobo_files/plugin/lib/hobo/authentication_support.rb +108 -0
  83. data/hobo_files/plugin/lib/hobo/composite_model.rb +66 -0
  84. data/hobo_files/plugin/lib/hobo/controller.rb +134 -0
  85. data/hobo_files/plugin/lib/hobo/controller_helpers.rb +135 -0
  86. data/hobo_files/plugin/lib/hobo/core.rb +475 -0
  87. data/hobo_files/plugin/lib/hobo/define_tags.rb +56 -0
  88. data/hobo_files/plugin/lib/hobo/dryml.rb +161 -0
  89. data/hobo_files/plugin/lib/hobo/dryml/dryml_builder.rb +126 -0
  90. data/hobo_files/plugin/lib/hobo/dryml/tag_module.rb +9 -0
  91. data/hobo_files/plugin/lib/hobo/dryml/taglib.rb +57 -0
  92. data/hobo_files/plugin/lib/hobo/dryml/template.rb +586 -0
  93. data/hobo_files/plugin/lib/hobo/dryml/template_environment.rb +302 -0
  94. data/hobo_files/plugin/lib/hobo/dryml/template_handler.rb +19 -0
  95. data/hobo_files/plugin/lib/hobo/generator.rb +25 -0
  96. data/hobo_files/plugin/lib/hobo/html_string.rb +3 -0
  97. data/hobo_files/plugin/lib/hobo/lazy_hash.rb +28 -0
  98. data/hobo_files/plugin/lib/hobo/mapping_tags.rb +262 -0
  99. data/hobo_files/plugin/lib/hobo/markdown_string.rb +7 -0
  100. data/hobo_files/plugin/lib/hobo/model.rb +391 -0
  101. data/hobo_files/plugin/lib/hobo/model_controller.rb +676 -0
  102. data/hobo_files/plugin/lib/hobo/model_queries.rb +92 -0
  103. data/hobo_files/plugin/lib/hobo/model_support.rb +44 -0
  104. data/hobo_files/plugin/lib/hobo/password_string.rb +3 -0
  105. data/hobo_files/plugin/lib/hobo/predicate_dispatch.rb +78 -0
  106. data/hobo_files/plugin/lib/hobo/proc_binding.rb +32 -0
  107. data/hobo_files/plugin/lib/hobo/rapid.rb +447 -0
  108. data/hobo_files/plugin/lib/hobo/static_tags +92 -0
  109. data/hobo_files/plugin/lib/hobo/text.rb +3 -0
  110. data/hobo_files/plugin/lib/hobo/textile_string.rb +13 -0
  111. data/hobo_files/plugin/lib/hobo/undefined.rb +41 -0
  112. data/hobo_files/plugin/lib/hobo/undefined_access_error.rb +5 -0
  113. data/hobo_files/plugin/lib/hobo/where_fragment.rb +23 -0
  114. data/hobo_files/plugin/lib/rexml.rb +345 -0
  115. data/hobo_files/plugin/tags/core.dryml +6 -0
  116. data/hobo_files/plugin/tags/rapid.dryml +177 -0
  117. data/hobo_files/plugin/tags/rapid_editing.dryml +168 -0
  118. data/hobo_files/plugin/tags/rapid_navigation.dryml +95 -0
  119. data/hobo_files/plugin/tags/rapid_pages.dryml +175 -0
  120. data/hobo_files/plugin/tasks/environments.rake +19 -0
  121. data/hobo_files/plugin/tasks/hobo_tasks.rake +4 -0
  122. data/hobo_files/plugin/test/hobo_dryml_template_test.rb +7 -0
  123. data/hobo_files/plugin/test/hobo_test.rb +7 -0
  124. data/hobo_files/plugin/uninstall.rb +1 -0
  125. metadata +206 -0
@@ -0,0 +1,19 @@
1
+ %w[development production staging].each do |env|
2
+ desc "Runs the following task in the #{env} environment"
3
+ task env do
4
+ RAILS_ENV = ENV['RAILS_ENV'] = env
5
+ end
6
+ end
7
+
8
+ task :testing do
9
+ RAILS_ENV = ENV['RAILS_ENV'] = 'test'
10
+ end
11
+
12
+ task :dev do
13
+ Rake::Task["development"].invoke
14
+ end
15
+
16
+ task :prod do
17
+ Rake::Task["production"].invoke
18
+ end
19
+
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :hobo do
3
+ # # Task goes here
4
+ # end
@@ -0,0 +1,7 @@
1
+ require 'test/unit'
2
+
3
+ class HoboDrymlTemplateTest < Test::Unit::TestCase
4
+ # Replace this with your real tests.
5
+ def test_this_plugin
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ require 'test/unit'
2
+
3
+ class HoboTest < Test::Unit::TestCase
4
+ # Replace this with your real tests.
5
+ def test_this_plugin
6
+ end
7
+ end
@@ -0,0 +1 @@
1
+ # Uninstall hook code here
metadata ADDED
@@ -0,0 +1,206 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: hobo
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.5.3
7
+ date: 2007-04-30 00:00:00 +01:00
8
+ summary: The web app builder for Rails
9
+ require_paths:
10
+ - lib
11
+ email: tom@hobocentral.net
12
+ homepage: http://hobocentral.net
13
+ rubyforge_project:
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Tom Locke
31
+ files:
32
+ - hobo_files/plugin
33
+ - hobo_files/plugin/CHANGES.txt
34
+ - hobo_files/plugin/generators
35
+ - hobo_files/plugin/init.rb
36
+ - hobo_files/plugin/lib
37
+ - hobo_files/plugin/LICENSE.txt
38
+ - hobo_files/plugin/Rakefile
39
+ - hobo_files/plugin/README
40
+ - hobo_files/plugin/tags
41
+ - hobo_files/plugin/tasks
42
+ - hobo_files/plugin/test
43
+ - hobo_files/plugin/uninstall.rb
44
+ - hobo_files/plugin/generators/hobo
45
+ - hobo_files/plugin/generators/hobo_front_controller
46
+ - hobo_files/plugin/generators/hobo_model
47
+ - hobo_files/plugin/generators/hobo_model_controller
48
+ - hobo_files/plugin/generators/hobo_rapid
49
+ - hobo_files/plugin/generators/hobo_user_model
50
+ - hobo_files/plugin/generators/hobo/hobo_generator.rb
51
+ - hobo_files/plugin/generators/hobo/templates
52
+ - hobo_files/plugin/generators/hobo/templates/application.dryml
53
+ - hobo_files/plugin/generators/hobo/templates/guest.rb
54
+ - hobo_files/plugin/generators/hobo_front_controller/hobo_front_controller_generator.rb
55
+ - hobo_files/plugin/generators/hobo_front_controller/templates
56
+ - hobo_files/plugin/generators/hobo_front_controller/USAGE
57
+ - hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
58
+ - hobo_files/plugin/generators/hobo_front_controller/templates/functional_test.rb
59
+ - hobo_files/plugin/generators/hobo_front_controller/templates/helper.rb
60
+ - hobo_files/plugin/generators/hobo_front_controller/templates/index.dryml
61
+ - hobo_files/plugin/generators/hobo_front_controller/templates/login.dryml
62
+ - hobo_files/plugin/generators/hobo_front_controller/templates/search.dryml
63
+ - hobo_files/plugin/generators/hobo_front_controller/templates/signup.dryml
64
+ - hobo_files/plugin/generators/hobo_model/hobo_model_generator.rb
65
+ - hobo_files/plugin/generators/hobo_model/templates
66
+ - hobo_files/plugin/generators/hobo_model/USAGE
67
+ - hobo_files/plugin/generators/hobo_model/templates/fixtures.yml
68
+ - hobo_files/plugin/generators/hobo_model/templates/migration.rb
69
+ - hobo_files/plugin/generators/hobo_model/templates/model.rb
70
+ - hobo_files/plugin/generators/hobo_model/templates/unit_test.rb
71
+ - hobo_files/plugin/generators/hobo_model_controller/hobo_model_controller_generator.rb
72
+ - hobo_files/plugin/generators/hobo_model_controller/templates
73
+ - hobo_files/plugin/generators/hobo_model_controller/USAGE
74
+ - hobo_files/plugin/generators/hobo_model_controller/templates/controller.rb
75
+ - hobo_files/plugin/generators/hobo_model_controller/templates/functional_test.rb
76
+ - hobo_files/plugin/generators/hobo_model_controller/templates/helper.rb
77
+ - hobo_files/plugin/generators/hobo_model_controller/templates/view.rhtml
78
+ - hobo_files/plugin/generators/hobo_rapid/hobo_rapid_generator.rb
79
+ - hobo_files/plugin/generators/hobo_rapid/templates
80
+ - hobo_files/plugin/generators/hobo_rapid/templates/hobo_rapid.js
81
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes
82
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default
83
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/default_mapping.rb
84
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public
85
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/views
86
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images
87
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/stylesheets
88
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/banner.gif
89
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_bodytop.gif
90
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_01.gif
91
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_02.gif
92
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_03.gif
93
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_corner_04.gif
94
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_bottom.gif
95
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_left.gif
96
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_right.gif
97
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/bkg_shadow_top.gif
98
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_blue.gif
99
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_dblue.gif
100
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_green.gif
101
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_purple.gif
102
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/header_red.gif
103
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/logo.gif
104
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/spinner.gif
105
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_dblue.gif
106
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_green.gif
107
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_purple.gif
108
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/txt_list_img_red.gif
109
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_01.gif
110
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_02.gif
111
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_03.gif
112
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_corner_04.gif
113
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_bottom.gif
114
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_left.gif
115
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_right.gif
116
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/images/window_shadow_top.gif
117
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/public/stylesheets/application.css
118
+ - hobo_files/plugin/generators/hobo_rapid/templates/themes/default/views/application.dryml
119
+ - hobo_files/plugin/generators/hobo_user_model/hobo_user_model_generator.rb
120
+ - hobo_files/plugin/generators/hobo_user_model/templates
121
+ - hobo_files/plugin/generators/hobo_user_model/USAGE
122
+ - hobo_files/plugin/generators/hobo_user_model/templates/fixtures.yml
123
+ - hobo_files/plugin/generators/hobo_user_model/templates/migration.rb
124
+ - hobo_files/plugin/generators/hobo_user_model/templates/model.rb
125
+ - hobo_files/plugin/generators/hobo_user_model/templates/unit_test.rb
126
+ - hobo_files/plugin/lib/action_view_extensions
127
+ - hobo_files/plugin/lib/active_record
128
+ - hobo_files/plugin/lib/extensions
129
+ - hobo_files/plugin/lib/extensions.rb
130
+ - hobo_files/plugin/lib/hobo
131
+ - hobo_files/plugin/lib/hobo.rb
132
+ - hobo_files/plugin/lib/rexml.rb
133
+ - hobo_files/plugin/lib/action_view_extensions/base.rb
134
+ - hobo_files/plugin/lib/active_record/has_many_association.rb
135
+ - hobo_files/plugin/lib/active_record/has_many_through_association.rb
136
+ - hobo_files/plugin/lib/active_record/table_definition.rb
137
+ - hobo_files/plugin/lib/extensions/test_case.rb
138
+ - hobo_files/plugin/lib/hobo/authenticated_user.rb
139
+ - hobo_files/plugin/lib/hobo/authentication_support.rb
140
+ - hobo_files/plugin/lib/hobo/composite_model.rb
141
+ - hobo_files/plugin/lib/hobo/controller.rb
142
+ - hobo_files/plugin/lib/hobo/controller_helpers.rb
143
+ - hobo_files/plugin/lib/hobo/core.rb
144
+ - hobo_files/plugin/lib/hobo/define_tags.rb
145
+ - hobo_files/plugin/lib/hobo/dryml
146
+ - hobo_files/plugin/lib/hobo/dryml.rb
147
+ - hobo_files/plugin/lib/hobo/generator.rb
148
+ - hobo_files/plugin/lib/hobo/html_string.rb
149
+ - hobo_files/plugin/lib/hobo/HtmlString
150
+ - hobo_files/plugin/lib/hobo/lazy_hash.rb
151
+ - hobo_files/plugin/lib/hobo/mapping_tags.rb
152
+ - hobo_files/plugin/lib/hobo/markdown_string.rb
153
+ - hobo_files/plugin/lib/hobo/model.rb
154
+ - hobo_files/plugin/lib/hobo/model_controller.rb
155
+ - hobo_files/plugin/lib/hobo/model_queries.rb
156
+ - hobo_files/plugin/lib/hobo/model_support.rb
157
+ - hobo_files/plugin/lib/hobo/password_string.rb
158
+ - hobo_files/plugin/lib/hobo/predicate_dispatch.rb
159
+ - hobo_files/plugin/lib/hobo/proc_binding.rb
160
+ - hobo_files/plugin/lib/hobo/rapid.rb
161
+ - hobo_files/plugin/lib/hobo/static_tags
162
+ - hobo_files/plugin/lib/hobo/text.rb
163
+ - hobo_files/plugin/lib/hobo/textile_string.rb
164
+ - hobo_files/plugin/lib/hobo/undefined.rb
165
+ - hobo_files/plugin/lib/hobo/undefined_access_error.rb
166
+ - hobo_files/plugin/lib/hobo/where_fragment.rb
167
+ - hobo_files/plugin/lib/hobo/dryml/dryml_builder.rb
168
+ - hobo_files/plugin/lib/hobo/dryml/tag_module.rb
169
+ - hobo_files/plugin/lib/hobo/dryml/taglib.rb
170
+ - hobo_files/plugin/lib/hobo/dryml/template.rb
171
+ - hobo_files/plugin/lib/hobo/dryml/template_environment.rb
172
+ - hobo_files/plugin/lib/hobo/dryml/template_handler.rb
173
+ - hobo_files/plugin/tags/core.dryml
174
+ - hobo_files/plugin/tags/rapid.dryml
175
+ - hobo_files/plugin/tags/rapid_editing.dryml
176
+ - hobo_files/plugin/tags/rapid_navigation.dryml
177
+ - hobo_files/plugin/tags/rapid_pages.dryml
178
+ - hobo_files/plugin/tasks/environments.rake
179
+ - hobo_files/plugin/tasks/hobo_tasks.rake
180
+ - hobo_files/plugin/test/hobo_dryml_template_test.rb
181
+ - hobo_files/plugin/test/hobo_test.rb
182
+ - bin/hobo
183
+ - LICENSE.txt
184
+ - README.txt
185
+ test_files: []
186
+
187
+ rdoc_options: []
188
+
189
+ extra_rdoc_files: []
190
+
191
+ executables:
192
+ - hobo
193
+ extensions: []
194
+
195
+ requirements: []
196
+
197
+ dependencies:
198
+ - !ruby/object:Gem::Dependency
199
+ name: rails
200
+ version_requirement:
201
+ version_requirements: !ruby/object:Gem::Version::Requirement
202
+ requirements:
203
+ - - ">="
204
+ - !ruby/object:Gem::Version
205
+ version: 1.2.1
206
+ version: