# -*- encoding: utf-8 -*- # stub: ghost_in_the_post 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "ghost_in_the_post".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tim Anema".freeze] s.date = "2016-03-19" s.description = "Using phantomjs to pre-run javascript in emails. This is best if you have content that uses mustache templates that you would like to reuse in your emails.".freeze s.email = ["timanema@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "lib/ghost_in_the_post.rb".freeze, "lib/ghost_in_the_post/automatic.rb".freeze, "lib/ghost_in_the_post/ghost_on_command.rb".freeze, "lib/ghost_in_the_post/ghost_on_delivery.rb".freeze, "lib/ghost_in_the_post/js_inline.rb".freeze, "lib/ghost_in_the_post/js_loaders.rb".freeze, "lib/ghost_in_the_post/js_loaders/asset_pipeline_loader.rb".freeze, "lib/ghost_in_the_post/js_loaders/cache_loader.rb".freeze, "lib/ghost_in_the_post/js_loaders/file_system_loader.rb".freeze, "lib/ghost_in_the_post/js_loaders/network_loader.rb".freeze, "lib/ghost_in_the_post/mail_ghost.rb".freeze, "lib/ghost_in_the_post/mailer.rb".freeze, "lib/ghost_in_the_post/phantom/staticize.js".freeze, "lib/ghost_in_the_post/phantom/test.html".freeze, "lib/ghost_in_the_post/phantom/test.sh".freeze, "lib/ghost_in_the_post/phantom_transform.rb".freeze, "lib/ghost_in_the_post/version.rb".freeze, "spec/dummy/Gemfile".freeze, "spec/dummy/Gemfile.lock".freeze, "spec/dummy/app/assets/javascripts/application.js".freeze, "spec/dummy/app/assets/javascripts/test.js".freeze, "spec/dummy/app/mailers/mailer.rb".freeze, "spec/dummy/app/views/mailer/multi.html".freeze, "spec/dummy/app/views/mailer/multi.text".freeze, "spec/dummy/app/views/mailer/normal.html.erb".freeze, "spec/dummy/app/views/mailer/timeout.html.erb".freeze, "spec/dummy/bin/bundle".freeze, "spec/dummy/bin/rails".freeze, "spec/dummy/bin/rake".freeze, "spec/dummy/bin/setup".freeze, "spec/dummy/config.ru".freeze, "spec/dummy/config/application.rb".freeze, "spec/dummy/config/boot.rb".freeze, "spec/dummy/config/environment.rb".freeze, "spec/dummy/config/environments/development.rb".freeze, "spec/dummy/config/initializers/assets.rb".freeze, "spec/dummy/config/initializers/backtrace_silencers.rb".freeze, "spec/dummy/config/initializers/cookies_serializer.rb".freeze, "spec/dummy/config/initializers/filter_parameter_logging.rb".freeze, "spec/dummy/config/initializers/ghost_in_the_post.rb".freeze, "spec/dummy/config/initializers/inflections.rb".freeze, "spec/dummy/config/initializers/mime_types.rb".freeze, "spec/dummy/config/initializers/session_store.rb".freeze, "spec/dummy/config/initializers/wrap_parameters.rb".freeze, "spec/dummy/config/routes.rb".freeze, "spec/dummy/config/secrets.yml".freeze, "spec/lib/ghost_in_the_post/automatic_spec.rb".freeze, "spec/lib/ghost_in_the_post/ghost_on_command_spec.rb".freeze, "spec/lib/ghost_in_the_post/js_inline_spec.rb".freeze, "spec/lib/ghost_in_the_post/mail_ghost_spec.rb".freeze, "spec/lib/ghost_in_the_post/mailer_spec.rb".freeze, "spec/lib/ghost_in_the_post/phantom_transform_spec.rb".freeze, "spec/lib/ghost_in_the_post_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/mailer_support.rb".freeze, "spec/support/quiet_load.rb".freeze] s.homepage = "https://github.com/tanema/ghost_in_the_post".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Using phantomjs to pre-run javascript in emails".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/dummy/config.ru".freeze, "spec/dummy/Gemfile".freeze, "spec/dummy/Gemfile.lock".freeze, "spec/dummy/app/assets/javascripts/application.js".freeze, "spec/dummy/app/assets/javascripts/test.js".freeze, "spec/dummy/app/mailers/mailer.rb".freeze, "spec/dummy/app/views/mailer/multi.html".freeze, "spec/dummy/app/views/mailer/multi.text".freeze, "spec/dummy/app/views/mailer/normal.html.erb".freeze, "spec/dummy/app/views/mailer/timeout.html.erb".freeze, "spec/dummy/bin/bundle".freeze, "spec/dummy/bin/rails".freeze, "spec/dummy/bin/rake".freeze, "spec/dummy/bin/setup".freeze, "spec/dummy/config/application.rb".freeze, "spec/dummy/config/boot.rb".freeze, "spec/dummy/config/environment.rb".freeze, "spec/dummy/config/routes.rb".freeze, "spec/dummy/config/secrets.yml".freeze, "spec/dummy/config/environments/development.rb".freeze, "spec/dummy/config/initializers/assets.rb".freeze, "spec/dummy/config/initializers/backtrace_silencers.rb".freeze, "spec/dummy/config/initializers/cookies_serializer.rb".freeze, "spec/dummy/config/initializers/filter_parameter_logging.rb".freeze, "spec/dummy/config/initializers/ghost_in_the_post.rb".freeze, "spec/dummy/config/initializers/inflections.rb".freeze, "spec/dummy/config/initializers/mime_types.rb".freeze, "spec/dummy/config/initializers/session_store.rb".freeze, "spec/dummy/config/initializers/wrap_parameters.rb".freeze, "spec/lib/ghost_in_the_post_spec.rb".freeze, "spec/lib/ghost_in_the_post/automatic_spec.rb".freeze, "spec/lib/ghost_in_the_post/ghost_on_command_spec.rb".freeze, "spec/lib/ghost_in_the_post/js_inline_spec.rb".freeze, "spec/lib/ghost_in_the_post/mail_ghost_spec.rb".freeze, "spec/lib/ghost_in_the_post/mailer_spec.rb".freeze, "spec/lib/ghost_in_the_post/phantom_transform_spec.rb".freeze, "spec/support/mailer_support.rb".freeze, "spec/support/quiet_load.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end