|
| 1 | +# Generated by jeweler |
| 2 | +# DO NOT EDIT THIS FILE DIRECTLY |
| 3 | +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command |
| 4 | +# -*- encoding: utf-8 -*- |
| 5 | + |
| 6 | +Gem::Specification.new do |s| |
| 7 | + s.name = %q{activeadmin} |
| 8 | + s.version = "0.1.0" |
| 9 | + |
| 10 | + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
| 11 | + s.authors = ["Greg Bell"] |
| 12 | + s.date = %q{2010-09-07} |
| 13 | + s.description = %q{The administration framework for Ruby on Rails.} |
| 14 | + s.email = %q{gregdbell@gmail.com} |
| 15 | + s.extra_rdoc_files = [ |
| 16 | + "LICENSE", |
| 17 | + "README.rdoc" |
| 18 | + ] |
| 19 | + s.files = [ |
| 20 | + ".document", |
| 21 | + ".gitignore", |
| 22 | + "Gemfile", |
| 23 | + "LICENSE", |
| 24 | + "README.rdoc", |
| 25 | + "Rakefile", |
| 26 | + "active_admin.gemspec", |
| 27 | + "lib/active_admin.rb", |
| 28 | + "lib/active_admin/action_builder.rb", |
| 29 | + "lib/active_admin/action_items.rb", |
| 30 | + "lib/active_admin/asset_registration.rb", |
| 31 | + "lib/active_admin/breadcrumbs.rb", |
| 32 | + "lib/active_admin/dashboards.rb", |
| 33 | + "lib/active_admin/dashboards/dashboard_controller.rb", |
| 34 | + "lib/active_admin/dashboards/renderer.rb", |
| 35 | + "lib/active_admin/dashboards/section.rb", |
| 36 | + "lib/active_admin/dashboards/section_renderer.rb", |
| 37 | + "lib/active_admin/filters.rb", |
| 38 | + "lib/active_admin/form_builder.rb", |
| 39 | + "lib/active_admin/helpers/optional_display.rb", |
| 40 | + "lib/active_admin/menu.rb", |
| 41 | + "lib/active_admin/menu_item.rb", |
| 42 | + "lib/active_admin/namespace.rb", |
| 43 | + "lib/active_admin/page_config.rb", |
| 44 | + "lib/active_admin/pages.rb", |
| 45 | + "lib/active_admin/pages/base.rb", |
| 46 | + "lib/active_admin/pages/edit.rb", |
| 47 | + "lib/active_admin/pages/index.rb", |
| 48 | + "lib/active_admin/pages/index/blog.rb", |
| 49 | + "lib/active_admin/pages/index/table.rb", |
| 50 | + "lib/active_admin/pages/index/thumbnails.rb", |
| 51 | + "lib/active_admin/pages/new.rb", |
| 52 | + "lib/active_admin/pages/show.rb", |
| 53 | + "lib/active_admin/renderer.rb", |
| 54 | + "lib/active_admin/resource.rb", |
| 55 | + "lib/active_admin/resource_controller.rb", |
| 56 | + "lib/active_admin/sidebar.rb", |
| 57 | + "lib/active_admin/table_builder.rb", |
| 58 | + "lib/active_admin/tabs_renderer.rb", |
| 59 | + "lib/active_admin/version.rb", |
| 60 | + "lib/active_admin/view_helpers.rb", |
| 61 | + "lib/active_admin/views/active_admin_dashboard/index.html.erb", |
| 62 | + "lib/active_admin/views/active_admin_default/edit.html.erb", |
| 63 | + "lib/active_admin/views/active_admin_default/index.csv.erb", |
| 64 | + "lib/active_admin/views/active_admin_default/index.html.erb", |
| 65 | + "lib/active_admin/views/active_admin_default/new.html.erb", |
| 66 | + "lib/active_admin/views/active_admin_default/show.html.erb", |
| 67 | + "lib/active_admin/views/layouts/active_admin.html.erb", |
| 68 | + "lib/activeadmin.rb", |
| 69 | + "lib/generators/active_admin/install/install_generator.rb", |
| 70 | + "lib/generators/active_admin/install/templates/active_admin.css", |
| 71 | + "lib/generators/active_admin/install/templates/active_admin.js", |
| 72 | + "lib/generators/active_admin/install/templates/active_admin.rb", |
| 73 | + "lib/generators/active_admin/install/templates/active_admin_vendor.js", |
| 74 | + "lib/generators/active_admin/install/templates/dashboards.rb", |
| 75 | + "lib/generators/active_admin/install/templates/images/orderable.gif", |
| 76 | + "lib/generators/active_admin/resource/resource_generator.rb", |
| 77 | + "lib/generators/active_admin/resource/templates/admin.rb", |
| 78 | + "spec/integration/dashboard_spec.rb", |
| 79 | + "spec/integration/index_as_blog_spec.rb", |
| 80 | + "spec/integration/index_as_csv_spec.rb", |
| 81 | + "spec/integration/index_as_table_spec.rb", |
| 82 | + "spec/integration/index_as_thumbnails_spec.rb", |
| 83 | + "spec/integration/layout_spec.rb", |
| 84 | + "spec/integration/new_view_spec.rb", |
| 85 | + "spec/integration/show_view_spec.rb", |
| 86 | + "spec/spec_helper.rb", |
| 87 | + "spec/support/rails_template.rb", |
| 88 | + "spec/unit/action_builder_spec.rb", |
| 89 | + "spec/unit/action_items_spec.rb", |
| 90 | + "spec/unit/active_admin_spec.rb", |
| 91 | + "spec/unit/asset_registration_spec.rb", |
| 92 | + "spec/unit/controller_filters_spec.rb", |
| 93 | + "spec/unit/dashboard_section_spec.rb", |
| 94 | + "spec/unit/dashboards_spec.rb", |
| 95 | + "spec/unit/filter_form_builder_spec.rb", |
| 96 | + "spec/unit/form_builder_spec.rb", |
| 97 | + "spec/unit/menu_item_spec.rb", |
| 98 | + "spec/unit/menu_spec.rb", |
| 99 | + "spec/unit/namespace_spec.rb", |
| 100 | + "spec/unit/registration_spec.rb", |
| 101 | + "spec/unit/renderer_spec.rb", |
| 102 | + "spec/unit/resource_controller_spec.rb", |
| 103 | + "spec/unit/resource_spec.rb", |
| 104 | + "spec/unit/routing_spec.rb", |
| 105 | + "spec/unit/sidebar_spec.rb", |
| 106 | + "spec/unit/table_builder_spec.rb", |
| 107 | + "spec/unit/tabs_renderer_spec.rb" |
| 108 | + ] |
| 109 | + s.homepage = %q{http://github.com/gregbell/active_admin} |
| 110 | + s.rdoc_options = ["--charset=UTF-8"] |
| 111 | + s.require_paths = ["lib"] |
| 112 | + s.rubygems_version = %q{1.3.6} |
| 113 | + s.summary = %q{The administration framework for Ruby on Rails.} |
| 114 | + s.test_files = [ |
| 115 | + "spec/integration/dashboard_spec.rb", |
| 116 | + "spec/integration/index_as_blog_spec.rb", |
| 117 | + "spec/integration/index_as_csv_spec.rb", |
| 118 | + "spec/integration/index_as_table_spec.rb", |
| 119 | + "spec/integration/index_as_thumbnails_spec.rb", |
| 120 | + "spec/integration/layout_spec.rb", |
| 121 | + "spec/integration/new_view_spec.rb", |
| 122 | + "spec/integration/show_view_spec.rb", |
| 123 | + "spec/spec_helper.rb", |
| 124 | + "spec/support/rails_template.rb", |
| 125 | + "spec/unit/action_builder_spec.rb", |
| 126 | + "spec/unit/action_items_spec.rb", |
| 127 | + "spec/unit/active_admin_spec.rb", |
| 128 | + "spec/unit/asset_registration_spec.rb", |
| 129 | + "spec/unit/controller_filters_spec.rb", |
| 130 | + "spec/unit/dashboard_section_spec.rb", |
| 131 | + "spec/unit/dashboards_spec.rb", |
| 132 | + "spec/unit/filter_form_builder_spec.rb", |
| 133 | + "spec/unit/form_builder_spec.rb", |
| 134 | + "spec/unit/menu_item_spec.rb", |
| 135 | + "spec/unit/menu_spec.rb", |
| 136 | + "spec/unit/namespace_spec.rb", |
| 137 | + "spec/unit/registration_spec.rb", |
| 138 | + "spec/unit/renderer_spec.rb", |
| 139 | + "spec/unit/resource_controller_spec.rb", |
| 140 | + "spec/unit/resource_spec.rb", |
| 141 | + "spec/unit/routing_spec.rb", |
| 142 | + "spec/unit/sidebar_spec.rb", |
| 143 | + "spec/unit/table_builder_spec.rb", |
| 144 | + "spec/unit/tabs_renderer_spec.rb" |
| 145 | + ] |
| 146 | + |
| 147 | + if s.respond_to? :specification_version then |
| 148 | + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION |
| 149 | + s.specification_version = 3 |
| 150 | + |
| 151 | + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then |
| 152 | + s.add_runtime_dependency(%q<rails>, [">= 3.0.0"]) |
| 153 | + s.add_runtime_dependency(%q<formtastic>, [">= 1.1.0.beta"]) |
| 154 | + s.add_runtime_dependency(%q<will_paginate>, [">= 3.0.pre2"]) |
| 155 | + s.add_runtime_dependency(%q<meta_search>, [">= 0.9.2"]) |
| 156 | + s.add_runtime_dependency(%q<inherited_views>, [">= 0"]) |
| 157 | + else |
| 158 | + s.add_dependency(%q<rails>, [">= 3.0.0"]) |
| 159 | + s.add_dependency(%q<formtastic>, [">= 1.1.0.beta"]) |
| 160 | + s.add_dependency(%q<will_paginate>, [">= 3.0.pre2"]) |
| 161 | + s.add_dependency(%q<meta_search>, [">= 0.9.2"]) |
| 162 | + s.add_dependency(%q<inherited_views>, [">= 0"]) |
| 163 | + end |
| 164 | + else |
| 165 | + s.add_dependency(%q<rails>, [">= 3.0.0"]) |
| 166 | + s.add_dependency(%q<formtastic>, [">= 1.1.0.beta"]) |
| 167 | + s.add_dependency(%q<will_paginate>, [">= 3.0.pre2"]) |
| 168 | + s.add_dependency(%q<meta_search>, [">= 0.9.2"]) |
| 169 | + s.add_dependency(%q<inherited_views>, [">= 0"]) |
| 170 | + end |
| 171 | +end |
| 172 | + |
0 commit comments