This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
REPO="twingate" | |
IMAGE=$REPO/connector:latest | |
CID=$(docker ps -a --format "{{.Names}} {{.Image}}" | grep $REPO | awk '{print $1}') | |
docker pull $IMAGE | |
for im in $CID | |
do | |
LATEST=`docker inspect --format "{{.Id}}" $IMAGE` | |
RUNNING=`docker inspect --format "{{.Image}}" $im` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "SMPageControl" | |
s.version = "0.0.1" | |
s.summary = "UIPageControl’s fancy one-upping cousin." | |
s.description = <<-DESC | |
Designers love to make beautifully custom page controls that fit in with all the wood, | |
gradients, and inner shadows they've worked so hard perfecting. | |
Who can blame them?! SMPageControl makes it dead simple to give them what they want. Even | |
better, SMPageControl is a drop in replacement for UIPageControl. It mirrors all the functions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'Nimbus' | |
s.version = '1.0.0' | |
s.license = 'Apache License, Version 2.0' | |
s.summary = 'An iOS framework whose growth is bounded by O(documentation).' | |
s.homepage = 'http://docs.nimbuskit.info/index.html' | |
s.author = { 'Jeff Verkoeyen' => 'jverkoey@gmail.com', | |
'Bubnov Slavik' => 'bubnovslavik@gmail.com', | |
'Roger Chapman' => 'rogchap@gmail.com', | |
'Manu Cornet' => 'manu.cornet@gmail.com', |