# -*- encoding: utf-8 -*- # stub: rails-replicator 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "rails-replicator".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["teleporter".freeze] s.date = "2013-10-03" s.description = "Rails application generator used at Teleporter, based on thoughtbot/suspenders.\n".freeze s.email = "hire@teleporter.io".freeze s.executables = ["replicator".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "bin/replicator".freeze, "lib/replicator/actions.rb".freeze, "lib/replicator/app_builder.rb".freeze, "lib/replicator/generators/app_generator.rb".freeze, "lib/replicator/version.rb".freeze, "rails-replicator.gemspec".freeze, "templates/Gemfile_clean.erb".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_flashes.html.slim.erb".freeze, "templates/_javascript.html.slim.erb".freeze, "templates/ability.rb".freeze, "templates/admin_base_controller.rb".freeze, "templates/admin_dashboard_controller.rb".freeze, "templates/application.css.sass".freeze, "templates/application.html.slim.erb".freeze, "templates/application.js".freeze, "templates/application_helper.rb".freeze, "templates/background_jobs_rspec.rb".freeze, "templates/bin_setup".freeze, "templates/config_locales_en.yml".freeze, "templates/database.yml.erb".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/devise/confirmations/new.html.slim".freeze, "templates/devise/mailer/confirmation_instructions.html.erb".freeze, "templates/devise/mailer/reset_password_instructions.html.erb".freeze, "templates/devise/mailer/unlock_instructions.html.erb".freeze, "templates/devise/passwords/edit.html.slim".freeze, "templates/devise/passwords/new.html.slim".freeze, "templates/devise/registrations/edit.html.slim".freeze, "templates/devise/registrations/new.html.slim".freeze, "templates/devise/sessions/new.html.slim".freeze, "templates/devise/shared/_links.html.slim".freeze, "templates/devise/unlocks/new.html.slim".freeze, "templates/devise_login.html.slim".freeze, "templates/devise_shared_links.html.slim".freeze, "templates/disable_xml_params.rb".freeze, "templates/errors.rb".freeze, "templates/factories_spec.rb".freeze, "templates/factories_spec_rake_task.rb".freeze, "templates/factory_girl_syntax_rspec.rb".freeze, "templates/gitignore".freeze, "templates/javascripts/.keep".freeze, "templates/rack_timeout.rb".freeze, "templates/routes.rb.erb".freeze, "templates/sample.env".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/stylesheets/_bootstrap-overrides.css.sass".freeze, "templates/stylesheets/layout/.keep".freeze, "templates/stylesheets/typography/.keep".freeze, "templates/stylesheets/typography/_forms.css.sass".freeze, "templates/stylesheets/widgets/.keep".freeze, "templates/unicorn.rb".freeze] s.homepage = "http://github.com/teleporter/replicator".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Generate a Rails app using Teleporter's best practices.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 4.0.0".freeze]) end