# -*- encoding: utf-8 -*- # stub: myjohndeere 0.0.7 ruby lib Gem::Specification.new do |s| s.name = "myjohndeere".freeze s.version = "0.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Susmarski".freeze] s.date = "2017-09-22" 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.".freeze s.email = "paul@susmarski.com".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/myjohndeere.rb".freeze, "lib/myjohndeere/access_token.rb".freeze, "lib/myjohndeere/api_support_item.rb".freeze, "lib/myjohndeere/boundary.rb".freeze, "lib/myjohndeere/core_ext/string.rb".freeze, "lib/myjohndeere/errors.rb".freeze, "lib/myjohndeere/field.rb".freeze, "lib/myjohndeere/file_resource.rb".freeze, "lib/myjohndeere/hash_utils.rb".freeze, "lib/myjohndeere/json_attributes.rb".freeze, "lib/myjohndeere/list_object.rb".freeze, "lib/myjohndeere/map_layer.rb".freeze, "lib/myjohndeere/map_layer_summary.rb".freeze, "lib/myjohndeere/map_legend_item.rb".freeze, "lib/myjohndeere/metadata_item.rb".freeze, "lib/myjohndeere/organization.rb".freeze, "lib/myjohndeere/organization_owned_resource.rb".freeze, "lib/myjohndeere/requestable.rb".freeze, "lib/myjohndeere/response.rb".freeze, "lib/myjohndeere/rest_methods.rb".freeze, "lib/myjohndeere/single_resource.rb".freeze, "lib/myjohndeere/util.rb".freeze, "lib/myjohndeere/version.rb".freeze, "myjohndeere.gemspec".freeze, "spec/colored.png".freeze, "spec/fixtures.json".freeze, "test/api_fixtures.rb".freeze, "test/test_access_token.rb".freeze, "test/test_boundary.rb".freeze, "test/test_field.rb".freeze, "test/test_file_resource.rb".freeze, "test/test_helper.rb".freeze, "test/test_list_object.rb".freeze, "test/test_map_layer.rb".freeze, "test/test_map_layer_summary.rb".freeze, "test/test_myjohndeere.rb".freeze, "test/test_organization.rb".freeze, "test/test_requestable.rb".freeze, "test/test_rest_methods.rb".freeze, "test/test_util.rb".freeze] s.homepage = "https://github.com/psusmars/myjohndeere".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the MyJohnDeere API".freeze s.test_files = ["test/api_fixtures.rb".freeze, "test/test_access_token.rb".freeze, "test/test_boundary.rb".freeze, "test/test_field.rb".freeze, "test/test_file_resource.rb".freeze, "test/test_helper.rb".freeze, "test/test_list_object.rb".freeze, "test/test_map_layer.rb".freeze, "test/test_map_layer_summary.rb".freeze, "test/test_myjohndeere.rb".freeze, "test/test_organization.rb".freeze, "test/test_requestable.rb".freeze, "test/test_rest_methods.rb".freeze, "test/test_util.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.5.3".freeze]) end