Sha256: 72b3bf3ae19b1cb3a04fff1178cff874a8a4380db1a9175b6f224c015042fc42
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
Gem::Specification.new do |s| s.name = "sagamore-client" s.version = "3.0.2" s.platform = Gem::Platform::RUBY s.authors = ["Jay Stotz"] s.summary = "Sagamore client library" s.required_rubygems_version = ">= 1.3.6" s.add_runtime_dependency 'patron', '~> 0.4.18' s.add_runtime_dependency 'addressable', '~> 2.2.8' s.add_runtime_dependency 'json', '~> 1.7.4' s.add_runtime_dependency 'hashie' s.files = `git ls-files`.split("\n") s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sagamore-client-3.0.2 | sagamore-client.gemspec |