Skip to content

Commit 302c1a7

Browse files
authored
Merge pull request #30 from ReSwift/next-release
Release 0.3.0
2 parents 5c5d850 + 3405f66 commit 302c1a7

File tree

274 files changed

+7648
-1318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+7648
-1318
lines changed

.DS_Store

6 KB
Binary file not shown.

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReSwift/ReSwift" ~> 1.0
1+
github "ReSwift/ReSwift" "next-release"

Cartfile.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v3.2.0"
2-
github "Quick/Quick" "v0.9.1"
3-
github "ReSwift/ReSwift" "1.0.0"
1+
github "Quick/Nimble" "v4.1.0"
2+
github "Quick/Quick" "v0.9.2"
3+
github "ReSwift/ReSwift" "ba758666e8455cb3c3ef898f1ae92070111b93cf"
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
system

Carthage/Checkouts/Nimble/.travis.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,33 @@
1-
osx_image: xcode7.2
1+
osx_image: xcode7.3
22
language: generic
33
matrix:
44
include:
5+
- os: osx
6+
sudo: required
7+
env: TYPE=podspec
58
- os: osx
69
env: NIMBLE_RUNTIME_IOS_SDK_VERSION=9.0 TYPE=ios
10+
- os: osx
11+
env: NIMBLE_RUNTIME_TVOS_SDK_VERSION=9.0 TYPE=tvos
712
- os: osx
813
env: NIMBLE_RUNTIME_OSX_SDK_VERSION=10.10 TYPE=osx
914
- os: osx
1015
env: TYPE=swiftpm
16+
- os: osx
17+
env: NIMBLE_RUNTIME_IOS_SDK_VERSION=10.0 TYPE=ios
18+
osx_image: xcode8
19+
- os: osx
20+
env: NIMBLE_RUNTIME_TVOS_SDK_VERSION=10.0 TYPE=tvos
21+
osx_image: xcode8
22+
- os: osx
23+
env: NIMBLE_RUNTIME_OSX_SDK_VERSION=10.12 TYPE=osx
24+
osx_image: xcode8
1125
- os: linux
1226
dist: trusty
1327
sudo: required
1428
env: TYPE=swiftpm
1529
install:
1630
- if [[ "$TYPE" == "swiftpm" ]]; then eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"; fi
31+
- if [[ "$TYPE" == "podspec" ]]; then sudo gem install bundler; bundle install; fi
1732
script:
1833
- ./test $TYPE

Carthage/Checkouts/Nimble/CONTRIBUTING.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ The process is relatively straight forward, but here's is a useful checklist for
104104

105105
- Look at changes from the previously tagged release and write release notes: `git log v0.4.0...HEAD`
106106
- Run the release script: `./script/release A.B.C release-notes-file`
107-
- Go to [github releases](https://github.com/Quick/Nimble/releases) and mark the tagged commit as a release.
108-
- Use the same release notes you created for the tag, but tweak up formatting for github.
109-
- Attach the carthage release `Nimble.framework.zip` to the release.
107+
- The script will prompt you to create a new [GitHub release](https://github.com/Quick/Nimble/releases).
108+
- Use the same release notes you created for the tag, but tweak up formatting for GitHub.
109+
- Update [Quick](https://github.com/Quick/Quick)
110+
- Update Quick's submodule reference to the newly released Nimble version
111+
- Update Nimble version in `README.md` and Documentation in [Quick](https://github.com/Quick/Quick) if it's not a patch version update.
110112
- Announce!

Carthage/Checkouts/Nimble/Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# A sample Gemfile
2+
source "https://rubygems.org"
3+
4+
gem 'cocoapods'
+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.6)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
claide (0.9.1)
11+
cocoapods (0.39.0)
12+
activesupport (>= 4.0.2)
13+
claide (~> 0.9.1)
14+
cocoapods-core (= 0.39.0)
15+
cocoapods-downloader (~> 0.9.3)
16+
cocoapods-plugins (~> 0.4.2)
17+
cocoapods-search (~> 0.1.0)
18+
cocoapods-stats (~> 0.6.2)
19+
cocoapods-trunk (~> 0.6.4)
20+
cocoapods-try (~> 0.5.1)
21+
colored (~> 1.2)
22+
escape (~> 0.0.4)
23+
molinillo (~> 0.4.0)
24+
nap (~> 1.0)
25+
xcodeproj (~> 0.28.2)
26+
cocoapods-core (0.39.0)
27+
activesupport (>= 4.0.2)
28+
fuzzy_match (~> 2.0.4)
29+
nap (~> 1.0)
30+
cocoapods-downloader (0.9.3)
31+
cocoapods-plugins (0.4.2)
32+
nap
33+
cocoapods-search (0.1.0)
34+
cocoapods-stats (0.6.2)
35+
cocoapods-trunk (0.6.4)
36+
nap (>= 0.8, < 2.0)
37+
netrc (= 0.7.8)
38+
cocoapods-try (0.5.1)
39+
colored (1.2)
40+
escape (0.0.4)
41+
fuzzy_match (2.0.4)
42+
i18n (0.7.0)
43+
json (1.8.3)
44+
minitest (5.8.4)
45+
molinillo (0.4.4)
46+
nap (1.1.0)
47+
netrc (0.7.8)
48+
thread_safe (0.3.5)
49+
tzinfo (1.2.2)
50+
thread_safe (~> 0.1)
51+
xcodeproj (0.28.2)
52+
activesupport (>= 3)
53+
claide (~> 0.9.1)
54+
colored (~> 1.2)
55+
56+
PLATFORMS
57+
ruby
58+
59+
DEPENDENCIES
60+
cocoapods
61+
62+
BUNDLED WITH
63+
1.11.2

Carthage/Checkouts/Nimble/Nimble.podspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Nimble"
3-
s.version = "3.2.0"
3+
s.version = "4.1.0"
44
s.summary = "A Matcher Framework for Swift and Objective-C"
55
s.description = <<-DESC
66
Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.
@@ -14,6 +14,8 @@ Pod::Spec.new do |s|
1414
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v#{s.version}" }
1515

1616
s.source_files = "Sources/Nimble/**/*.{swift,h,m}"
17+
s.private_header_files = "Sources/Nimble/Adapters/ObjectiveC/CurrentTestCaseTracker.h"
18+
s.exclude_files = "Sources/Nimble/Adapters/NonObjectiveC/*.swift"
1719
s.weak_framework = "XCTest"
1820
s.requires_arc = true
1921
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'OTHER_LDFLAGS' => '-weak-lswiftXCTest', 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks"' }

0 commit comments

Comments
 (0)