direct-api-v5 0.1.1 → 0.1.2

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: aba787da6e1fa5ca835d15fc419428cf14db738e
4
- data.tar.gz: 932da240f94dc34e7ee7f45c537602d405846761
3
+ metadata.gz: db71ca1e00a5760f5271cd27faf6a2d5268b2b5f
4
+ data.tar.gz: 633b11b7f6b446eebee37147ad288361c77b56a3
5
5
  SHA512:
6
- metadata.gz: 32f86b31a9fb497d09282b83a49b460ec6c6eec0f56d13273556f39c438dcb434513217f60907b9445ddce53b3c97352116d423ca3c997098f31344cab1691dd
7
- data.tar.gz: b9254ab7b4e4daca926770307114da9d628755013b3ea6130f9b693c74c7824c324d7dde90b6ede8516625bbfd0f8e1851b28176eb4a7076a8b3b636cbba6c93
6
+ metadata.gz: 9bfdb3df82e0d5f3d979527bc6affb21b66aa471a7bc4ad72686a85ba81026ddf1192fbeb4bc91d01f827cc3a8a08c0d83a978a867b76d454b33cc2d4101d332
7
+ data.tar.gz: 3c1745e88932745bb867ca7dc3c216d3783e8269cda1d57c8cb95f0e4597bae05979537e1861c60f621dc844547a7278f8767df016e5e189974f6f4ad78f7b0e
data/README.md CHANGED
@@ -90,7 +90,7 @@ For example:
90
90
  ```ruby
91
91
  response = api.campaigns.get(
92
92
  fields: [:id, :name],
93
- criteria: { states: %(ON) },
93
+ criteria: { states: %w(ON) },
94
94
  page: { limit: 100, offset: 200 }
95
95
  )
96
96
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = 'roman@alltmb.ru'
11
11
  spec.summary = 'Yandex Direct API V5'
12
12
  spec.description = 'Ruby wrapper for Yandex Direct API V5'
13
- spec.homepage = 'https://github.com/Hrom512/direct-api-v5'
13
+ spec.homepage = 'https://github.com/hrom512/direct-api-v5'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,7 +1,7 @@
1
1
  module Direct
2
2
  module API
3
3
  module V5
4
- VERSION = '0.1.1'.freeze
4
+ VERSION = '0.1.2'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: direct-api-v5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Khrebtov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-24 00:00:00.000000000 Z
11
+ date: 2016-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -153,7 +153,7 @@ files:
153
153
  - spec/shared/direct_api_helper.rb
154
154
  - spec/spec_helper.rb
155
155
  - spec/support/webmock.rb
156
- homepage: https://github.com/Hrom512/direct-api-v5
156
+ homepage: https://github.com/hrom512/direct-api-v5
157
157
  licenses:
158
158
  - MIT
159
159
  metadata: {}