Skip to content

Commit 592eb01

Browse files
committed
Rename repo's org from shopgun to tjek, and podspec to Tjek-Future
1 parent 45a2f8b commit 592eb01

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🕰 Future
22

3-
![Swift 5](https://github.com/shopgun/swift-future/workflows/Swift/badge.svg)
4-
[![Cocoapods](https://img.shields.io/cocoapods/v/ShopGun-Future.svg)](http://cocoapods.org/pods/ShopGun-Future)
3+
![Swift 5](https://github.com/tjek/swift-future/workflows/Swift/badge.svg)
4+
[![Cocoapods](https://img.shields.io/cocoapods/v/Tjek-Future.svg)](http://cocoapods.org/pods/Tjek-Future)
55
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
66

77
A `Future` just represents some 'work', that _may_ take some time (or not).

Tests/FutureTests/FutureResultTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// FutureTests
44
//
55
// Created by Laurie Hufford on 27/03/2019.
6-
// Copyright © 2019 ShopGun. All rights reserved.
6+
// Copyright © 2019 Tjek. All rights reserved.
77
//
88

99
import XCTest

Tests/FutureTests/FutureTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// FutureTests
44
//
55
// Created by Laurie Hufford on 27/03/2019.
6-
// Copyright © 2019 ShopGun. All rights reserved.
6+
// Copyright © 2019 Tjek. All rights reserved.
77
//
88

99
import XCTest

ShopGun-Future.podspec Tjek-Future.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
2-
s.name = "ShopGun-Future"
2+
s.name = "Tjek-Future"
33
s.module_name = "Future"
4-
s.version = "0.5.2"
4+
s.version = "0.5.3"
55
s.summary = "🕰 A simple Swift Future type"
66

77
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
This library includes a number of extra wrappers around common operations, allowing them to easily chained with other futures.
1515
DESC
1616

17-
s.homepage = "https://github.com/shopgun/swift-future"
17+
s.homepage = "https://github.com/tjek/swift-future"
1818

1919
s.license = "MIT"
2020

@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
}
2424

2525
s.source = {
26-
:git => "https://github.com/shopgun/swift-future.git",
26+
:git => "https://github.com/tjek/swift-future.git",
2727
:tag => s.version
2828
}
2929

0 commit comments

Comments
 (0)