--- !ruby/object:Gem::Specification name: simple_aws version: !ruby/object:Gem::Version version: 1.2.3 prerelease: platform: ruby authors: - Jason Roelofs autorequire: bindir: bin cert_chain: [] date: 2013-10-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: httparty requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.11.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.11.0 description: SimpleAWS is a clean, simple, and forward compatible library for talking to the Amazon Web Service APIs. email: - jasongroelofs@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - .yardopts - Gemfile - History.md - MIT_LICENCE - README.md - Rakefile - lib/simple_aws/api.rb - lib/simple_aws/auto_scaling.rb - lib/simple_aws/call_types/action_param.rb - lib/simple_aws/cloud_formation.rb - lib/simple_aws/cloud_front.rb - lib/simple_aws/cloud_watch.rb - lib/simple_aws/core/connection.rb - lib/simple_aws/core/request.rb - lib/simple_aws/core/response.rb - lib/simple_aws/core/util.rb - lib/simple_aws/dynamo_db.rb - lib/simple_aws/ec2.rb - lib/simple_aws/elasti_cache.rb - lib/simple_aws/elastic_beanstalk.rb - lib/simple_aws/elb.rb - lib/simple_aws/iam.rb - lib/simple_aws/import_export.rb - lib/simple_aws/map_reduce.rb - lib/simple_aws/mechanical_turk.rb - lib/simple_aws/rds.rb - lib/simple_aws/s3.rb - lib/simple_aws/ses.rb - lib/simple_aws/signing/version2.rb - lib/simple_aws/signing/version3.rb - lib/simple_aws/simple_db.rb - lib/simple_aws/sns.rb - lib/simple_aws/sqs.rb - lib/simple_aws/sts.rb - samples/cloud_front.rb - samples/dynamo_db.rb - samples/ec2.rb - samples/elb.rb - samples/iam.rb - samples/s3.rb - samples/s3_batch_download.rb - samples/simple_db.rb - samples/sqs.rb - samples/sts.rb - samples/turk.rb - simple_aws.gemspec - test/simple_aws/api_test.rb - test/simple_aws/auto_scaling_test.rb - test/simple_aws/call_types/action_param_test.rb - test/simple_aws/cloud_formation_test.rb - test/simple_aws/cloud_front_test.rb - test/simple_aws/cloud_watch_test.rb - test/simple_aws/core/connection_test.rb - test/simple_aws/core/request_test.rb - test/simple_aws/core/response_test.rb - test/simple_aws/core/util_test.rb - test/simple_aws/dynamo_db_test.rb - test/simple_aws/ec2_test.rb - test/simple_aws/elasti_cache_test.rb - test/simple_aws/elastic_beanstalk_test.rb - test/simple_aws/elb_test.rb - test/simple_aws/iam_test.rb - test/simple_aws/import_export_test.rb - test/simple_aws/map_reduce_test.rb - test/simple_aws/mechanical_turk_test.rb - test/simple_aws/rds_test.rb - test/simple_aws/s3_test.rb - test/simple_aws/ses.rb - test/simple_aws/signing/version2_test.rb - test/simple_aws/signing/version3.rb - test/simple_aws/simple_db_test.rb - test/simple_aws/sns_test.rb - test/simple_aws/sqs.rb - test/simple_aws/sts.rb - test/test_helper.rb homepage: http://github.com/jameskilton/simple_aws licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: The simplest and easiest to use AWS communication library test_files: - test/simple_aws/api_test.rb - test/simple_aws/auto_scaling_test.rb - test/simple_aws/call_types/action_param_test.rb - test/simple_aws/cloud_formation_test.rb - test/simple_aws/cloud_front_test.rb - test/simple_aws/cloud_watch_test.rb - test/simple_aws/core/connection_test.rb - test/simple_aws/core/request_test.rb - test/simple_aws/core/response_test.rb - test/simple_aws/core/util_test.rb - test/simple_aws/dynamo_db_test.rb - test/simple_aws/ec2_test.rb - test/simple_aws/elasti_cache_test.rb - test/simple_aws/elastic_beanstalk_test.rb - test/simple_aws/elb_test.rb - test/simple_aws/iam_test.rb - test/simple_aws/import_export_test.rb - test/simple_aws/map_reduce_test.rb - test/simple_aws/mechanical_turk_test.rb - test/simple_aws/rds_test.rb - test/simple_aws/s3_test.rb - test/simple_aws/ses.rb - test/simple_aws/signing/version2_test.rb - test/simple_aws/signing/version3.rb - test/simple_aws/simple_db_test.rb - test/simple_aws/sns_test.rb - test/simple_aws/sqs.rb - test/simple_aws/sts.rb - test/test_helper.rb has_rdoc: