ya-api-direct 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4f9585224bb22f10c31e533b6bea5359280ac46
4
- data.tar.gz: d2849569292c5acfd75374ff789060ce02140674
3
+ metadata.gz: dc5086aa88e50438f6a110d4c2cffdc090a5b3d6
4
+ data.tar.gz: b97cce9be358c5936070625f8a3c0662b0ecd42f
5
5
  SHA512:
6
- metadata.gz: 5e5f848f805ade5ef7ccdf682be14670c403782a63daede7fd1cd95d7d78e909bd901b799b9e9b3f65c6f9c4ccbd669784dfb16e524b93e22b52ef09bfd469b7
7
- data.tar.gz: d7b77579e7373732f450c33bf1161cf1cf0241d3d6c5b8f44d38dcc4c1eb8f7c76c19fae42300f4bcdb7dc70dc23ff590ca2ee34e5d68f11c625be354d01864a
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
- * [Intruduction to Yandex Direct API](https://yandex.ru/adv/edu/direct-api)
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
 
@@ -1,7 +1,7 @@
1
1
  module Ya
2
2
  module Api
3
3
  module Direct
4
- VERSION = "0.2.4"
4
+ VERSION = "0.2.5"
5
5
  end
6
6
  end
7
7
  end
@@ -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-09-05'
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 = %w("Rikki Mongoose")
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
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
- - '"Rikki'
8
- - Mongoose"
7
+ - Rikki Mongoose
9
8
  autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2016-09-05 00:00:00.000000000 Z
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: []