Sha256: ec527fea76c2595160a06214df8db2a8054b7927f552b6027d0aa3ac9806bd26
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# -*- 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.0.0 | pinterest_sdk.gemspec |