Sha256: 8530f36f6eed9cbd1a022afedd566a9c4dbbea916e5cda6e88881efe058644fe

Contents?: true

Size: 647 Bytes

Versions: 1

Compression:

Stored size: 647 Bytes

Contents

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

#  s.homepage = ""

  s.summary     = "The simplest and easiest to use and maintain AWS communication library"
  s.description = "The simplest and easiest to use and maintain AWS communication library"

  s.add_dependency "ox"
  s.add_dependency "httparty"

  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-0.0.1b simple_aws.gemspec