From 4fa746ad64b563ad53376eb9c214bbbcee9dda5c Mon Sep 17 00:00:00 2001 From: Wes & Chris Date: Mon, 11 May 2015 14:58:34 -0400 Subject: [PATCH 1/2] Update dependencies to fix pod try issues --- Gemfile | 2 +- Gemfile.lock | 61 ++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 44 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index c091596..4b28424 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' gem 'xcpretty' +gem 'cocoapods' gem 'slather' -gem 'synx' diff --git a/Gemfile.lock b/Gemfile.lock index a65d302..a8e18a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,41 +1,66 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.1.8) - i18n (~> 0.6, >= 0.6.9) + activesupport (4.2.1) + i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) - thread_safe (~> 0.1) + thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - clamp (0.6.3) + claide (0.8.1) + clamp (0.6.5) + cocoapods (0.37.1) + activesupport (>= 3.2.15) + claide (~> 0.8.1) + cocoapods-core (= 0.37.1) + cocoapods-downloader (~> 0.9.0) + cocoapods-plugins (~> 0.4.2) + cocoapods-trunk (~> 0.6.0) + cocoapods-try (~> 0.4.4) + colored (~> 1.2) + escape (~> 0.0.4) + molinillo (~> 0.2.3) + nap (~> 0.8) + xcodeproj (~> 0.24.1) + cocoapods-core (0.37.1) + activesupport (>= 3.2.15) + fuzzy_match (~> 2.0.4) + nap (~> 0.8.0) + cocoapods-downloader (0.9.0) + cocoapods-plugins (0.4.2) + nap + cocoapods-trunk (0.6.0) + nap (>= 0.8) + netrc (= 0.7.8) + cocoapods-try (0.4.4) colored (1.2) - colorize (0.7.3) - i18n (0.6.11) - json (1.8.1) + escape (0.0.4) + fuzzy_match (2.0.4) + i18n (0.7.0) + json (1.8.2) mini_portile (0.6.2) - minitest (5.4.3) + minitest (5.6.1) + molinillo (0.2.3) + nap (0.8.0) + netrc (0.7.8) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) - slather (1.5.5) + slather (1.7.1) clamp (~> 0.6) nokogiri (~> 1.6.3) - xcodeproj (~> 0.20.0) - synx (0.0.54) - clamp (~> 0.6) - colorize (~> 0.7) - xcodeproj (~> 0.20.0) - thread_safe (0.3.4) + xcodeproj (~> 0.24.1) + thread_safe (0.3.5) tzinfo (1.2.2) thread_safe (~> 0.1) - xcodeproj (0.20.2) + xcodeproj (0.24.1) activesupport (>= 3) colored (~> 1.2) - xcpretty (0.1.7) + xcpretty (0.1.10) PLATFORMS ruby DEPENDENCIES + cocoapods slather - synx xcpretty From 46d1b33027ecfa91ca55e0ac475515896fa65736 Mon Sep 17 00:00:00 2001 From: wessmith and chrismaddern Date: Mon, 11 May 2015 15:00:49 -0400 Subject: [PATCH 2/2] Bump to 0.2.6 --- DeepLinkSDK.podspec | 2 +- Podfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DeepLinkSDK.podspec b/DeepLinkSDK.podspec index bdc602a..25f0db9 100644 --- a/DeepLinkSDK.podspec +++ b/DeepLinkSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DeepLinkSDK" - s.version = "0.2.5" + s.version = "0.2.6" s.summary = "A splendid route-matching, block-based way to handle your deep links." s.description = <<-DESC The Button DeepLink SDK is a splendid route-handling block-based way to handle deep links. Rather than decide how to format your URLs, parse them, pass data, and navigate to specific content or perform actions, this SDK and a few lines of code will get you on your way. diff --git a/Podfile.lock b/Podfile.lock index f1688fe..73d004c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - DeepLinkSDK (0.2.5) + - DeepLinkSDK (0.2.6) - Expecta (1.0.0) - KIF (3.2.2): - KIF/XCTest (= 3.2.2) @@ -16,13 +16,13 @@ DEPENDENCIES: EXTERNAL SOURCES: DeepLinkSDK: - :path: . + :path: "." SPEC CHECKSUMS: - DeepLinkSDK: d93fc424591db607b27b67e04c64f904282ea18c + DeepLinkSDK: 352e0366279e3904b6d5d6e87b16d1c962c3364c Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024 KIF: b0bd762b0c7890b04920cf618021d6d4fd5127bd OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92 Specta: 96fe05fe5c7348b5223f85e862904f6e832abb14 -COCOAPODS: 0.37.0 +COCOAPODS: 0.37.1