ya-api-direct 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/ya/api/direct/version.rb +1 -1
- data/ya-api-direct.gemspec +3 -3
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc5086aa88e50438f6a110d4c2cffdc090a5b3d6
|
4
|
+
data.tar.gz: b97cce9be358c5936070625f8a3c0662b0ecd42f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 933afe225577e340ef49b21e6d47f94b3b6965c799bb3932c48196b1683407488e4fc11bedb967cb9c6a3bd12be90ad216150f252514b886e6d7952c721552bf
|
7
|
+
data.tar.gz: 2a7e97c13b7b0f046ba061b8dced54eec9c7539904f88a285d0e276ab75c102c1300c45146df2439eccd4dd8d06c371ca9bfc8896a217537c99d3778a35f5ec8
|
data/README.md
CHANGED
@@ -83,9 +83,11 @@ They were added only in Yandex Direct API 5. Calling the methods from 4 or 4 Liv
|
|
83
83
|
|
84
84
|
## Useful links
|
85
85
|
|
86
|
-
* [
|
86
|
+
* [Introduction to Yandex Direct API](https://yandex.ru/adv/edu/direct-api)
|
87
87
|
* [Yandex Direct API 5 manual](https://tech.yandex.ru/direct/doc/dg/concepts/about-docpage/)
|
88
88
|
* [Yandex Direct API 4 and 4 Live manual](https://tech.yandex.ru/direct/doc/dg-v4/concepts/About-docpage/)
|
89
|
+
* [Yandex OAuth API manual](https://tech.yandex.ru/oauth/)
|
90
|
+
* [Rails Authentication with OAuth 2.0 and OmniAuth](https://www.sitepoint.com/rails-authentication-oauth-2-0-omniauth/)
|
89
91
|
|
90
92
|
## Development
|
91
93
|
|
data/ya-api-direct.gemspec
CHANGED
@@ -6,10 +6,10 @@ require 'ya/api/direct/version'
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = 'ya-api-direct'
|
8
8
|
s.version = Ya::Api::Direct::VERSION
|
9
|
-
s.date = '2016-
|
10
|
-
s.summary = "Yandex Direct API v5"
|
9
|
+
s.date = '2016-10-02'
|
10
|
+
s.summary = "Yandex Direct API v5, v4 and v4 Live"
|
11
11
|
s.description = "Ruby implementation for Yandex Direct API of versions 5, 4 and 4 Live"
|
12
|
-
s.authors =
|
12
|
+
s.authors = "Rikki Mongoose"
|
13
13
|
s.email = 'alexander.a.teut@gmail.com'
|
14
14
|
s.homepage = 'http://rubygems.org/gems/ya-api-direct'
|
15
15
|
s.license = 'MIT'
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ya-api-direct
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
- Mongoose"
|
7
|
+
- Rikki Mongoose
|
9
8
|
autorequire:
|
10
9
|
bindir: exe
|
11
10
|
cert_chain: []
|
12
|
-
date: 2016-
|
11
|
+
date: 2016-10-02 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: bundler
|
@@ -103,5 +102,5 @@ rubyforge_project:
|
|
103
102
|
rubygems_version: 2.0.14.1
|
104
103
|
signing_key:
|
105
104
|
specification_version: 4
|
106
|
-
summary: Yandex Direct API v5
|
105
|
+
summary: Yandex Direct API v5, v4 and v4 Live
|
107
106
|
test_files: []
|