Sha256: 7ab131492f88a3ee694992f76c2108623d8357966ea3cea3e928a819b7e31111

Contents?: true

Size: 656 Bytes

Versions: 1

Compression:

Stored size: 656 Bytes

Contents

# coding: utf-8
$:.push File.expand_path("../lib", __FILE__)

require 'ya/api/direct/version'

Gem::Specification.new do |s|
  s.name        = 'ya-api-direct'
  s.version     = '0.0.1'
  s.date        = '2016-09-05'
  s.summary     = "Yandex Direct API v5"
  s.description = "Ruby implementation for Yandex Direct API of versions 5, 4 and 4 Live"
  s.authors     = %w("Alexander Teut")
  s.email       = 'alexander.a.teut@gmail.com'
  s.files       = %w(LICENSE README.md ya-api-direct.gemspec) + Dir['lib/ya/api/direct/*.rb']
  s.homepage    = 'http://rubygems.org/gems/ya-api-direct'
  s.license     = 'MIT'
  s.version     = Ya::API::Direct::Version
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ya-api-direct-0.2.0 ya-api-direct.gemspec