Sha256: 75bcee13cb0662c0ea993368fbeaf6f5e1da2d1e159fef6513cabc726c9384d0
Contents?: true
Size: 631 Bytes
Versions: 1
Compression:
Stored size: 631 Bytes
Contents
Gem::Specification.new do |s| s.name = 'mvclient' s.version = '0.0.2' s.date = '2015-04-09' s.summary = "Motivosity API Client" s.description = "A minimal Motivosity API v1 wrapper for Ruby, plus a command-line tool" s.authors = ["Jeremy Stanley"] s.email = 'jstanley0@gmail.com' s.files = `git ls-files`.split("\n") s.homepage = 'http://github.com/jstanley0/mvclient' s.license = 'Apache' s.bindir = 'bin' s.executables << 'mvclient' s.required_ruby_version = '>= 1.9.3' s.add_dependency 'httparty', '~> 0' s.add_dependency 'http-cookie', '~> 1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mvclient-0.0.2 | mvclient.gemspec |