fastlane-plugin-xcode_test_reporter 1.0.0 → 1.0.1

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: 28cf643246a542a1a798a4b00f8fdbf10f9992d0
4
- data.tar.gz: 945d3db868f7aa3de589cf198c889a85decd2737
3
+ metadata.gz: d7e0a49f45409ffd77d38aec039666a43ba04266
4
+ data.tar.gz: c2885985633c45a4f4c91f132dba014e3551bc16
5
5
  SHA512:
6
- metadata.gz: 4ecdeee1e8099c6a98c6aaf6ebeacf663ac015150f0e50ff95b0fb35bf5b57010a560f4b29b6bcd498c06dfa2d8eaa880b8b31a89854d680554d0751d88722ff
7
- data.tar.gz: 4008f1f311b97ce2e46ae18af6818e766dbdf1fa095db50027ae7a9f38a9d39b1e8b3b0432138369e20bd78c056aed2c39670b946b7effb1f84016d3e210f9ac
6
+ metadata.gz: 0905bb4bbf9cd767635db1a8a988ef3cdecd246812d9700e161c81d8f09153591134c6701caf9581ac05c87525a8dc26c39ccf210a59a305da5cbebe77b753dd
7
+ data.tar.gz: 38dc83abfbe1214ab6682c5ddaeb89377063eb8a6c154900cae2b458ba5497ef4f828b3540271547dd096aafdd17ad62db6fadfbe35b9a6d5bf4435ce886a34f
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # xcode_test_reporter plugin
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-xcode_test_reporter)
4
+ [![Gem Version](https://badge.fury.io/rb/fastlane-plugin-xcode_test_reporter.svg)](https://badge.fury.io/rb/fastlane-plugin-xcode_test_reporter)
4
5
  [![CircleCI](https://circleci.com/gh/taisukeh/fastlane-plugin-xcode_test_reporter.svg?style=svg)](https://circleci.com/gh/taisukeh/fastlane-plugin-xcode_test_reporter)
5
6
 
6
7
  ## Getting Started
Binary file
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module XcodeTestReporter
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-xcode_test_reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taisuke Hori
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-03 00:00:00.000000000 Z
11
+ date: 2018-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -144,6 +144,7 @@ extra_rdoc_files: []
144
144
  files:
145
145
  - LICENSE
146
146
  - README.md
147
+ - bin/xcode-test-reporter
147
148
  - lib/fastlane/plugin/xcode_test_reporter.rb
148
149
  - lib/fastlane/plugin/xcode_test_reporter/actions/xcode_test_reporter_action.rb
149
150
  - lib/fastlane/plugin/xcode_test_reporter/helper/xcode_test_reporter_helper.rb