Sha256: d224bf2fb3962125d96c5ab1d557ad1b8733140b0f55f3ffc88dcedf53884a2d
Contents?: true
Size: 953 Bytes
Versions: 2
Compression:
Stored size: 953 Bytes
Contents
$:.unshift(File.join(File.dirname(__FILE__), 'lib')) require 'myjohndeere/version' spec = Gem::Specification.new do |s| s.name = 'myjohndeere' s.version = MyJohnDeere::VERSION s.required_ruby_version = '>= 1.9.3' s.summary = 'Ruby bindings for the MyJohnDeere API' s.description = ' MyJohnDeere allows you to access your John Deere Financial account, JDLink, Operations Center and many other applications from one convenient place. This Ruby Gem is provided as a convenient way to access their API.' s.author = 'Paul Susmarski' s.email = 'paul@susmarski.com' s.homepage = 'https://github.com/psusmars/myjohndeere' s.license = 'MIT' s.add_runtime_dependency "oauth", "~> 0.5", ">= 0.5.3" s.files = Dir['lib/**/*.rb'] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
myjohndeere-0.1.11 | myjohndeere.gemspec |
myjohndeere-0.1.10 | myjohndeere.gemspec |