# -*- encoding: utf-8 -*- # stub: cybele 1.6.0 ruby lib Gem::Specification.new do |s| s.name = "cybele".freeze s.version = "1.6.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 = ["lab2023".freeze] s.date = "2014-05-14" 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, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "SECURITY.md".freeze, "bin/cybele".freeze, "cybele.gemspec".freeze, "lib/cybele/app_builder.rb".freeze, "lib/cybele/generators/app_generator.rb".freeze, "lib/cybele/version.rb".freeze, "templates/README.md.erb".freeze, "templates/app/assets/javascripts/application.js.coffee".freeze, "templates/app/assets/stylesheets/application.css.sass".freeze, "templates/app/controllers/application_controller.rb".freeze, "templates/app/controllers/hq/admin_profiles_controller.rb".freeze, "templates/app/controllers/hq/application_controller.rb".freeze, "templates/app/controllers/hq/dashboard_controller.rb".freeze, "templates/app/controllers/hq/sessions_controller.rb".freeze, "templates/app/controllers/user_profiles_controller.rb".freeze, "templates/app/controllers/welcome_controller.rb".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/admin_profiles/_form.html.haml".freeze, "templates/app/views/hq/admin_profiles/edit.html.haml".freeze, "templates/app/views/hq/admin_profiles/new.html.haml".freeze, "templates/app/views/hq/admin_profiles/show.html.haml".freeze, "templates/app/views/hq/dashboard/index.html.haml.erb".freeze, "templates/app/views/hq/sessions/new.html.haml".freeze, "templates/app/views/layouts/application.html.haml.erb".freeze, "templates/app/views/user_profiles/_form.html.haml".freeze, "templates/app/views/user_profiles/edit.html.haml".freeze, "templates/app/views/user_profiles/new.html.haml".freeze, "templates/app/views/user_profiles/show.html.haml".freeze, "templates/app/views/welcome/index.html.haml.erb".freeze, "templates/config/database.yml.erb".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/simple_form.rb".freeze, "templates/config/initializers/simple_form_bootstrap.rb".freeze, "templates/config/locales/responders.en.yml".freeze, "templates/config/locales/responders.tr.yml".freeze, "templates/config/locales/simple_form.tr.yml".freeze, "templates/config/locales/tr.yml".freeze, "templates/config/settings/production.yml".freeze, "templates/config/settings/staging.yml".freeze, "templates/cybele_Gemfile".freeze, "templates/cybele_gitignore".freeze, "templates/editorconfig".freeze, "templates/lib/application_responder.rb".freeze, "templates/lib/tasks/annotate.rake".freeze, "templates/lib/tasks/dev.rake".freeze, "templates/lib/templates/rails/responders_controller/controller.rb".freeze, "templates/ruby-version".freeze] s.homepage = "https://github.com/kebab-project/cybele".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.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_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end