-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth Token specs #26
Merged
Merged
Auth Token specs #26
Changes from 13 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
18f19b9
Converted tests to Swift2:
ricardopereira 5f9a916
RSA3a ✅, RSA3b ✅, RSA3c ⚠️, RSA4 ✅
ricardopereira 09ff8db
RSA14 ✅
ricardopereira 3194d2c
RSA5 ✅
ricardopereira 344c3bc
RSA6 ✅
ricardopereira fca6878
RSA7 has changed
ricardopereira 47b74ac
Changed exception message when authCallback and authUrl are present
ricardopereira 2130db1
RSA15 ✅
ricardopereira dd2baf0
RSA15 has changed
ricardopereira 8ea6829
RSA7b1 <2705>, RSA7b3 <26a0>️, RSA7c <2705>, RSA12 needs wildcard
ricardopereira 9555a11
RSA7b1, RSA7b3️, RSA7. RSA12 needs wildcard
ricardopereira b515697
Retrocompability with older Xcodes. RSA7 is stable
ricardopereira 422c61e
Merge branch 'auth-token-specs' of https://github.com/ricardopereira/…
ricardopereira 471da1b
Fix last commit: duplicated code. Tried to amend a commit message
ricardopereira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
pod 'SocketRocket', '~> 0.3.1-beta2' | ||
pod 'SocketRocket', '~> 0.4.1' | ||
#pod 'msgpack', '~> 0.1.3' | ||
|
||
target 'ablySpec' do | ||
platform :ios, '8.0' | ||
use_frameworks! | ||
|
||
pod 'Quick', '~> 0.3.0' | ||
pod 'Nimble', '~> 1.0.0' | ||
pod 'Quick', '~> 0.6.0' | ||
pod 'Nimble', '~> 2.0.0' | ||
# Helpers | ||
pod 'Runes', '~> 2.0.0' | ||
pod 'SwiftyJSON', '~> 2.2.1' | ||
end | ||
pod 'Runes', '~> 3.0.0' | ||
pod 'SwiftyJSON', '~> 2.3.0' | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
PODS: | ||
- Nimble (1.0.0) | ||
- Quick (0.3.1) | ||
- Runes (2.0.0) | ||
- SocketRocket (0.3.1-beta2) | ||
- SwiftyJSON (2.2.1) | ||
- Nimble (2.0.0) | ||
- Quick (0.6.0) | ||
- Runes (3.0.0) | ||
- SocketRocket (0.4.1) | ||
- SwiftyJSON (2.3.0) | ||
|
||
DEPENDENCIES: | ||
- Nimble (~> 1.0.0) | ||
- Quick (~> 0.3.0) | ||
- Runes (~> 2.0.0) | ||
- SocketRocket (~> 0.3.1-beta2) | ||
- SwiftyJSON (~> 2.2.1) | ||
- Nimble (~> 2.0.0) | ||
- Quick (~> 0.6.0) | ||
- Runes (~> 3.0.0) | ||
- SocketRocket (~> 0.4.1) | ||
- SwiftyJSON (~> 2.3.0) | ||
|
||
SPEC CHECKSUMS: | ||
Nimble: 8bee528e5fcc403653076545db562d2b5db7bb87 | ||
Quick: 824572d3d198d51e52cf4aa722cebf7e59952a35 | ||
Runes: 4fe81355f4620b76b02176222d264b33e60dba51 | ||
SocketRocket: 7284ab9370a06c99aba92b2fe3a32aedd0f9a6fa | ||
SwiftyJSON: ae2d0a3d68025d136602a33c4ee215091ced3e33 | ||
Nimble: 472e75466819eb8c06299233e87c694a9b51328a | ||
Quick: 563686dbcf0ae0f9f7401ac9cd2d786ee1b7f3d7 | ||
Runes: b0ffeed58b9577155e53571508b4309c904ef587 | ||
SocketRocket: ee0b5c34182d37bb4f1f8d628bbe737718126daa | ||
SwiftyJSON: 8d6b61a70277ef2a5d710d372e06e7e2d87fb9e4 | ||
|
||
COCOAPODS: 0.38.2 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When will this get resolved Is it not possible to do it with this PR?