learn-xcpretty 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65f7f816be51d48b2e9bcb4bdd05c51a51336587
4
- data.tar.gz: f554501a1d8489769f1a2d9a576ba00aa5b4e176
3
+ metadata.gz: 355dc4560083f5009cadf4959a0169a60d4c09a0
4
+ data.tar.gz: 5870ce4e37e226d822d2072c4ff9c22c3d281318
5
5
  SHA512:
6
- metadata.gz: 923ae7ae9ea20eb138779a766020da8c86bb717d422ad19c9981ce316a4a1d45c70b03740bad18d552b56d1ef2ec0fb1cf57f146607b6252df90c40ed65b8bb3
7
- data.tar.gz: 610a03fb112cb22882f1809b1e06589a3be12ba13729714300941302ef74c0a670ed235c967fa21aeceaf86f24831f8221cccaaa8a85b934232577c147e848ed
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 iphonesimulator7.1 | learn-xcpretty -t --report learn
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`
@@ -1,7 +1,7 @@
1
1
  module XCPretty
2
2
  class Learn
3
3
  SERVICE_URL = 'http://ironbroker.flatironschool.com'
4
- SERVICE_ENDPOINT = '/e/flatiron_xcpretty/build'
4
+ SERVICE_ENDPOINT = '/e/flatiron_xcpretty'
5
5
 
6
6
  include XCPretty::FormatMethods
7
7
 
@@ -1,3 +1,3 @@
1
1
  module XCPretty
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
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.11
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: 2015-04-20 00:00:00.000000000 Z
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.5
223
+ rubygems_version: 2.4.8
224
224
  signing_key:
225
225
  specification_version: 4
226
226
  summary: xcodebuild formatter done right