--- !ruby/object:Gem::Specification name: postageapp version: !ruby/object:Gem::Version version: 1.0.23 platform: ruby authors: - Oleg Khabarov - The Working Group Inc autorequire: bindir: bin cert_chain: [] date: 2013-09-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Gem that interfaces with PostageApp.com service to send emails from web apps email: - oleg@khabarov.ca executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE - README.md - Rakefile - generators/postageapp/postageapp_generator.rb - generators/postageapp/templates/initializer.rb - generators/postageapp/templates/postageapp_tasks.rake - lib/generators/postageapp/postageapp_generator.rb - lib/postageapp.rb - lib/postageapp/configuration.rb - lib/postageapp/failed_request.rb - lib/postageapp/logger.rb - lib/postageapp/mailer.rb - lib/postageapp/mailer/mailer_2.rb - lib/postageapp/mailer/mailer_3.rb - lib/postageapp/mailer/mailer_4.rb - lib/postageapp/rails/rails.rb - lib/postageapp/rails/railtie.rb - lib/postageapp/request.rb - lib/postageapp/response.rb - lib/postageapp/utils.rb - lib/postageapp/version.rb - postageapp.gemspec - rails/init.rb - test/configuration_test.rb - test/failed_request_test.rb - test/gemfiles/Gemfile.rails-2.3.x - test/gemfiles/Gemfile.rails-3.0.x - test/gemfiles/Gemfile.rails-3.1.x - test/gemfiles/Gemfile.rails-3.2.x - test/gemfiles/Gemfile.rails-4.0.x - test/helper.rb - test/live_test.rb - test/mailer/action_mailer_2/notifier.rb - test/mailer/action_mailer_2/notifier/with_body_and_attachment.erb - test/mailer/action_mailer_2/notifier/with_custom_postage_variables.text.html.erb - test/mailer/action_mailer_2/notifier/with_custom_postage_variables.text.plain.erb - test/mailer/action_mailer_2/notifier/with_html_and_text_views.text.html.erb - test/mailer/action_mailer_2/notifier/with_html_and_text_views.text.plain.erb - test/mailer/action_mailer_2/notifier/with_simple_view.erb - test/mailer/action_mailer_2/notifier/with_text_only_view.text.plain.erb - test/mailer/action_mailer_3/layouts/notifier.html.erb - test/mailer/action_mailer_3/notifier.rb - test/mailer/action_mailer_3/notifier/with_custom_postage_variables.html.erb - test/mailer/action_mailer_3/notifier/with_custom_postage_variables.text.erb - test/mailer/action_mailer_3/notifier/with_html_and_text_views.html.erb - test/mailer/action_mailer_3/notifier/with_html_and_text_views.text.erb - test/mailer/action_mailer_3/notifier/with_old_api.html.erb - test/mailer/action_mailer_3/notifier/with_old_api.text.erb - test/mailer/action_mailer_3/notifier/with_simple_view.erb - test/mailer/action_mailer_3/notifier/with_text_only_view.text.erb - test/mailer_2_test.rb - test/mailer_3_test.rb - test/mailer_4_test.rb - test/mailer_helper_methods_test.rb - test/postageapp_test.rb - test/rails_initialization_test.rb - test/request_test.rb - test/response_test.rb homepage: http://github.com/postageapp/postageapp-ruby licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Easier way to send email from web apps test_files: []