Sha256: 00a6956a217b49bcbd32633ac5e74385009255ba867851f959841b4edd14f4f8
Contents?: true
Size: 850 Bytes
Versions: 12
Compression:
Stored size: 850 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'seahorse' Gem::Specification.new do |spec| spec.name = 'seahorse' spec.version = Seahorse::VERSION spec.authors = ['Amazon Web Services', 'Trevor Rowe'] spec.email = ['trevorrowe@gmail.com'] spec.summary = 'Client for Seahorse compatible web services.' spec.description = 'Seahorse::Client is an extensible web service client that consumes Seahorse model descriptions.' spec.homepage = 'http://github.com/seahorse/client' spec.license = 'Apache 2.0' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] end
Version data entries
12 entries across 12 versions & 1 rubygems