Skip to content

Commit

Permalink
Merge pull request #65 from faberNovel/release/4.0.8
Browse files Browse the repository at this point in the history
Bump to 4.0.8
  • Loading branch information
felginep committed May 25, 2021
2 parents aac09c9 + 60c2dc5 commit 15dfa0b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
59 changes: 42 additions & 17 deletions 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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ad_localize/version.rb
@@ -1,3 +1,3 @@
module AdLocalize
VERSION = "4.0.7"
VERSION = "4.0.8"
end

0 comments on commit 15dfa0b

Please sign in to comment.