# -*- encoding: utf-8 -*- # stub: simple_aws 1.2.1 ruby lib Gem::Specification.new do |s| s.name = "simple_aws".freeze s.version = "1.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jason Roelofs".freeze] s.date = "2012-10-31" s.description = "SimpleAWS is a clean, simple, and forward compatible library for talking to the Amazon Web Service APIs.".freeze s.email = ["jasongroelofs@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "History.md".freeze, "MIT_LICENCE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/simple_aws/api.rb".freeze, "lib/simple_aws/auto_scaling.rb".freeze, "lib/simple_aws/call_types/action_param.rb".freeze, "lib/simple_aws/cloud_formation.rb".freeze, "lib/simple_aws/cloud_front.rb".freeze, "lib/simple_aws/cloud_watch.rb".freeze, "lib/simple_aws/core/connection.rb".freeze, "lib/simple_aws/core/request.rb".freeze, "lib/simple_aws/core/response.rb".freeze, "lib/simple_aws/core/util.rb".freeze, "lib/simple_aws/dynamo_db.rb".freeze, "lib/simple_aws/ec2.rb".freeze, "lib/simple_aws/elasti_cache.rb".freeze, "lib/simple_aws/elastic_beanstalk.rb".freeze, "lib/simple_aws/elb.rb".freeze, "lib/simple_aws/iam.rb".freeze, "lib/simple_aws/import_export.rb".freeze, "lib/simple_aws/map_reduce.rb".freeze, "lib/simple_aws/mechanical_turk.rb".freeze, "lib/simple_aws/rds.rb".freeze, "lib/simple_aws/s3.rb".freeze, "lib/simple_aws/ses.rb".freeze, "lib/simple_aws/signing/version2.rb".freeze, "lib/simple_aws/signing/version3.rb".freeze, "lib/simple_aws/simple_db.rb".freeze, "lib/simple_aws/sns.rb".freeze, "lib/simple_aws/sqs.rb".freeze, "lib/simple_aws/sts.rb".freeze, "samples/cloud_front.rb".freeze, "samples/dynamo_db.rb".freeze, "samples/ec2.rb".freeze, "samples/elb.rb".freeze, "samples/iam.rb".freeze, "samples/s3.rb".freeze, "samples/s3_batch_download.rb".freeze, "samples/simple_db.rb".freeze, "samples/sqs.rb".freeze, "samples/sts.rb".freeze, "samples/turk.rb".freeze, "simple_aws.gemspec".freeze, "test/simple_aws/api_test.rb".freeze, "test/simple_aws/auto_scaling_test.rb".freeze, "test/simple_aws/call_types/action_param_test.rb".freeze, "test/simple_aws/cloud_formation_test.rb".freeze, "test/simple_aws/cloud_front_test.rb".freeze, "test/simple_aws/cloud_watch_test.rb".freeze, "test/simple_aws/core/connection_test.rb".freeze, "test/simple_aws/core/request_test.rb".freeze, "test/simple_aws/core/response_test.rb".freeze, "test/simple_aws/core/util_test.rb".freeze, "test/simple_aws/dynamo_db_test.rb".freeze, "test/simple_aws/ec2_test.rb".freeze, "test/simple_aws/elasti_cache_test.rb".freeze, "test/simple_aws/elastic_beanstalk_test.rb".freeze, "test/simple_aws/elb_test.rb".freeze, "test/simple_aws/iam_test.rb".freeze, "test/simple_aws/import_export_test.rb".freeze, "test/simple_aws/map_reduce_test.rb".freeze, "test/simple_aws/mechanical_turk_test.rb".freeze, "test/simple_aws/rds_test.rb".freeze, "test/simple_aws/s3_test.rb".freeze, "test/simple_aws/ses.rb".freeze, "test/simple_aws/signing/version2_test.rb".freeze, "test/simple_aws/signing/version3.rb".freeze, "test/simple_aws/simple_db_test.rb".freeze, "test/simple_aws/sns_test.rb".freeze, "test/simple_aws/sqs.rb".freeze, "test/simple_aws/sts.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/jameskilton/simple_aws".freeze s.rubygems_version = "3.5.10".freeze s.summary = "The simplest and easiest to use AWS communication library".freeze s.test_files = ["test/simple_aws/api_test.rb".freeze, "test/simple_aws/auto_scaling_test.rb".freeze, "test/simple_aws/call_types/action_param_test.rb".freeze, "test/simple_aws/cloud_formation_test.rb".freeze, "test/simple_aws/cloud_front_test.rb".freeze, "test/simple_aws/cloud_watch_test.rb".freeze, "test/simple_aws/core/connection_test.rb".freeze, "test/simple_aws/core/request_test.rb".freeze, "test/simple_aws/core/response_test.rb".freeze, "test/simple_aws/core/util_test.rb".freeze, "test/simple_aws/dynamo_db_test.rb".freeze, "test/simple_aws/ec2_test.rb".freeze, "test/simple_aws/elasti_cache_test.rb".freeze, "test/simple_aws/elastic_beanstalk_test.rb".freeze, "test/simple_aws/elb_test.rb".freeze, "test/simple_aws/iam_test.rb".freeze, "test/simple_aws/import_export_test.rb".freeze, "test/simple_aws/map_reduce_test.rb".freeze, "test/simple_aws/mechanical_turk_test.rb".freeze, "test/simple_aws/rds_test.rb".freeze, "test/simple_aws/s3_test.rb".freeze, "test/simple_aws/ses.rb".freeze, "test/simple_aws/signing/version2_test.rb".freeze, "test/simple_aws/signing/version3.rb".freeze, "test/simple_aws/simple_db_test.rb".freeze, "test/simple_aws/sns_test.rb".freeze, "test/simple_aws/sqs.rb".freeze, "test/simple_aws/sts.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8.0".freeze]) end