# -*- encoding: utf-8 -*- # stub: cybele 1.9.1 ruby lib Gem::Specification.new do |s| s.name = "cybele".freeze s.version = "1.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["lab2023".freeze] s.date = "2016-06-22" s.description = "Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...".freeze s.email = ["info@lab2023.com".freeze] s.executables = ["cybele".freeze] s.extra_rdoc_files = ["README.md".freeze, "MIT-LICENSE".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "SECURITY.md".freeze, "bin/cybele".freeze, "cybele.gemspec".freeze, "dump.rdb".freeze, "lib/cybele/app_builder.rb".freeze, "lib/cybele/generators/app_generator.rb".freeze, "lib/cybele/version.rb".freeze, "templates/.env.local.erb".freeze, "templates/.env.production.erb".freeze, "templates/.env.staging.erb".freeze, "templates/README.md.erb".freeze, "templates/app/assets/javascripts/application.js.coffee".freeze, "templates/app/assets/javascripts/hq/application.js.coffee".freeze, "templates/app/assets/stylesheets/application.css.sass".freeze, "templates/app/assets/stylesheets/hq/application.css.sass".freeze, "templates/app/controllers/application_controller.rb.erb".freeze, "templates/app/controllers/concerns/basic_authentication.rb".freeze, "templates/app/controllers/hq/admins_controller.rb".freeze, "templates/app/controllers/hq/application_controller.rb".freeze, "templates/app/controllers/hq/audits_controller.rb".freeze, "templates/app/controllers/hq/cities_controller.rb".freeze, "templates/app/controllers/hq/countries_controller.rb".freeze, "templates/app/controllers/hq/dashboard_controller.rb".freeze, "templates/app/controllers/hq/passwords_controller.rb".freeze, "templates/app/controllers/hq/registrations_controller.rb".freeze, "templates/app/controllers/hq/sessions_controller.rb".freeze, "templates/app/controllers/hq/users_controller.rb".freeze, "templates/app/controllers/user/dashboard_controller.rb".freeze, "templates/app/controllers/user/passwords_controller.rb".freeze, "templates/app/controllers/user/profiles_controller.rb".freeze, "templates/app/controllers/user/registrations_controller.rb".freeze, "templates/app/controllers/user/sessions_controller.rb".freeze, "templates/app/controllers/user/user_application_controller.rb".freeze, "templates/app/controllers/welcome_controller.rb".freeze, "templates/app/helpers/application_helper.rb.erb".freeze, "templates/app/mailers/admin_mailer.rb".freeze, "templates/app/mailers/base_mailer.rb".freeze, "templates/app/mailers/user_mailer.rb".freeze, "templates/app/models/admin.rb".freeze, "templates/app/models/audit.rb".freeze, "templates/app/models/city.rb".freeze, "templates/app/models/country.rb".freeze, "templates/app/models/user.rb".freeze, "templates/app/views/admin_mailer/login_info.html.haml".freeze, "templates/app/views/devise/confirmations/new.html.haml".freeze, "templates/app/views/devise/mailer/confirmation_instructions.html.haml".freeze, "templates/app/views/devise/mailer/reset_password_instructions.html.haml".freeze, "templates/app/views/devise/mailer/unlock_instructions.html.haml".freeze, "templates/app/views/devise/passwords/edit.html.haml".freeze, "templates/app/views/devise/passwords/new.html.haml".freeze, "templates/app/views/devise/registrations/edit.html.haml".freeze, "templates/app/views/devise/registrations/new.html.haml".freeze, "templates/app/views/devise/sessions/new.html.haml".freeze, "templates/app/views/devise/shared/_links.haml".freeze, "templates/app/views/devise/unlocks/new.html.haml".freeze, "templates/app/views/errors/internal_server_error.html.haml".freeze, "templates/app/views/errors/not_found.html.haml".freeze, "templates/app/views/hq/admins/_admin.html.haml".freeze, "templates/app/views/hq/admins/_blank.html.haml".freeze, "templates/app/views/hq/admins/_filters.html.haml".freeze, "templates/app/views/hq/admins/_form.html.haml".freeze, "templates/app/views/hq/admins/_list.html.haml".freeze, "templates/app/views/hq/admins/edit.html.haml".freeze, "templates/app/views/hq/admins/index.html.haml".freeze, "templates/app/views/hq/admins/new.html.haml".freeze, "templates/app/views/hq/admins/show.html.haml".freeze, "templates/app/views/hq/audits/_filters.html.haml".freeze, "templates/app/views/hq/audits/_list.html.haml".freeze, "templates/app/views/hq/audits/index.html.haml".freeze, "templates/app/views/hq/audits/show.html.haml".freeze, "templates/app/views/hq/cities/_blank.html.haml".freeze, "templates/app/views/hq/cities/_city.html.haml".freeze, "templates/app/views/hq/cities/_filters.html.haml".freeze, "templates/app/views/hq/cities/_form.html.haml".freeze, "templates/app/views/hq/cities/_list.html.haml".freeze, "templates/app/views/hq/cities/edit.html.haml".freeze, "templates/app/views/hq/cities/index.html.haml".freeze, "templates/app/views/hq/cities/new.html.haml".freeze, "templates/app/views/hq/cities/show.html.haml".freeze, "templates/app/views/hq/countries/_blank.html.haml".freeze, "templates/app/views/hq/countries/_country.html.haml".freeze, "templates/app/views/hq/countries/_filters.html.haml".freeze, "templates/app/views/hq/countries/_form.html.haml".freeze, "templates/app/views/hq/countries/_list.html.haml".freeze, "templates/app/views/hq/countries/edit.html.haml".freeze, "templates/app/views/hq/countries/index.html.haml".freeze, "templates/app/views/hq/countries/new.html.haml".freeze, "templates/app/views/hq/countries/show.html.haml".freeze, "templates/app/views/hq/dashboard/index.html.haml".freeze, "templates/app/views/hq/passwords/edit.html.haml".freeze, "templates/app/views/hq/passwords/new.html.haml".freeze, "templates/app/views/hq/registrations/edit.html.haml".freeze, "templates/app/views/hq/sessions/new.html.haml".freeze, "templates/app/views/hq/users/_blank.html.haml".freeze, "templates/app/views/hq/users/_filters.html.haml".freeze, "templates/app/views/hq/users/_form.html.haml".freeze, "templates/app/views/hq/users/_list.html.haml".freeze, "templates/app/views/hq/users/_user.html.haml".freeze, "templates/app/views/hq/users/edit.html.haml".freeze, "templates/app/views/hq/users/index.html.haml".freeze, "templates/app/views/hq/users/new.html.haml".freeze, "templates/app/views/hq/users/show.html.haml".freeze, "templates/app/views/layouts/application.html.haml.erb".freeze, "templates/app/views/layouts/hq/application.html.haml.erb".freeze, "templates/app/views/layouts/hq/login.html.haml.erb".freeze, "templates/app/views/layouts/hq/partials/_dock.html.haml.erb".freeze, "templates/app/views/layouts/hq/partials/_footer.html.haml.erb".freeze, "templates/app/views/layouts/hq/partials/_navbar.html.haml.erb".freeze, "templates/app/views/layouts/hq/partials/_trackers.html.haml.erb".freeze, "templates/app/views/layouts/mailer.html.haml.erb".freeze, "templates/app/views/layouts/mailer.text.haml".freeze, "templates/app/views/layouts/partials/_footer.html.haml.erb".freeze, "templates/app/views/layouts/partials/_trackers.html.haml.erb".freeze, "templates/app/views/layouts/partials/_warnings.html.haml.erb".freeze, "templates/app/views/user/dashboard/index.html.haml".freeze, "templates/app/views/user/passwords/edit.html.haml".freeze, "templates/app/views/user/passwords/new.html.haml".freeze, "templates/app/views/user/profiles/_form.html.haml".freeze, "templates/app/views/user/profiles/edit.html.haml".freeze, "templates/app/views/user/profiles/show.html.haml".freeze, "templates/app/views/user/registrations/edit.html.haml".freeze, "templates/app/views/user/sessions/new.html.haml".freeze, "templates/app/views/user_mailer/login_info.html.haml".freeze, "templates/app/views/welcome/index.html.haml.erb".freeze, "templates/config/database.yml.erb".freeze, "templates/config/deploy.rb".freeze, "templates/config/initializers/devise_async.rb".freeze, "templates/config/initializers/disable_xml_params.rb".freeze, "templates/config/initializers/mail.rb".freeze, "templates/config/initializers/paperclip.rb".freeze, "templates/config/initializers/secret_token.erb".freeze, "templates/config/initializers/show_for.rb".freeze, "templates/config/initializers/sidekiq.rb".freeze, "templates/config/initializers/simple_form.rb".freeze, "templates/config/initializers/simple_form_bootstrap.rb".freeze, "templates/config/locales/email.tr.yml".freeze, "templates/config/locales/models.tr.yml".freeze, "templates/config/locales/responders.tr.yml".freeze, "templates/config/locales/show_for.tr.yml".freeze, "templates/config/locales/simple_form.tr.yml".freeze, "templates/config/locales/tr.yml".freeze, "templates/config/locales/view.tr.yml".freeze, "templates/config/routes.erb".freeze, "templates/config/schedule.yml".freeze, "templates/config/settings.yml".freeze, "templates/config/settings/production.yml".freeze, "templates/config/settings/staging.yml".freeze, "templates/config/sidekiq.yml".freeze, "templates/cybele_Gemfile".freeze, "templates/cybele_gitignore".freeze, "templates/cybele_version.txt".freeze, "templates/editorconfig".freeze, "templates/env.sample.erb".freeze, "templates/lib/application_responder.rb".freeze, "templates/lib/data/cities.yml".freeze, "templates/lib/tasks/annotate.rake".freeze, "templates/lib/tasks/dev.rake".freeze, "templates/lib/tasks/sidekiq.rake".freeze, "templates/lib/templates/rails/responders_controller/controller.rb".freeze, "templates/public/images/favicon.png".freeze, "templates/public/images/mail-logo.png".freeze, "templates/public/images/missing_cover.png".freeze, "templates/public/images/missing_cover@2x.png".freeze, "templates/public/images/missing_logo.png".freeze, "templates/public/images/missing_logo@2x.png".freeze, "templates/public/images/sprite.png".freeze, "templates/ruby-version".freeze, "templates/vendor/assets/javascripts/jquery.datetimepicker.js".freeze, "templates/vendor/assets/javascripts/jquery.maskedinput.min.js".freeze, "templates/vendor/assets/javascripts/nprogress.js".freeze, "templates/vendor/assets/javascripts/trix.js".freeze, "templates/vendor/assets/stylesheets/jquery.datetimepicker.css".freeze, "templates/vendor/assets/stylesheets/nprogress.css".freeze, "templates/vendor/assets/stylesheets/trix.css".freeze] s.homepage = "https://github.com/kebab-project/cybele".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2.6".freeze]) end