Sha256: 07eda416660d38b2c227d56b4261188633b504592ac1839e354e6c03d38e0165

Contents?: true

Size: 737 Bytes

Versions: 1

Compression:

Stored size: 737 Bytes

Contents

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

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

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

  s.add_dependency "nokogiri", "~> 1.5"
  s.add_dependency "httparty", "~> 0.11.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.2.3 simple_aws.gemspec