--- !ruby/object:Gem::Specification name: cybele version: !ruby/object:Gem::Version version: 1.6.0 platform: ruby authors: - lab2023 autorequire: bindir: bin cert_chain: [] date: 2014-05-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Rails 4.x template with responder, simple form, haml, exception notification, etc etc ... email: - info@lab2023.com executables: - cybele extensions: [] extra_rdoc_files: - README.md - MIT-LICENSE files: - ".gitignore" - CHANGELOG.md - Gemfile - Gemfile.lock - MIT-LICENSE - README.md - Rakefile - SECURITY.md - bin/cybele - cybele.gemspec - lib/cybele/app_builder.rb - lib/cybele/generators/app_generator.rb - lib/cybele/version.rb - templates/README.md.erb - templates/app/assets/javascripts/application.js.coffee - templates/app/assets/stylesheets/application.css.sass - templates/app/controllers/application_controller.rb - templates/app/controllers/hq/admin_profiles_controller.rb - templates/app/controllers/hq/application_controller.rb - templates/app/controllers/hq/dashboard_controller.rb - templates/app/controllers/hq/sessions_controller.rb - templates/app/controllers/user_profiles_controller.rb - templates/app/controllers/welcome_controller.rb - templates/app/views/devise/confirmations/new.html.haml - templates/app/views/devise/mailer/confirmation_instructions.html.haml - templates/app/views/devise/mailer/reset_password_instructions.html.haml - templates/app/views/devise/mailer/unlock_instructions.html.haml - templates/app/views/devise/passwords/edit.html.haml - templates/app/views/devise/passwords/new.html.haml - templates/app/views/devise/registrations/edit.html.haml - templates/app/views/devise/registrations/new.html.haml - templates/app/views/devise/sessions/new.html.haml - templates/app/views/devise/shared/_links.haml - templates/app/views/devise/unlocks/new.html.haml - templates/app/views/errors/internal_server_error.html.haml - templates/app/views/errors/not_found.html.haml - templates/app/views/hq/admin_profiles/_form.html.haml - templates/app/views/hq/admin_profiles/edit.html.haml - templates/app/views/hq/admin_profiles/new.html.haml - templates/app/views/hq/admin_profiles/show.html.haml - templates/app/views/hq/dashboard/index.html.haml.erb - templates/app/views/hq/sessions/new.html.haml - templates/app/views/layouts/application.html.haml.erb - templates/app/views/user_profiles/_form.html.haml - templates/app/views/user_profiles/edit.html.haml - templates/app/views/user_profiles/new.html.haml - templates/app/views/user_profiles/show.html.haml - templates/app/views/welcome/index.html.haml.erb - templates/config/database.yml.erb - templates/config/initializers/disable_xml_params.rb - templates/config/initializers/mail.rb - templates/config/initializers/paperclip.rb - templates/config/initializers/secret_token.erb - templates/config/initializers/show_for.rb - templates/config/initializers/simple_form.rb - templates/config/initializers/simple_form_bootstrap.rb - templates/config/locales/responders.en.yml - templates/config/locales/responders.tr.yml - templates/config/locales/simple_form.tr.yml - templates/config/locales/tr.yml - templates/config/settings/production.yml - templates/config/settings/staging.yml - templates/cybele_Gemfile - templates/cybele_gitignore - templates/editorconfig - templates/lib/application_responder.rb - templates/lib/tasks/annotate.rake - templates/lib/tasks/dev.rake - templates/lib/templates/rails/responders_controller/controller.rb - templates/ruby-version homepage: https://github.com/kebab-project/cybele licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Rails 4.x template with responder, simple form, haml, exception notification, etc etc ... test_files: []