From 60c2dc5efc15a240f351f313ea9ccafca215e9a9 Mon Sep 17 00:00:00 2001 From: Pierre Felgines Date: Tue, 25 May 2021 10:54:52 +0200 Subject: [PATCH] Bump to 4.0.8 --- CHANGELOG.md | 2 +- Gemfile.lock | 59 +++++++++++++++++++++++++++----------- lib/ad_localize/version.rb | 2 +- 3 files changed, 44 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95b3c7..f736e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [4.0.8] - 2021-05-25 ### Fixed - Add `NFCReaderUsageDescription` to InfoPlist keys for iOS diff --git a/Gemfile.lock b/Gemfile.lock index f4a91de..2cc0133 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ad_localize (4.0.6) + ad_localize (4.0.8) activesupport (>= 6.1.3.2, < 7.0) colorize (~> 0.8) google-api-client (~> 0.34) @@ -25,21 +25,43 @@ GEM colorize (0.8.1) concurrent-ruby (1.1.8) declarative (0.0.20) - declarative-option (0.1.0) diffy (3.3.0) - faraday (1.1.0) + faraday (1.4.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - ruby2_keywords - google-api-client (0.46.2) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) + gems (1.2.0) + google-api-client (0.53.0) + google-apis-core (~> 0.1) + google-apis-generator (~> 0.1) + google-apis-core (0.3.0) addressable (~> 2.5, >= 2.5.1) - googleauth (~> 0.9) + googleauth (~> 0.14) httpclient (>= 2.8.1, < 3.0) mini_mime (~> 1.0) representable (~> 3.0) retriable (>= 2.0, < 4.0) rexml - signet (~> 0.12) - googleauth (0.14.0) + signet (~> 0.14) + webrick + google-apis-discovery_v1 (0.4.0) + google-apis-core (~> 0.1) + google-apis-generator (0.2.0) + activesupport (>= 5.0) + gems (~> 1.2) + google-apis-core (~> 0.1) + google-apis-discovery_v1 (~> 0.0) + thor (>= 0.20, < 2.a) + googleauth (0.16.2) faraday (>= 0.17.3, < 2.0) jwt (>= 1.4, < 3.0) memoist (~> 0.16) @@ -49,10 +71,10 @@ GEM httpclient (2.8.3) i18n (1.8.10) concurrent-ruby (~> 1.0) - jwt (2.2.2) + jwt (2.2.3) memoist (0.16.2) - mini_mime (1.0.2) - mini_portile2 (2.5.0) + mini_mime (1.1.0) + mini_portile2 (2.5.1) minitest (5.14.4) minitest-reporters (1.4.2) ansi @@ -61,29 +83,32 @@ GEM ruby-progressbar multi_json (1.15.0) multipart-post (2.1.1) - nokogiri (1.11.1) + nokogiri (1.11.5) mini_portile2 (~> 2.5.0) racc (~> 1.4) os (1.1.1) public_suffix (4.0.6) racc (1.5.2) rake (12.3.3) - representable (3.0.4) + representable (3.1.1) declarative (< 0.1.0) - declarative-option (< 0.2.0) + trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.4) + rexml (3.2.5) ruby-progressbar (1.10.1) - ruby2_keywords (0.0.2) - signet (0.14.0) + ruby2_keywords (0.0.4) + signet (0.15.0) addressable (~> 2.3) faraday (>= 0.17.3, < 2.0) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) + thor (1.1.0) + trailblazer-option (0.1.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) uber (0.1.0) + webrick (1.7.0) zeitwerk (2.4.2) PLATFORMS diff --git a/lib/ad_localize/version.rb b/lib/ad_localize/version.rb index 010c26c..3084b1e 100644 --- a/lib/ad_localize/version.rb +++ b/lib/ad_localize/version.rb @@ -1,3 +1,3 @@ module AdLocalize - VERSION = "4.0.7" + VERSION = "4.0.8" end