rails-pinterest 0.1.7 → 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: a2f83c10be54b1f34b8b545a6584ea3f5ffe887bbc0f04f06d1205db2a5b3a14
4
- data.tar.gz: af8d74bcbf422f68788fa5860ad8764be636e036b54bc9fce712abb3f0884142
3
+ metadata.gz: f19a1984705a1cc3b658b73a1a040205c7cbee861eab72d695485f3868958e74
4
+ data.tar.gz: d5a621b081c006cc14c9b8c06bda35eb02e460f9237bcfcdf32d031c0de67e38
5
5
  SHA512:
6
- metadata.gz: b13f4be8606aa68623fccdec6b06cd25528a8bc0c5bde719ce62d3407ed6e7c677b9710a5f853286dd3a7501df34d7577711056b8ab265ba77c5369847ba8eae
7
- data.tar.gz: 4228e1b9c51e3bde908df5a87aa9bfcfe3c9ee56620058b92b6ccdc642169114bbc8734c04101c182902da402c240b6a671c3b9116ef72134aff50fcf187d73c
6
+ metadata.gz: f0edcff37880e66307c8642b66a403f05f3786925156717b324e619119fe35a630fb25c609b1b4e997bbed32008ed7cba739baf5562eb86a984669a8d48825e5
7
+ data.tar.gz: 9f9ff349eda63a7293d14531d49c78256d5df55bcb687267eda29f37034068f69063389e5737d8361ccc863162b0308bab50fc90d0cafe7c497141f6e631ce52
data/CHANGELOG.md CHANGED
@@ -26,4 +26,7 @@
26
26
  - Update suggested related terms to use limit of 10 instead of 4.
27
27
 
28
28
  ## [0.1.7] - 2024-02-24
29
- - Update URL of keyword metrics
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.7)
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
 
@@ -1,3 +1,3 @@
1
1
  module Pinterest
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-pinterest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donald Lee