Skip to content

Commit

Permalink
Update dependencies for the modern era
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Oct 1, 2014
1 parent 40c2f39 commit 5d7b121
Show file tree
Hide file tree
Showing 5 changed files with 1,185 additions and 516 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rake', '~> 10.1.0'
gem 'rake', '~> 10.3.0'
gem 'cocoapods', '~> 0.34.1'
gem 'xcpretty', '~> 0.1.6'
gem 'xctasks', '~> 0.4.1'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
open4 (1.3.4)
rake (10.1.1)
rake (10.3.2)
xcodeproj (0.19.2)
CFPropertyList (~> 2.2)
activesupport (~> 3.0)
Expand All @@ -60,6 +60,6 @@ PLATFORMS

DEPENDENCIES
cocoapods (~> 0.34.1)
rake (~> 10.1.0)
rake (~> 10.3.0)
xcpretty (~> 0.1.6)
xctasks (~> 0.4.1)
6 changes: 4 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
source 'https://github.com/CocoaPods/Specs.git'

target :ios do
platform :ios, '5.0'
link_with 'iOS Specs'

pod 'TransitionKit', path: '.'
pod 'Kiwi/XCTest', '~> 2.2.3'
pod 'Kiwi', '~> 2.3.0'
end

target :osx do
platform :osx, '10.7'
link_with 'OS X Specs'

pod 'TransitionKit', path: '.'
pod 'Kiwi/XCTest', '~> 2.2.3'
pod 'Kiwi', '~> 2.3.0'
end
12 changes: 4 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
PODS:
- Kiwi/ARC (2.2.4)
- Kiwi/NonARC (2.2.4)
- Kiwi/XCTest (2.2.4):
- Kiwi/ARC
- Kiwi/NonARC
- Kiwi (2.3.0)
- TransitionKit (2.1.0)

DEPENDENCIES:
- Kiwi/XCTest (~> 2.2.3)
- Kiwi (~> 2.3.0)
- TransitionKit (from `.`)

EXTERNAL SOURCES:
TransitionKit:
:path: .

SPEC CHECKSUMS:
Kiwi: d60d7498b640a16f58b01925fc3c8d7c4d809f66
Kiwi: 54bece5b35564d9b8e03c608d926f1a22fcfc589
TransitionKit: 60b6a2cd9370e471c960b2cdf23b0b2593867625

COCOAPODS: 0.29.0
COCOAPODS: 0.34.1
Loading

0 comments on commit 5d7b121

Please sign in to comment.