From 970c00983aecbd9dd4cbe05930763b78246b615d Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Thu, 15 Apr 2021 18:40:30 -0700 Subject: [PATCH] chore: adopting the podspecs to the versioning schema changes --- RollbarCommon.podspec | 2 +- RollbarDeploys.podspec | 2 +- RollbarKSCrash.podspec | 2 +- RollbarNotifier.podspec | 2 +- RollbarPLCrashReporter.podspec | 2 +- RollbarSDK.experimental_podspec | 2 +- RollbarSwift.podspec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index b053527f..1f4f5424 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = "Andrey Kornich" s.social_media_url = "http://twitter.com/rollbar" s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", - :tag => "v#{s.version}" + :tag => "#{s.version}" } s.resource = "rollbar-logo.png" # s.resources = "Resources/*.png" diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index 5e379f9a..0886f176 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = "Andrey Kornich" s.social_media_url = "http://twitter.com/rollbar" s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", - :tag => "v#{s.version}" + :tag => "#{s.version}" } s.resource = "rollbar-logo.png" # s.resources = "Resources/*.png" diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index dc338ff1..2bed53ad 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = "Andrey Kornich" s.social_media_url = "http://twitter.com/rollbar" s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", - :tag => "v#{s.version}" + :tag => "#{s.version}" } s.resource = "rollbar-logo.png" # s.resources = "Resources/*.png" diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index 48dada04..9a6dbc1a 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = "Andrey Kornich" s.social_media_url = "http://twitter.com/rollbar" s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", - :tag => "v#{s.version}" + :tag => "#{s.version}" } s.resource = "rollbar-logo.png" # s.resources = "Resources/*.png" diff --git a/RollbarPLCrashReporter.podspec b/RollbarPLCrashReporter.podspec index b3fdf5bb..0a1f5b74 100644 --- a/RollbarPLCrashReporter.podspec +++ b/RollbarPLCrashReporter.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = "Andrey Kornich" s.social_media_url = "http://twitter.com/rollbar" s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", - :tag => "v#{s.version}" + :tag => "#{s.version}" } s.resource = "rollbar-logo.png" # s.resources = "Resources/*.png" diff --git a/RollbarSDK.experimental_podspec b/RollbarSDK.experimental_podspec index 71e9cacd..301786c4 100644 --- a/RollbarSDK.experimental_podspec +++ b/RollbarSDK.experimental_podspec @@ -29,7 +29,7 @@ Pod::Spec.new do |sdk| # Or just: sdk.author = "Andrey Kornich" sdk.social_media_url = "http://twitter.com/rollbar" sdk.source = { :git => "https://github.com/rollbar/rollbar-apple.git", - :tag => "v#{sdk.version}" + :tag => "#{sdk.version}" } sdk.resource = "rollbar-logo.png" sdk.ios.deployment_target = "9.0" diff --git a/RollbarSwift.podspec b/RollbarSwift.podspec index 826ecb23..d9364e44 100644 --- a/RollbarSwift.podspec +++ b/RollbarSwift.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = "Andrey Kornich" s.social_media_url = "http://twitter.com/rollbar" s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", - :tag => "v#{s.version}" + :tag => "#{s.version}" } s.resource = "rollbar-logo.png" # s.resources = "Resources/*.png"