--- !ruby/object:Gem::Specification name: cybele version: !ruby/object:Gem::Version version: 1.9.1 platform: ruby authors: - lab2023 autorequire: bindir: bin cert_chain: [] date: 2016-06-22 00:00:00.000000000 Z dependencies: - !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' - !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.2.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.2.6 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" - ".ruby-version" - CHANGELOG.md - Gemfile - MIT-LICENSE - README.md - Rakefile - SECURITY.md - bin/cybele - cybele.gemspec - dump.rdb - lib/cybele/app_builder.rb - lib/cybele/generators/app_generator.rb - lib/cybele/version.rb - templates/.env.local.erb - templates/.env.production.erb - templates/.env.staging.erb - templates/README.md.erb - templates/app/assets/javascripts/application.js.coffee - templates/app/assets/javascripts/hq/application.js.coffee - templates/app/assets/stylesheets/application.css.sass - templates/app/assets/stylesheets/hq/application.css.sass - templates/app/controllers/application_controller.rb.erb - templates/app/controllers/concerns/basic_authentication.rb - templates/app/controllers/hq/admins_controller.rb - templates/app/controllers/hq/application_controller.rb - templates/app/controllers/hq/audits_controller.rb - templates/app/controllers/hq/cities_controller.rb - templates/app/controllers/hq/countries_controller.rb - templates/app/controllers/hq/dashboard_controller.rb - templates/app/controllers/hq/passwords_controller.rb - templates/app/controllers/hq/registrations_controller.rb - templates/app/controllers/hq/sessions_controller.rb - templates/app/controllers/hq/users_controller.rb - templates/app/controllers/user/dashboard_controller.rb - templates/app/controllers/user/passwords_controller.rb - templates/app/controllers/user/profiles_controller.rb - templates/app/controllers/user/registrations_controller.rb - templates/app/controllers/user/sessions_controller.rb - templates/app/controllers/user/user_application_controller.rb - templates/app/controllers/welcome_controller.rb - templates/app/helpers/application_helper.rb.erb - templates/app/mailers/admin_mailer.rb - templates/app/mailers/base_mailer.rb - templates/app/mailers/user_mailer.rb - templates/app/models/admin.rb - templates/app/models/audit.rb - templates/app/models/city.rb - templates/app/models/country.rb - templates/app/models/user.rb - templates/app/views/admin_mailer/login_info.html.haml - 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/admins/_admin.html.haml - templates/app/views/hq/admins/_blank.html.haml - templates/app/views/hq/admins/_filters.html.haml - templates/app/views/hq/admins/_form.html.haml - templates/app/views/hq/admins/_list.html.haml - templates/app/views/hq/admins/edit.html.haml - templates/app/views/hq/admins/index.html.haml - templates/app/views/hq/admins/new.html.haml - templates/app/views/hq/admins/show.html.haml - templates/app/views/hq/audits/_filters.html.haml - templates/app/views/hq/audits/_list.html.haml - templates/app/views/hq/audits/index.html.haml - templates/app/views/hq/audits/show.html.haml - templates/app/views/hq/cities/_blank.html.haml - templates/app/views/hq/cities/_city.html.haml - templates/app/views/hq/cities/_filters.html.haml - templates/app/views/hq/cities/_form.html.haml - templates/app/views/hq/cities/_list.html.haml - templates/app/views/hq/cities/edit.html.haml - templates/app/views/hq/cities/index.html.haml - templates/app/views/hq/cities/new.html.haml - templates/app/views/hq/cities/show.html.haml - templates/app/views/hq/countries/_blank.html.haml - templates/app/views/hq/countries/_country.html.haml - templates/app/views/hq/countries/_filters.html.haml - templates/app/views/hq/countries/_form.html.haml - templates/app/views/hq/countries/_list.html.haml - templates/app/views/hq/countries/edit.html.haml - templates/app/views/hq/countries/index.html.haml - templates/app/views/hq/countries/new.html.haml - templates/app/views/hq/countries/show.html.haml - templates/app/views/hq/dashboard/index.html.haml - templates/app/views/hq/passwords/edit.html.haml - templates/app/views/hq/passwords/new.html.haml - templates/app/views/hq/registrations/edit.html.haml - templates/app/views/hq/sessions/new.html.haml - templates/app/views/hq/users/_blank.html.haml - templates/app/views/hq/users/_filters.html.haml - templates/app/views/hq/users/_form.html.haml - templates/app/views/hq/users/_list.html.haml - templates/app/views/hq/users/_user.html.haml - templates/app/views/hq/users/edit.html.haml - templates/app/views/hq/users/index.html.haml - templates/app/views/hq/users/new.html.haml - templates/app/views/hq/users/show.html.haml - templates/app/views/layouts/application.html.haml.erb - templates/app/views/layouts/hq/application.html.haml.erb - templates/app/views/layouts/hq/login.html.haml.erb - templates/app/views/layouts/hq/partials/_dock.html.haml.erb - templates/app/views/layouts/hq/partials/_footer.html.haml.erb - templates/app/views/layouts/hq/partials/_navbar.html.haml.erb - templates/app/views/layouts/hq/partials/_trackers.html.haml.erb - templates/app/views/layouts/mailer.html.haml.erb - templates/app/views/layouts/mailer.text.haml - templates/app/views/layouts/partials/_footer.html.haml.erb - templates/app/views/layouts/partials/_trackers.html.haml.erb - templates/app/views/layouts/partials/_warnings.html.haml.erb - templates/app/views/user/dashboard/index.html.haml - templates/app/views/user/passwords/edit.html.haml - templates/app/views/user/passwords/new.html.haml - templates/app/views/user/profiles/_form.html.haml - templates/app/views/user/profiles/edit.html.haml - templates/app/views/user/profiles/show.html.haml - templates/app/views/user/registrations/edit.html.haml - templates/app/views/user/sessions/new.html.haml - templates/app/views/user_mailer/login_info.html.haml - templates/app/views/welcome/index.html.haml.erb - templates/config/database.yml.erb - templates/config/deploy.rb - templates/config/initializers/devise_async.rb - 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/sidekiq.rb - templates/config/initializers/simple_form.rb - templates/config/initializers/simple_form_bootstrap.rb - templates/config/locales/email.tr.yml - templates/config/locales/models.tr.yml - templates/config/locales/responders.tr.yml - templates/config/locales/show_for.tr.yml - templates/config/locales/simple_form.tr.yml - templates/config/locales/tr.yml - templates/config/locales/view.tr.yml - templates/config/routes.erb - templates/config/schedule.yml - templates/config/settings.yml - templates/config/settings/production.yml - templates/config/settings/staging.yml - templates/config/sidekiq.yml - templates/cybele_Gemfile - templates/cybele_gitignore - templates/cybele_version.txt - templates/editorconfig - templates/env.sample.erb - templates/lib/application_responder.rb - templates/lib/data/cities.yml - templates/lib/tasks/annotate.rake - templates/lib/tasks/dev.rake - templates/lib/tasks/sidekiq.rake - templates/lib/templates/rails/responders_controller/controller.rb - templates/public/images/favicon.png - templates/public/images/mail-logo.png - templates/public/images/missing_cover.png - templates/public/images/missing_cover@2x.png - templates/public/images/missing_logo.png - templates/public/images/missing_logo@2x.png - templates/public/images/sprite.png - templates/ruby-version - templates/vendor/assets/javascripts/jquery.datetimepicker.js - templates/vendor/assets/javascripts/jquery.maskedinput.min.js - templates/vendor/assets/javascripts/nprogress.js - templates/vendor/assets/javascripts/trix.js - templates/vendor/assets/stylesheets/jquery.datetimepicker.css - templates/vendor/assets/stylesheets/nprogress.css - templates/vendor/assets/stylesheets/trix.css 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.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.2 signing_key: specification_version: 4 summary: Rails 4.x template with responder, simple form, haml, exception notification, etc etc ... test_files: []