naver-searchad-api 1.1.2 → 1.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d995bc1205a2da26be62626195e2dbea8f3bcb73359723fb1a986db0ce92af7d
4
- data.tar.gz: 3d3a33bf8e6350f00324678f66726f2b0629b635860e2fac7f157938a41ef0d2
3
+ metadata.gz: 3fc2f78e1704d93ad2ccf1313b1f2112c81b711544173e49142d4430bd342c8a
4
+ data.tar.gz: 5b782b28493af0c429f64de50b769dfdc83df32f4ae56e5f1483314e465b97b9
5
5
  SHA512:
6
- metadata.gz: 29b82364755db7c1a86c9f38bf0642cb5cf55b6166ed3eb1ee48b069efabe8cfe60fbec5cca1e6600a2110f5e7d76e17632144ba8642e957ae524c6cc719002d
7
- data.tar.gz: '09a458bc2f823af00c759e2b17bc7165665ab62369c99dbb19fc0d5078a4e189cbb435b05876354f47c448b90b734f114104c946eec46b410520a9bed9771278'
6
+ metadata.gz: ba8b6a3cdad1747bafa1eb0ac894f2c67418a81c2cdb77eb665e349af7509620e80202207d69222ea7e78087a0ce51994f5a2f0bccda15e9f7f54f607ac30c42
7
+ data.tar.gz: 6530ed56a86278e63e0476f8bf780b219145537f15720a7bd1dcfce21468bd60fa7f1b00b89c36fee148fce0784619d57f55d2ac802e8d8e97a857327c9c2415
@@ -16,6 +16,7 @@ module Naver
16
16
 
17
17
  command = make_download_command(:get, uri.path, options)
18
18
  command.query['authtoken'] = uri.query_values['authtoken']
19
+ command.query['fileVersion'] = uri.query_values['fileVersion'] || 'v2'
19
20
  command.download_dest = file_path
20
21
  execute_command(command, &block)
21
22
  end
@@ -1,7 +1,7 @@
1
1
  module Naver
2
2
  module Searchad
3
3
  module Api
4
- VERSION = '1.1.2'
4
+ VERSION = '1.1.3'
5
5
 
6
6
  OS_VERSION = begin
7
7
  if RUBY_PLATFORM =~ /mswin|win32|mingw|bccwin|cygwin/
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naver-searchad-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Min Kim
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-01-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: httpclient
@@ -144,7 +143,6 @@ homepage: https://github.com/forward3d/naver-searchad-api
144
143
  licenses:
145
144
  - MIT
146
145
  metadata: {}
147
- post_install_message:
148
146
  rdoc_options: []
149
147
  require_paths:
150
148
  - lib
@@ -159,8 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
157
  - !ruby/object:Gem::Version
160
158
  version: '0'
161
159
  requirements: []
162
- rubygems_version: 3.3.7
163
- signing_key:
160
+ rubygems_version: 3.6.7
164
161
  specification_version: 4
165
162
  summary: Naver Searchad API ruby client
166
163
  test_files: []