learn-xcpretty 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/xcpretty/reporters/learn.rb +1 -1
- data/lib/xcpretty/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 355dc4560083f5009cadf4959a0169a60d4c09a0
|
4
|
+
data.tar.gz: 5870ce4e37e226d822d2072c4ff9c22c3d281318
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e9a9a778a58116b4c6507fab83b88077e3ffb2bab2163a0b45d762119d837a4272bb942444c2c237bdade062230f82eba4bbfd1bd1956cf10c67bb92a7a43a2
|
7
|
+
data.tar.gz: b0ceaf223a48e39522e658facd6d7458c8cb841cb330d5e7032e216f8b0ac52e2585cc9ad0f5694241c641c27aa65debe4f3b2f69005db0495bdb5e823dedc18
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ You must have xcode setup with an account with certification to run tests.
|
|
5
5
|
To run tests with learn-xcpretty in command line and report to ironbroker, enter:
|
6
6
|
|
7
7
|
```
|
8
|
-
xcodebuild -workspace yourworkspace.xcworkspace/ -scheme yourscheme test -sdk
|
8
|
+
xcodebuild -workspace yourworkspace.xcworkspace/ -scheme yourscheme test -sdk iphonesimulator8.3 | learn-xcpretty -t --report learn
|
9
9
|
```
|
10
10
|
|
11
11
|
Currently, this will send to `staging.ironbroker.flatironschool.com`
|
data/lib/xcpretty/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: learn-xcpretty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marin Usalj
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2016-05-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
220
|
version: '0'
|
221
221
|
requirements: []
|
222
222
|
rubyforge_project:
|
223
|
-
rubygems_version: 2.4.
|
223
|
+
rubygems_version: 2.4.8
|
224
224
|
signing_key:
|
225
225
|
specification_version: 4
|
226
226
|
summary: xcodebuild formatter done right
|