# -*- encoding: utf-8 -*- # stub: postageapp 1.0.22 ruby lib Gem::Specification.new do |s| s.name = "postageapp".freeze s.version = "1.0.22".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Oleg Khabarov".freeze, "The Working Group Inc".freeze] s.date = "2013-09-24" s.description = "Gem that interfaces with PostageApp.com service to send emails from web apps".freeze s.email = ["oleg@khabarov.ca".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "generators/postageapp/postageapp_generator.rb".freeze, "generators/postageapp/templates/initializer.rb".freeze, "generators/postageapp/templates/postageapp_tasks.rake".freeze, "lib/generators/postageapp/postageapp_generator.rb".freeze, "lib/postageapp.rb".freeze, "lib/postageapp/configuration.rb".freeze, "lib/postageapp/failed_request.rb".freeze, "lib/postageapp/logger.rb".freeze, "lib/postageapp/mailer.rb".freeze, "lib/postageapp/mailer/mailer_2.rb".freeze, "lib/postageapp/mailer/mailer_3.rb".freeze, "lib/postageapp/mailer/mailer_4.rb".freeze, "lib/postageapp/rails/rails.rb".freeze, "lib/postageapp/rails/railtie.rb".freeze, "lib/postageapp/request.rb".freeze, "lib/postageapp/response.rb".freeze, "lib/postageapp/utils.rb".freeze, "lib/postageapp/version.rb".freeze, "postageapp.gemspec".freeze, "rails/init.rb".freeze, "test/configuration_test.rb".freeze, "test/failed_request_test.rb".freeze, "test/gemfiles/Gemfile.rails-2.3.x".freeze, "test/gemfiles/Gemfile.rails-3.0.x".freeze, "test/gemfiles/Gemfile.rails-3.1.x".freeze, "test/gemfiles/Gemfile.rails-3.2.x".freeze, "test/gemfiles/Gemfile.rails-4.0.x".freeze, "test/helper.rb".freeze, "test/live_test.rb".freeze, "test/mailer/action_mailer_2/notifier.rb".freeze, "test/mailer/action_mailer_2/notifier/with_body_and_attachment.erb".freeze, "test/mailer/action_mailer_2/notifier/with_custom_postage_variables.text.html.erb".freeze, "test/mailer/action_mailer_2/notifier/with_custom_postage_variables.text.plain.erb".freeze, "test/mailer/action_mailer_2/notifier/with_html_and_text_views.text.html.erb".freeze, "test/mailer/action_mailer_2/notifier/with_html_and_text_views.text.plain.erb".freeze, "test/mailer/action_mailer_2/notifier/with_simple_view.erb".freeze, "test/mailer/action_mailer_2/notifier/with_text_only_view.text.plain.erb".freeze, "test/mailer/action_mailer_3/layouts/notifier.html.erb".freeze, "test/mailer/action_mailer_3/notifier.rb".freeze, "test/mailer/action_mailer_3/notifier/with_custom_postage_variables.html.erb".freeze, "test/mailer/action_mailer_3/notifier/with_custom_postage_variables.text.erb".freeze, "test/mailer/action_mailer_3/notifier/with_html_and_text_views.html.erb".freeze, "test/mailer/action_mailer_3/notifier/with_html_and_text_views.text.erb".freeze, "test/mailer/action_mailer_3/notifier/with_old_api.html.erb".freeze, "test/mailer/action_mailer_3/notifier/with_old_api.text.erb".freeze, "test/mailer/action_mailer_3/notifier/with_simple_view.erb".freeze, "test/mailer/action_mailer_3/notifier/with_text_only_view.text.erb".freeze, "test/mailer_2_test.rb".freeze, "test/mailer_3_test.rb".freeze, "test/mailer_4_test.rb".freeze, "test/mailer_helper_methods_test.rb".freeze, "test/postageapp_test.rb".freeze, "test/rails_initialization_test.rb".freeze, "test/request_test.rb".freeze, "test/response_test.rb".freeze] s.homepage = "http://github.com/postageapp/postageapp-ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Easier way to send email from web apps".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end