File tree 3 files changed +6
-2
lines changed
calabash/Classes/FranklyServer/Routes
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.22.2
2
+
3
+ Update Bundler gem version up to 2.2.11
4
+
1
5
### 0.22.1
2
6
3
7
Add support for new iPhones:
Original file line number Diff line number Diff line change 1
1
| Status | [ versioning] ( VERSIONING.md ) | [ license] ( LICENSE ) | [ contributing] ( CONTRIBUTING.md ) |
2
2
| --------| -----------------------------| --------------------| --------------------------------|
3
- | [ ![ Build Status] ( https://calabash-ci.xyz/buildStatus/icon?job=calabash-ios-server/develop )] ( https://calabash-ci.xyz/job/calabash-ios-server/develop ) | [ ![ Version] ( https://img.shields.io/badge/version-0.22.1 -green.svg )] ( https://img.shields.io/badge/version-0.22.1 -green.svg ) | [ ![ License] ( https://img.shields.io/badge/licence-Eclipse-blue.svg )] ( http://opensource.org/licenses/EPL-1.0 ) | [ ![ Contributing] ( https://img.shields.io/badge/contrib-gitflow-orange.svg )] ( https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/ ) |
3
+ | [ ![ Build Status] ( https://calabash-ci.xyz/buildStatus/icon?job=calabash-ios-server/develop )] ( https://calabash-ci.xyz/job/calabash-ios-server/develop ) | [ ![ Version] ( https://img.shields.io/badge/version-0.22.2 -green.svg )] ( https://img.shields.io/badge/version-0.22.2 -green.svg ) | [ ![ License] ( https://img.shields.io/badge/licence-Eclipse-blue.svg )] ( http://opensource.org/licenses/EPL-1.0 ) | [ ![ Contributing] ( https://img.shields.io/badge/contrib-gitflow-orange.svg )] ( https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/ ) |
4
4
5
5
## The Calabash iOS Server
6
6
Original file line number Diff line number Diff line change 21
21
Do not change the 'CALABASH VERSION' portion of the following constant without
22
22
updating the ruby API.
23
23
******************/
24
- #define kLPCALABASHVERSION @" CALABASH VERSION: 0.22.1 "
24
+ #define kLPCALABASHVERSION @" CALABASH VERSION: 0.22.2 "
25
25
26
26
@interface LPVersionRoute : NSObject <LPRoute>
27
27
You can’t perform that action at this time.
0 commit comments