You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/aws-sdk/files/aws-sdk-1.5.3.gemspec

15 lines
427 B

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "aws-sdk"
s.version = "1.5.3"
s.homepage = "http://aws.amazon.com/sdkforruby"
s.require_paths = ["lib"]
s.summary = "AWS SDK for Ruby"
s.add_runtime_dependency(%q<uuidtools>, [">= 2.1"])
s.add_runtime_dependency(%q<httparty>, [">= 0.7"])
s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.4"])
s.add_runtime_dependency(%q<json>, [">= 1.4"])
end