From 5eceb3bb5fae8eff73d7062448f55b96b315c263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=CC=8Cj=20Kas=CC=8Cpar=20Jira=CC=81sek?= Date: Sat, 18 Jan 2020 11:07:18 +0100 Subject: [PATCH 1/4] Update bundle --- Gemfile.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6ea2c65..70da58d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.7) - fastlane (2.139.0) + fastlane (2.140.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) @@ -121,10 +121,12 @@ GEM representable (~> 3.0) retriable (>= 2.0, < 4.0) signet (~> 0.12) - google-cloud-core (1.4.1) + google-cloud-core (1.5.0) google-cloud-env (~> 1.0) + google-cloud-errors (~> 1.0) google-cloud-env (1.3.0) faraday (~> 0.11) + google-cloud-errors (1.0.0) google-cloud-storage (1.25.1) addressable (~> 2.5) digest-crc (~> 0.4) @@ -150,7 +152,7 @@ GEM memoist (0.16.2) mini_magick (4.10.1) mini_mime (1.0.2) - minitest (5.13.0) + minitest (5.14.0) molinillo (0.6.6) multi_json (1.14.1) multi_xml (0.6.0) @@ -194,7 +196,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.6) - unicode-display_width (1.6.0) + unicode-display_width (1.6.1) word_wrap (1.0.0) xcodeproj (1.14.0) CFPropertyList (>= 2.3.3, < 4.0) From f8af40fd5eae33ebcffb6bd62dd4a0d77ee4d22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=CC=8Cj=20Kas=CC=8Cpar=20Jira=CC=81sek?= Date: Sat, 18 Jan 2020 11:07:28 +0100 Subject: [PATCH 2/4] Update package URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf56b9d..cc66688 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ When using Swift package manager add this line to your dependencies or install using Xcode 11 or newer: ```swift -.package(url: "https://github.com/thefuntasty/FTTestingKit.git", from: "0.4.0") +.package(url: "https://github.com/futuredapp/FTTestingKit.git", from: "0.5.0") ``` When using CocoaPods add following line to your `Podfile`: From f1adbcb33b74214f41e4d1bd1aa95dd5b68ee610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=CC=8Cj=20Kas=CC=8Cpar=20Jira=CC=81sek?= Date: Sat, 18 Jan 2020 11:07:37 +0100 Subject: [PATCH 3/4] Bump version to 0.5.0 --- FTTestingKit.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FTTestingKit.podspec b/FTTestingKit.podspec index 8b95e2b..bda01eb 100644 --- a/FTTestingKit.podspec +++ b/FTTestingKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FTTestingKit" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Mockup and asynchronous testing protocols and extensions." s.description = <<-DESC Testing helpers for easier testing mockups and asynchronous testing. diff --git a/README.md b/README.md index cc66688..de3401c 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ to your dependencies or install using Xcode 11 or newer: When using CocoaPods add following line to your `Podfile`: ```ruby -pod 'FTTestingKit', '~> 0.4' +pod 'FTTestingKit', '~> 0.5' ``` When using `PromiseKit` you can use either `FTTestingKitPromiseKit` target for testing promises or add subspec to your `Podfile`: ```ruby -pod 'FTTestingKit', '~> 0.4', subspecs: ['PromiseKit'] +pod 'FTTestingKit', '~> 0.5', subspecs: ['PromiseKit'] ``` ## Features From 51311f07b62dc0acef42677ce308b400d8d7798b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=CC=8Cj=20Kas=CC=8Cpar=20Jira=CC=81sek?= Date: Sat, 18 Jan 2020 11:21:28 +0100 Subject: [PATCH 4/4] Update podspec URLs --- FTTestingKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FTTestingKit.podspec b/FTTestingKit.podspec index bda01eb..2706194 100644 --- a/FTTestingKit.podspec +++ b/FTTestingKit.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Testing helpers for easier testing mockups and asynchronous testing. DESC - s.homepage = "https://github.com/thefuntasty/FTTestingKit" + s.homepage = "https://github.com/futuredapp/FTTestingKit" s.license = { type: "MIT", file: "LICENSE" } s.author = { "Matěj Kašpar Jirásek" => "matej.jirasek@futured.app" } s.social_media_url = "https://twitter.com/Futuredapps" @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.tvos.deployment_target = '9.0' - s.source = { git: "https://github.com/thefuntasty/FTTestingKit.git", tag: s.version.to_s } + s.source = { git: "https://github.com/futuredapp/FTTestingKit.git", tag: s.version.to_s } s.subspec 'Core' do |ss| ss.source_files = "Sources/FTTestingKit/*"