# -*- encoding: utf-8 -*- # stub: sunrise-scaffold 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "sunrise-scaffold".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Igor Galeta".freeze, "Pavlo Galeta".freeze] s.date = "2011-09-01" s.description = "Sunrise is a Aimbulance CMS".freeze s.email = "galeta.igor@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["Gemfile".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/generators/sunrise/scaffold/USAGE".freeze, "lib/generators/sunrise/scaffold/manage_generator.rb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/controller.rb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/helper.rb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/spec/controller_spec.rb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/views/edit.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/views/form.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/views/index.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/views/item.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/views/model_filter.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/views/new.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/multiplay/views/show.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/single/controller.rb".freeze, "lib/generators/sunrise/scaffold/templates/single/helper.rb".freeze, "lib/generators/sunrise/scaffold/templates/single/spec/controller_spec.rb".freeze, "lib/generators/sunrise/scaffold/templates/single/views/edit.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/single/views/form.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/single/views/index.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/single/views/item.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/single/views/model_filter.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/single/views/new.html.erb".freeze, "lib/generators/sunrise/scaffold/templates/single/views/show.html.erb".freeze, "lib/sunrise-scaffold.rb".freeze, "lib/sunrise/scaffold.rb".freeze, "lib/sunrise/scaffold/utils.rb".freeze, "lib/sunrise/scaffold/version.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/models/comment.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/migrate/20110722084440_create_posts.rb".freeze, "test/dummy/db/migrate/20110722085934_create_comments.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/production.log".freeze, "test/dummy/log/server.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/javascripts/application.js".freeze, "test/dummy/public/javascripts/controls.js".freeze, "test/dummy/public/javascripts/dragdrop.js".freeze, "test/dummy/public/javascripts/effects.js".freeze, "test/dummy/public/javascripts/prototype.js".freeze, "test/dummy/public/javascripts/rails.js".freeze, "test/dummy/script/rails".freeze, "test/generators/manage_generator_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/support/integration_case.rb".freeze, "test/test_helper.rb".freeze, "test/tmp/app/controllers/manage/posts_controller.rb".freeze, "test/tmp/app/helpers/manage/posts_helper.rb".freeze, "test/tmp/app/views/manage/posts/_form.html.erb".freeze, "test/tmp/app/views/manage/posts/_model_filter.html.erb".freeze, "test/tmp/app/views/manage/posts/_post.html.erb".freeze, "test/tmp/app/views/manage/posts/edit.html.erb".freeze, "test/tmp/app/views/manage/posts/index.html.erb".freeze, "test/tmp/app/views/manage/posts/new.html.erb".freeze, "test/tmp/app/views/manage/posts/show.html.erb".freeze, "test/tmp/spec/controllers/manage/posts_controller_spec.rb".freeze] s.homepage = "https://github.com/galetahub/sunrise-scaffold".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails CMS".freeze s.test_files = ["test/integration/navigation_test.rb".freeze, "test/generators/manage_generator_test.rb".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/javascripts/application.js".freeze, "test/dummy/public/javascripts/dragdrop.js".freeze, "test/dummy/public/javascripts/effects.js".freeze, "test/dummy/public/javascripts/prototype.js".freeze, "test/dummy/public/javascripts/controls.js".freeze, "test/dummy/public/javascripts/rails.js".freeze, "test/dummy/public/422.html".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/models/comment.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/log/production.log".freeze, "test/dummy/log/server.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/log/development.log".freeze, "test/dummy/Rakefile".freeze, "test/dummy/script/rails".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/db/migrate/20110722085934_create_comments.rb".freeze, "test/dummy/db/migrate/20110722084440_create_posts.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/config.ru".freeze, "test/tmp/app/views/manage/posts/new.html.erb".freeze, "test/tmp/app/views/manage/posts/_post.html.erb".freeze, "test/tmp/app/views/manage/posts/edit.html.erb".freeze, "test/tmp/app/views/manage/posts/_form.html.erb".freeze, "test/tmp/app/views/manage/posts/_model_filter.html.erb".freeze, "test/tmp/app/views/manage/posts/show.html.erb".freeze, "test/tmp/app/views/manage/posts/index.html.erb".freeze, "test/tmp/app/helpers/manage/posts_helper.rb".freeze, "test/tmp/app/controllers/manage/posts_controller.rb".freeze, "test/tmp/spec/controllers/manage/posts_controller_spec.rb".freeze, "test/support/integration_case.rb".freeze, "test/test_helper.rb".freeze] end