Sha256: a9c0f9ee3ecc4de789c75c5b6b98cbf7e0778bf194ca10583172ecd77bfb47e6

Contents?: true

Size: 739 Bytes

Versions: 1

Compression:

Stored size: 739 Bytes

Contents

Gem::Specification.new do |s|
  s.name     = "simple_aws"
  s.version  = "1.1.0"
  s.platform = Gem::Platform::RUBY
  s.authors  = ["Jason Roelofs"]
  s.email    = ["jameskilton@gmail.com"]

  s.homepage = "http://github.com/jameskilton/simple_aws"

  s.summary     = "The simplest and easiest to use and maintain AWS communication library"
  s.description = "SimpleAWS is a clean, simple, and forward compatible library for talking to Amazon's AWS APIs."

  s.add_dependency "nokogiri", "~> 1.5.0"
  s.add_dependency "httparty", "~> 0.8.0"

  s.add_dependency "jruby-openssl" if RUBY_PLATFORM == 'java'

  s.files         = `git ls-files`.split "\n"
  s.test_files    = `git ls-files -- test/*`.split "\n"
  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_aws-1.1.0 simple_aws.gemspec