Skip to content

Commit c3c0cac

Browse files
freak4pckzaher
authored andcommitted
Bump version to 6.0.0-beta.1
1 parent fd6fb2b commit c3c0cac

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

RxBlocking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBlocking"
3-
s.version = "5.0.1"
3+
s.version = "6.0.0-beta.1"
44
s.summary = "RxSwift Blocking operatos"
55
s.description = <<-DESC
66
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
@@ -25,6 +25,6 @@ Waiting for observable sequence to complete before exiting command line applicat
2525
s.source_files = 'RxBlocking/**/*.swift', 'Platform/**/*.swift'
2626
s.exclude_files = 'RxBlocking/Platform/**/*.swift'
2727

28-
s.dependency 'RxSwift', '~> 5'
28+
s.dependency 'RxSwift', '>=6.0.0.beta-1'
2929
s.swift_version = '5.1'
3030
end

RxBlocking/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.1</string>
18+
<string>6.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxCocoa.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxCocoa"
3-
s.version = "5.0.1"
3+
s.version = "6.0.0-beta.1"
44
s.summary = "RxSwift Cocoa extensions"
55
s.description = <<-DESC
66
* UI extensions
@@ -22,8 +22,8 @@ Pod::Spec.new do |s|
2222
s.source_files = 'RxCocoa/**/*.{swift,h,m}', 'Platform/**/*.swift'
2323
s.exclude_files = 'RxCocoa/Platform/**/*.swift', 'Platform/AtomicInt.swift'
2424

25-
s.dependency 'RxSwift', '~> 5'
26-
s.dependency 'RxRelay', '~> 5'
25+
s.dependency 'RxSwift', '>=6.0.0.beta-1'
26+
s.dependency 'RxRelay', '>=6.0.0.beta-1'
2727

2828
s.swift_version = '5.1'
2929
end

RxCocoa/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.1</string>
18+
<string>6.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxRelay.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxRelay"
3-
s.version = "5.0.1"
3+
s.version = "6.0.0-beta.1"
44
s.summary = "Relays for RxSwift - PublishRelay and BehaviorRelay"
55
s.description = <<-DESC
66
Relays for RxSwift - PublishRelay and BehaviorRelay
@@ -23,6 +23,6 @@ Relays for RxSwift - PublishRelay and BehaviorRelay
2323

2424
s.source_files = 'RxRelay/**/*.{swift,h,m}'
2525

26-
s.dependency 'RxSwift', '~> 5'
26+
s.dependency 'RxSwift', '>=6.0.0.beta-1'
2727
s.swift_version = '5.1'
2828
end

RxRelay/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.1</string>
18+
<string>6.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxSwift"
3-
s.version = "5.0.1"
3+
s.version = "6.0.0-beta.1"
44
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
55
s.description = <<-DESC
66
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)

RxSwift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.1</string>
18+
<string>6.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxTest.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxTest"
3-
s.version = "5.0.1"
3+
s.version = "6.0.0-beta.1"
44
s.summary = "RxSwift Testing extensions"
55
s.description = <<-DESC
66
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
@@ -56,8 +56,8 @@ func testMap() {
5656

5757
s.framework = 'XCTest'
5858

59-
s.dependency 'RxSwift', '~> 5'
60-
s.swift_version = '5.0'
59+
s.dependency 'RxSwift', '>=6.0.0.beta-1'
60+
s.swift_version = '5.1'
6161

6262
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
6363
end

RxTest/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.1</string>
18+
<string>6.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

scripts/all-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ function checkPlistVersions() {
102102
PODSPEC_VERSION=`cat $project.podspec | grep -E "s.version\s+=" | cut -d '"' -f 2`
103103
ensureVersionEqual "$RXSWIFT_VERSION" "$PODSPEC_VERSION" "${project} version not equal"
104104
PLIST_VERSION=`defaults read "\`pwd\`/${project}/Info.plist" CFBundleShortVersionString`
105-
if ! ( [[ ${RXSWIFT_VERSION} = *"-"* && "${PLIST_VERSION}-"* == "${RXSWIFT_VERSION}" ]] || [[ ! ${RXSWIFT_VERSION} == *"-"* && "${PLIST_VERSION}" == "${RXSWIFT_VERSION}" ]] ) ; then
105+
if ! ( [[ ${RXSWIFT_VERSION} = *"-"* && "${PLIST_VERSION}-"* == "${RXSWIFT_VERSION}" ]] || [[ "${PLIST_VERSION}" == "${RXSWIFT_VERSION}" ]] ) ; then
106106
echo "Invalid version for `pwd`/${project}/Info.plist: ${PLIST_VERSION}"
107-
exit -1
107+
exit -1
108108
fi
109109
done
110110
}

0 commit comments

Comments
 (0)