Sha256: 851a206373a2f7ab18652124e98c085fc86c4879de6958087c9d8af912bde29f
Contents?: true
Size: 682 Bytes
Versions: 1
Compression:
Stored size: 682 Bytes
Contents
Gem::Specification.new do |s| s.name = "simple_aws" s.version = "0.0.1d" 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 "httmultiparty" 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.1d | simple_aws.gemspec |