Sha256: bbb07ac7f17d5dafaa98273a259b32af3180f1d72394a8afccfdacc4edf14bb4

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'direct/api/v5/version'

Gem::Specification.new do |spec|
  spec.name          = 'direct-api-v5'
  spec.version       = Direct::API::V5::VERSION
  spec.author        = 'Khrebtov Roman'
  spec.email         = 'roman@alltmb.ru'
  spec.summary       = 'Yandex Direct API V5'
  spec.description   = 'Ruby client for Yandex Direct API V5'
  spec.homepage      = 'https://github.com/Hrom512/direct-api-v5'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.required_ruby_version = '>= 2.0'

  spec.add_development_dependency 'bundler', '~> 1.6'
  spec.add_development_dependency 'rake', '~> 10.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
direct-api-v5-0.0.1 direct-api-v5.gemspec