Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit f12f755

Browse files
committed
Tag 3.0 beta 2
1 parent 872f80a commit f12f755

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.jazzy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ head: |
5353
<link rel="shortcut icon" type="image/x-icon" href="//www.bignerdranch.com/favicon.png">
5454
hide_documentation_coverage: true
5555
module: Deferred
56-
module_version: "3.0.0-beta.1"
56+
module_version: "3.0.0-beta.2"
5757
root_url: "http://bignerdranch.github.io/Deferred/"
5858
theme: fullwidth

BNRDeferred.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
33
s.name = "BNRDeferred"
4-
s.version = "3.0.0-beta.1"
4+
s.version = "3.0.0-beta.2"
55
s.summary = "Work with values that haven't been determined yet."
66

77
s.description = <<-DESC
@@ -31,9 +31,9 @@ Pod::Spec.new do |s|
3131
s.source = { :git => "https://github.com/bignerdranch/Deferred.git", :tag => "#{s.version}" }
3232

3333
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
34-
s.source_files = "Sources/**/*.{swift,h}"
35-
s.exclude_files = ["Sources/TestSupport", "Sources/*.h"]
36-
s.preserve_path = "Sources/**/*.modulemap"
34+
s.source_files = "Sources/**/*.swift"
35+
s.exclude_files = "Sources/TestSupport"
36+
s.preserve_path = ["Sources/**/*.modulemap", "Sources/**/*.h"]
3737
s.module_name = "Deferred"
3838

3939
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

Documentation/Guide/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are a few different options to install Deferred.
1313
Add the following to your Cartfile:
1414

1515
```
16-
github "bignerdranch/Deferred" "3.0.0-beta.1"
16+
github "bignerdranch/Deferred" "3.0.0-beta.2"
1717
```
1818

1919
Then run `carthage update`.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2016 John Gallagher, Big Nerd Ranch, and other contributors:
1+
Copyright (c) 2014-2016 John Gallagher, Zachary Waldowski, and contributors:
22

33
https://github.com/bignerdranch/Deferred/contributors
44

0 commit comments

Comments
 (0)