Sha256: befb350ab8f38ee053954ac1f65c5268c12ba3bee173af80b751b0c462cca53b

Contents?: true

Size: 728 Bytes

Versions: 1

Compression:

Stored size: 728 Bytes

Contents

$:.unshift(File.join(File.dirname(__FILE__), 'lib'))

spec = Gem::Specification.new do |s|
  s.name = 'semantics3'
  s.version = '0.14'
  s.summary = 'Ruby bindings for the Semantics3 API'
  s.description = 'Get access to a constantly updated database of product and price data. See https://semantics3.com/ for more information.'
  s.authors = ['Sivamani Varun', 'Mounarajan P A', 'Vinoth Gopinathan']
  s.email = ['varun@semantics3.com']
  s.homepage = 'https://semantics3.com'
  s.require_paths = %w{lib}

  s.add_dependency('json', '~> 1.8', '>= 1.8.1')
  s.add_dependency('oauth', '~> 0.4', '>= 0.4.6')
  s.add_dependency('curb', '~> 0.9', '>= 0.9.3')

  s.files = `git ls-files`.split("\n")
  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
semantics3-0.14 semantics3.gemspec