darthapo / comatose
- Source
- Commits
- Network (29)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
comatose / comatose.gemspec
| 8adaa15f » | darthapo | 2008-05-20 | 1 | # Generated on Tue May 20 20:13:12 -0500 2008 | |
| b732d35d » | darthapo | 2008-05-20 | 2 | Gem::Specification.new do |s| | |
| 3 | s.name = "comatose" | ||||
| 8b5b7d07 » | darthapo | 2008-10-31 | 4 | s.version = "2.0.5" | |
| 5 | s.date = "2008-10-31" # 2008-05-20 | ||||
| b732d35d » | darthapo | 2008-05-20 | 6 | s.summary = "Micro CMS designed for being embedded into existing Rails applications" | |
| 7 | s.email = "matt@elucidata.net" | ||||
| 8 | s.rubyforge_project = 'comatose' | ||||
| 9 | s.homepage = "http://comatose.rubyforge.org" | ||||
| 10 | s.description = "Comatose is a micro CMS designed for being embedded into existing Rails applications." | ||||
| 11 | s.has_rdoc = true | ||||
| 12 | s.authors = ["M@ McCray"] | ||||
| 13 | s.bindir = 'bin' | ||||
| 14 | s.executables = ['comatose'] | ||||
| 45f38e26 » | jcnetdev | 2008-09-17 | 15 | ||
| 16 | s.files = ["CHANGELOG", | ||||
| 17 | "INSTALL", | ||||
| 18 | "LICENSE", | ||||
| 19 | "MANIFEST", | ||||
| 8b5b7d07 » | darthapo | 2008-10-31 | 20 | "README.markdown", | |
| 45f38e26 » | jcnetdev | 2008-09-17 | 21 | "Rakefile", | |
| 22 | "SPECS", | ||||
| 23 | "about.yml", | ||||
| 24 | "bin/comatose", | ||||
| 25 | "comatose.gemspec", | ||||
| 26 | "generators/comatose_migration/comatose_migration_generator.rb", | ||||
| 27 | "generators/comatose_migration/templates/migration.rb", | ||||
| 28 | "generators/comatose_migration/templates/v4_upgrade.rb", | ||||
| 29 | "generators/comatose_migration/templates/v6_upgrade.rb", | ||||
| 30 | "generators/comatose_migration/templates/v7_upgrade.rb", | ||||
| 31 | "generators/comatose_migration/USAGE", | ||||
| 32 | "init.rb", | ||||
| 33 | "install.rb", | ||||
| 34 | "lib/acts_as_versioned.rb", | ||||
| 35 | "lib/comatose/comatose_drop.rb", | ||||
| 36 | "lib/comatose/configuration.rb", | ||||
| 37 | "lib/comatose/page_wrapper.rb", | ||||
| 38 | "lib/comatose/processing_context.rb", | ||||
| 39 | "lib/comatose/tasks/admin.rb", | ||||
| 40 | "lib/comatose/tasks/data.rb", | ||||
| 41 | "lib/comatose/tasks/setup.rb", | ||||
| 42 | "lib/comatose/version.rb", | ||||
| 43 | "lib/comatose.rb", | ||||
| 44 | "lib/comatose_admin_controller.rb", | ||||
| 45 | "lib/comatose_admin_helper.rb", | ||||
| 46 | "lib/comatose_controller.rb", | ||||
| 47 | "lib/comatose_helper.rb", | ||||
| 48 | "lib/comatose_page.rb", | ||||
| 49 | "lib/liquid/block.rb", | ||||
| 50 | "lib/liquid/context.rb", | ||||
| 51 | "lib/liquid/document.rb", | ||||
| 52 | "lib/liquid/drop.rb", | ||||
| 53 | "lib/liquid/errors.rb", | ||||
| 54 | "lib/liquid/extensions.rb", | ||||
| 55 | "lib/liquid/file_system.rb", | ||||
| 56 | "lib/liquid/htmltags.rb", | ||||
| 57 | "lib/liquid/standardfilters.rb", | ||||
| 58 | "lib/liquid/standardtags.rb", | ||||
| 59 | "lib/liquid/strainer.rb", | ||||
| 60 | "lib/liquid/tag.rb", | ||||
| 61 | "lib/liquid/template.rb", | ||||
| 62 | "lib/liquid/variable.rb", | ||||
| 63 | "lib/liquid.rb", | ||||
| 64 | "lib/redcloth.rb", | ||||
| 65 | "lib/support/class_options.rb", | ||||
| 66 | "lib/support/inline_rendering.rb", | ||||
| 67 | "lib/support/route_mapper.rb", | ||||
| 68 | "lib/text_filters/markdown.rb", | ||||
| 69 | "lib/text_filters/markdown_smartypants.rb", | ||||
| 70 | "lib/text_filters/none.rb", | ||||
| 71 | "lib/text_filters/rdoc.rb", | ||||
| 72 | "lib/text_filters/simple.rb", | ||||
| 73 | "lib/text_filters/textile.rb", | ||||
| 74 | "lib/text_filters.rb", | ||||
| 75 | "rails/init.rb", | ||||
| 76 | "resources/layouts/comatose_admin_template.html.erb", | ||||
| 77 | "resources/public/images/collapsed.gif", | ||||
| 78 | "resources/public/images/expanded.gif", | ||||
| 79 | "resources/public/images/no-children.gif", | ||||
| 80 | "resources/public/images/page.gif", | ||||
| 81 | "resources/public/images/spinner.gif", | ||||
| 82 | "resources/public/images/title-hover-bg.gif", | ||||
| 83 | "resources/public/javascripts/comatose_admin.js", | ||||
| 84 | "resources/public/stylesheets/comatose_admin.css", | ||||
| 85 | "tasks/comatose.rake", | ||||
| 86 | "views/comatose_admin/_form.html.erb", | ||||
| 87 | "views/comatose_admin/_page_list_item.html.erb", | ||||
| 88 | "views/comatose_admin/delete.html.erb", | ||||
| 89 | "views/comatose_admin/edit.html.erb", | ||||
| 90 | "views/comatose_admin/index.html.erb", | ||||
| 91 | "views/comatose_admin/new.html.erb", | ||||
| 92 | "views/comatose_admin/reorder.html.erb", | ||||
| 93 | "views/comatose_admin/versions.html.erb", | ||||
| 94 | "views/layouts/comatose_admin.html.erb", | ||||
| 95 | "views/layouts/comatose_admin_customize.html.erb", | ||||
| 96 | "views/layouts/comatose_content.html.erb"] | ||||
| 97 | |||||
| 98 | s.test_files = ["test/behaviors.rb", | ||||
| 99 | "test/fixtures/comatose_pages.yml", | ||||
| 100 | "test/functional/comatose_admin_controller_test.rb", | ||||
| 101 | "test/functional/comatose_controller_test.rb", | ||||
| 102 | "test/javascripts/test.html", | ||||
| 103 | "test/javascripts/test_runner.js", | ||||
| 104 | "test/test_helper.rb", | ||||
| 105 | "test/unit/class_options_test.rb", | ||||
| 106 | "test/unit/comatose_page_test.rb", | ||||
| 107 | "test/unit/processing_context_test.rb", | ||||
| 108 | "test/unit/text_filters_test.rb"] | ||||
| 109 | |||||
| 8b5b7d07 » | darthapo | 2008-10-31 | 110 | s.rdoc_options = ["--main", "README.markdown"] | |
| 111 | s.extra_rdoc_files = %w(README.markdown CHANGELOG SPECS LICENSE) | ||||
| b732d35d » | darthapo | 2008-05-20 | 112 | #s.add_dependency("mime-types", ["> 0.0.0"]) | |
| 113 | end | ||||

