Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Dec 13, 2016
1 parent 368fc4b commit 82ee05e
Show file tree
Hide file tree
Showing 24 changed files with 1,906 additions and 1,702 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
target 'Sourcery' do
use_frameworks!

pod 'Stencil'
pod 'Stencil', :git => "git@github.com:kylef/Stencil", :commit => '39517b7'
pod 'Commander'
pod 'PathKit', :git => "git@github.com:kylef/PathKit.git", :commit => 'c662c2a'
pod 'KZFileWatchers'
pod 'SourceKitten', :git => "https://github.com/jpsim/SourceKitten", :commit => '9adc3e0'
pod 'SwiftTryCatch', :git => 'https://github.com/seanparsons/SwiftTryCatch', :commit => '798c512'
pod 'SourceKitten', :git => "git@github.com:jpsim/SourceKitten", :commit => '9adc3e0'
pod 'SwiftTryCatch', :git => 'git@github.com:seanparsons/SwiftTryCatch', :commit => '798c512'

target 'SourceryTests' do
inherit! :search_paths
Expand Down
26 changes: 16 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- SourceKitten (0.15.3):
- SWXMLHash (~> 3.0)
- Yams (~> 0.1)
- Stencil (0.7.2):
- Stencil (0.7.1):
- PathKit (~> 0.7.0)
- SwiftTryCatch (1.0.0)
- SWXMLHash (3.0.3)
Expand All @@ -19,31 +19,37 @@ DEPENDENCIES:
- Nimble
- PathKit (from `git@github.com:kylef/PathKit.git`, commit `c662c2a`)
- Quick
- SourceKitten (from `https://github.com/jpsim/SourceKitten`, commit `9adc3e0`)
- Stencil
- SwiftTryCatch (from `https://github.com/seanparsons/SwiftTryCatch`, commit `798c512`)
- SourceKitten (from `git@github.com:jpsim/SourceKitten`, commit `9adc3e0`)
- Stencil (from `git@github.com:kylef/Stencil`, commit `39517b7`)
- SwiftTryCatch (from `git@github.com:seanparsons/SwiftTryCatch`, commit `798c512`)

EXTERNAL SOURCES:
PathKit:
:commit: c662c2a
:git: git@github.com:kylef/PathKit.git
SourceKitten:
:commit: 9adc3e0
:git: https://github.com/jpsim/SourceKitten
:git: git@github.com:jpsim/SourceKitten
Stencil:
:commit: 39517b7
:git: git@github.com:kylef/Stencil
SwiftTryCatch:
:commit: 798c512
:git: https://github.com/seanparsons/SwiftTryCatch
:git: git@github.com:seanparsons/SwiftTryCatch

CHECKOUT OPTIONS:
PathKit:
:commit: c662c2a
:git: git@github.com:kylef/PathKit.git
SourceKitten:
:commit: 9adc3e0
:git: https://github.com/jpsim/SourceKitten
:git: git@github.com:jpsim/SourceKitten
Stencil:
:commit: 39517b7
:git: git@github.com:kylef/Stencil
SwiftTryCatch:
:commit: 798c512
:git: https://github.com/seanparsons/SwiftTryCatch
:git: git@github.com:seanparsons/SwiftTryCatch

SPEC CHECKSUMS:
Commander: fba7c96c9e787ecc8ebe0737be875e1e18ef47ff
Expand All @@ -52,11 +58,11 @@ SPEC CHECKSUMS:
PathKit: 81fe9770b9c5b345c658da9c90f35a2bbae203c0
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff
SourceKitten: b1c2b57ad895b54f982389216470cc187036473c
Stencil: 7eeda74c79617b2802fd2f1267ac75e7d42fe925
Stencil: 4177c0cabcdc40dd9be9b7f701d710d0a121023a
SwiftTryCatch: 8dec58919b07ddba4f23c80e814f7e49f05da548
SWXMLHash: 80d2529d74891bb2f15305a0b9e08f2a4f229ee7
Yams: f8fa6d924acf1f8b3a32c0d44a02b9b30130f2f6

PODFILE CHECKSUM: 57bd214c9499961ce2ef0283ad00cd503e64ef74
PODFILE CHECKSUM: d19caadb2e4e93bcf02e86b2e9f1a3cccef873ea

COCOAPODS: 1.2.0.beta.1
32 changes: 32 additions & 0 deletions Pods/Local Podspecs/Stencil.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 16 additions & 10 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82ee05e

Please sign in to comment.