# -*- encoding: utf-8 -*- # stub: astrochimp 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "astrochimp".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eric Boehs".freeze, "Vance Lucas".freeze, "Joshua Ogle".freeze] s.date = "2013-01-23" s.description = "Astrochimp is a mountable rails engine that you can install as a gem to create a splash page that collects email\n addresses and integrates with MailChimp to make sending launch notifications and teaser emails easy.".freeze s.email = ["hello@brightbit.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/astrochimp/Astrochimp-phone-splash.png".freeze, "app/assets/images/astrochimp/bg-noise.png".freeze, "app/assets/images/astrochimp/iphone4-frame-black.png".freeze, "app/assets/javascripts/astrochimp/application.js".freeze, "app/assets/javascripts/astrochimp/signups.js".freeze, "app/assets/stylesheets/astrochimp/application.css".freeze, "app/assets/stylesheets/astrochimp/signups.css".freeze, "app/controllers/astrochimp/application_controller.rb".freeze, "app/controllers/astrochimp/signups_controller.rb".freeze, "app/mailers/astrochimp/signup_mailer.rb".freeze, "app/models/astrochimp/signup.rb".freeze, "app/models/id_code.rb".freeze, "app/validators/astrochimp/email_validator.rb".freeze, "app/views/astrochimp/signup_mailer/signup_complete.text.erb".freeze, "app/views/astrochimp/signups/_form.html.erb".freeze, "app/views/astrochimp/signups/index.html.erb".freeze, "app/views/astrochimp/signups/show.html.erb".freeze, "app/views/layouts/astrochimp/_messages.html.erb".freeze, "app/views/layouts/astrochimp/application.html.erb".freeze, "config/astrochimp.example.yml".freeze, "config/initializers/settings.rb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20121025202343_create_astrochimp_signups.rb".freeze, "db/migrate/20121101211218_add_referrals_to_astrochimp_signup.rb".freeze, "db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb".freeze, "db/migrate/20121207033108_rename_referrer_id_foreign_key_column.rb".freeze, "db/migrate/20121207034527_rename_referrals_counter_cache_column.rb".freeze, "lib/astrochimp.rb".freeze, "lib/astrochimp/engine.rb".freeze, "lib/astrochimp/version.rb".freeze, "lib/generators/astrochimp/install_generator.rb".freeze, "lib/generators/templates/README".freeze, "lib/tasks/astrochimp_tasks.rake".freeze, "lib/templates/astrochimp.html.erb".freeze, "test/dummy/Gemfile".freeze, "test/dummy/Gemfile.lock".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/astrochimp.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/astrochimp.yml".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/functional/astrochimp/signup_mailer_test.rb".freeze] s.homepage = "http://brightbit.com/astrochimp".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Easy launch pages as a mountable Rails engine".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/astrochimp.html.erb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/astrochimp.yml".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/Gemfile".freeze, "test/dummy/Gemfile.lock".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/script/rails".freeze, "test/functional/astrochimp/signup_mailer_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end