Sha256: 59829f007a1116a73ba69d6e4fbed51cb7a701fdeca241eec878314abc2ef498
Contents?: true
Size: 1.03 KB
Versions: 5
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require File.expand_path('yotpo/version', lib) Gem::Specification.new do |gem| gem.name = 'yotpo' gem.version = Yotpo::VERSION gem.authors = ['Vladislav Shub'] gem.email = %w(vlad@yotpo.com) gem.description = %q{A Ruby interface to the YOTPO API} gem.summary = %q{A Ruby interface to the YOTPO API} gem.homepage = 'https://github.com/YotpoLtd/yotpo-ruby' gem.license = 'MIT' gem.required_ruby_version = '>= 2.2.2' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = %w(lib) gem.add_dependency 'faraday' gem.add_dependency 'typhoeus' gem.add_dependency 'faraday_middleware', '>= 0.8', '< 0.10' gem.add_dependency 'hashie' gem.add_dependency 'oj' gem.add_dependency 'activesupport' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
yotpo-1.0.5 | yotpo.gemspec |
yotpo-1.0.4 | yotpo.gemspec |
yotpo-1.0.3 | yotpo.gemspec |
yotpo-1.0.1 | yotpo.gemspec |
yotpo-1.0.0 | yotpo.gemspec |