# -*- encoding: utf-8 -*- =begin #Pinterest REST API #Pinterest's REST API The version of the OpenAPI document: 5.3.0 Contact: pinterest-api@pinterest.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.4.0 =end $:.push File.expand_path("../lib", __FILE__) require "pinterest_sdk/version" Gem::Specification.new do |s| s.name = "pinterest_sdk" s.version = PinterestSdkClient::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Cliffano Subagio"] s.email = ["blah@cliffano.com"] s.homepage = "https://github.com/cliffano/pinterest-sdk" s.summary = "Pinterest REST API Ruby Gem" s.description = "Pinterest's REST API" s.license = "MIT" s.required_ruby_version = ">= 2.0" s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } s.test_files = `find spec/*`.split("\n") s.executables = [] s.require_paths = ["lib"] end