Sha256: 3398ab11b24bde098662f4b4fe23be87d1c7e1d060968dd34423abb5cac8cb52
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "putio" s.version = "0.0.1.pre2" s.platform = Gem::Platform::RUBY s.authors = ["Adam Rogers"] s.email = ["adam@rodreegez.com"] s.homepage = "http://github.com/rodreegez/putio" s.summary = %q{A ruby wrapper for the Putio API} s.description = %q{A simple ruby interface to the api at http://api.put.io} s.rubyforge_project = "putio" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test}/*`.split("\n") s.require_paths = ["lib"] s.add_dependency 'json', '1.4.6' s.add_dependency 'crack', '0.1.8' s.add_dependency 'hashie', '0.4.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
putio-0.0.1.pre2 | putio.gemspec |