rails-pinterest 0.1.6 → 0.1.8

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
  SHA256:
3
- metadata.gz: 0eeb75c0e59d30fe03e17e84b1e2641ff044041c8849b9bd1f2072d942a941a8
4
- data.tar.gz: 4506d5f10454b1ac5873ef91476bcb10166eb55fad4a277b41d974760e3eff5a
3
+ metadata.gz: f19a1984705a1cc3b658b73a1a040205c7cbee861eab72d695485f3868958e74
4
+ data.tar.gz: d5a621b081c006cc14c9b8c06bda35eb02e460f9237bcfcdf32d031c0de67e38
5
5
  SHA512:
6
- metadata.gz: 44b2006edb1376ccfcd32ebcf07916040143150a59e14748167f6bb87e58dbaa21a26fc11f0d93c1299b9c1863079ca59f5c6f3c045673e7165ee28b878d68da
7
- data.tar.gz: e27bcdebf0c934135970e7f25a61c605d0d06b48295932c3751c856da6ca1727fcabfda3caa9c6053eace673253822287fddfcf3c4d4981f9d1ad5290624830a
6
+ metadata.gz: f0edcff37880e66307c8642b66a403f05f3786925156717b324e619119fe35a630fb25c609b1b4e997bbed32008ed7cba739baf5562eb86a984669a8d48825e5
7
+ data.tar.gz: 9f9ff349eda63a7293d14531d49c78256d5df55bcb687267eda29f37034068f69063389e5737d8361ccc863162b0308bab50fc90d0cafe7c497141f6e631ce52
data/CHANGELOG.md CHANGED
@@ -23,4 +23,10 @@
23
23
  - Update terms API.
24
24
 
25
25
  ## [0.1.6] - 2024-01-26
26
- - Update suggested related terms to use limit of 10 instead of 4.
26
+ - Update suggested related terms to use limit of 10 instead of 4.
27
+
28
+ ## [0.1.7] - 2024-02-24
29
+ - Update URL of keyword metrics
30
+
31
+ ## [0.1.8] - 2024-02-24
32
+ - Bump version for changes in ReadMe.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-pinterest (0.1.6)
4
+ rails-pinterest (0.1.8)
5
5
  faraday (>= 1)
6
6
  faraday-multipart (>= 1)
7
7
 
data/README.md CHANGED
@@ -245,7 +245,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
245
245
 
246
246
  ## Release
247
247
 
248
- Update the version number in `version.rb`, update `CHANGELOG.md`, run `bundle install` to update Gemfile.lock, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
248
+ Update the version number in `version.rb`, update `CHANGELOG.md`, run `bundle install` to update Gemfile.lock, run `gem build rails-pinterest.gemspec`, and then run `sudo bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org) by `gem push rails-pinterest-{number}.gem`.
249
249
 
250
250
  ## Contributing
251
251
 
@@ -17,7 +17,7 @@ module Pinterest
17
17
  end
18
18
 
19
19
  def get_country_keyword_metrics(ad_account_id:, parameters: {})
20
- @client.get(path: "/ad_accounts/#{ad_account_id}/keywords", parameters: parameters)
20
+ @client.get(path: "/ad_accounts/#{ad_account_id}/keywords/metrics", parameters: parameters)
21
21
  end
22
22
 
23
23
  # Region list: "US" "CA" "DE" "FR" "ES" "IT" "DE+AT+CH" "GB+IE" "IT+ES+PT+GR+MT" "PL+RO+HU+SK+CZ" "SE+DK+FI+NO" "NL+BE+LU" "AR" "BR" "CO" "MX" "MX+AR+CO+CL" "AU+NZ"
@@ -1,3 +1,3 @@
1
1
  module Pinterest
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-pinterest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donald Lee
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 3.0.3.1
93
+ rubygems_version: 3.2.3
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: Pinterest API + Ruby!