Sha256: c1af8d2ff17d30956d3cda03a1eda70340304c32308ac4394b25bc9fd7b1e371
Contents?: true
Size: 738 Bytes
Versions: 1
Compression:
Stored size: 738 Bytes
Contents
Gem::Specification.new do |s| s.name = "simple_aws" s.version = "1.2.1" 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.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.2.1 | simple_aws.gemspec |