From 41efe605cbfb0ade50415d1fd5354c4fcbfe2fc9 Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Thu, 18 Mar 2021 15:44:52 -0700 Subject: [PATCH] - fix: point all the Cocoapods podspecs to proper documentation site. --- CHANGELOG.md | 3 +++ RollbarCommon.podspec | 4 ++-- RollbarDeploys.podspec | 4 ++-- RollbarKSCrash.podspec | 4 ++-- RollbarNotifier.podspec | 4 ++-- RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m | 2 +- RollbarPLCrashReporter.podspec | 4 ++-- RollbarSDK.experimental_podspec | 4 ++-- RollbarSwift.podspec | 4 ++-- 9 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40f4798..7cb09e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co ## Release Notes +**2.0.0-beta8** +- fix: point all the Cocoapods podspecs to proper documentation site. + **2.0.0-beta7** **2.0.0-beta6** **2.0.0-beta5** diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index 72dbe90b..95a12ebf 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta7" + s.version = "2.0.0-beta8" s.name = "RollbarCommon" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" s.license = { :type => "MIT", :file => "LICENSE" } # s.license = "MIT (example)" - s.documentation_url = "https://docs.rollbar.com/docs/ios" + s.documentation_url = "https://docs.rollbar.com/docs/apple" s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "akornich@gmail.com", "Rollbar" => "support@rollbar.com" } # s.author = { "Andrey Kornich" => "akornich@gmail.com" } diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index 588e3551..a0e866b9 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta7" + s.version = "2.0.0-beta8" s.name = "RollbarDeploys" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" s.license = { :type => "MIT", :file => "LICENSE" } # s.license = "MIT (example)" - s.documentation_url = "https://docs.rollbar.com/docs/ios" + s.documentation_url = "https://docs.rollbar.com/docs/apple" s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "akornich@gmail.com", "Rollbar" => "support@rollbar.com" } # s.author = { "Andrey Kornich" => "akornich@gmail.com" } diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index 58afc749..d07dc653 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta7" + s.version = "2.0.0-beta8" s.name = "RollbarKSCrash" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" s.license = { :type => "MIT", :file => "LICENSE" } # s.license = "MIT (example)" - s.documentation_url = "https://docs.rollbar.com/docs/ios" + s.documentation_url = "https://docs.rollbar.com/docs/apple" s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "akornich@gmail.com", "Rollbar" => "support@rollbar.com" } # s.author = { "Andrey Kornich" => "akornich@gmail.com" } diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index dac445a1..6267ee48 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta7" + s.version = "2.0.0-beta8" s.name = "RollbarNotifier" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" s.license = { :type => "MIT", :file => "LICENSE" } # s.license = "MIT (example)" - s.documentation_url = "https://docs.rollbar.com/docs/ios" + s.documentation_url = "https://docs.rollbar.com/docs/apple" s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "akornich@gmail.com", "Rollbar" => "support@rollbar.com" } # s.author = { "Andrey Kornich" => "akornich@gmail.com" } diff --git a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m index 8e27db25..8eb24d7c 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m +++ b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m @@ -22,7 +22,7 @@ #pragma mark - constants -static NSString * const NOTIFIER_VERSION = @"2.0.0-beta7"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-beta8"; static NSString * const NOTIFIER_NAME = @"rollbar-apple"; diff --git a/RollbarPLCrashReporter.podspec b/RollbarPLCrashReporter.podspec index 6224c0f9..4ff955e1 100644 --- a/RollbarPLCrashReporter.podspec +++ b/RollbarPLCrashReporter.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta7" + s.version = "2.0.0-beta8" s.name = "RollbarPLCrashReporter" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" s.license = { :type => "MIT", :file => "LICENSE" } # s.license = "MIT (example)" - s.documentation_url = "https://docs.rollbar.com/docs/ios" + s.documentation_url = "https://docs.rollbar.com/docs/apple" s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "akornich@gmail.com", "Rollbar" => "support@rollbar.com" } # s.author = { "Andrey Kornich" => "akornich@gmail.com" } diff --git a/RollbarSDK.experimental_podspec b/RollbarSDK.experimental_podspec index fa82360c..9c9c7a46 100644 --- a/RollbarSDK.experimental_podspec +++ b/RollbarSDK.experimental_podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk| # Rollbar SDK: # ============ - sdk.version = "2.0.0-beta7" + sdk.version = "2.0.0-beta8" sdk.name = "RollbarSDK" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." sdk.description = <<-DESC @@ -22,7 +22,7 @@ Pod::Spec.new do |sdk| # sdk.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" sdk.license = { :type => "MIT", :file => "LICENSE" } # sdk.license = "MIT (example)" - sdk.documentation_url = "https://docs.rollbar.com/docs/ios" + sdk.documentation_url = "https://docs.rollbar.com/docs/apple" sdk.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "akornich@gmail.com", "Rollbar" => "support@rollbar.com" } # sdk.author = { "Andrey Kornich" => "akornich@gmail.com" } diff --git a/RollbarSwift.podspec b/RollbarSwift.podspec index 38590277..078ba250 100644 --- a/RollbarSwift.podspec +++ b/RollbarSwift.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta7" + s.version = "2.0.0-beta8" s.name = "RollbarSwift" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" s.license = { :type => "MIT", :file => "LICENSE" } # s.license = "MIT (example)" - s.documentation_url = "https://docs.rollbar.com/docs/ios" + s.documentation_url = "https://docs.rollbar.com/docs/apple" s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "akornich@gmail.com", "Rollbar" => "support@rollbar.com" } # s.author = { "Andrey Kornich" => "akornich@gmail.com" }