fastlane-plugin-compilation_time_report 0.2.0 → 1.0.0

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: 2882b64d2b10cc2b95a4f8cd12b9da04bd5e0f35
4
- data.tar.gz: 806e892d0f2ee8faf4133cd907e948135e83a43a
3
+ metadata.gz: 6b4e8d17973403f687fcb2d023c2b83fb52c36d0
4
+ data.tar.gz: a4cb164b790838981a7fd6243bbc7186464c4703
5
5
  SHA512:
6
- metadata.gz: 52ca16ae425ff7fd8e1204ae0f9aa12466654ed53feb28f56beb61e0863b724107b54e3c4631fe480c436f87ab4a0e4787c4560e2a764c028539cbba84d8934b
7
- data.tar.gz: efb857b66c8577386507ec513640552f10acc7a490388a639c0a588f06551d5288cb9c04ceeb7ff1b1f9f95bede7e7699d0f3a1296d24a85a1e05e4b31dbb2c0
6
+ metadata.gz: 2b0db14d2a02f86807537f94db04a38727562ed84992564631005af58e3a1fee0a5e35c7881934055caeda7d8b20ce51c842acca690455546018c0bb7cbeeaac
7
+ data.tar.gz: 37e49a6e3739ef06c853e579eb7482066388af73b78376ed40b7f9a6c8bc9aabb4b97a7291bc33f594ffd28c85abfff5726b84fc2c3bdc2809ccfb8a1980c1bf
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # compilation_time_report plugin
2
2
 
3
- [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-compilation_time_report)
3
+ [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-compilation_time_report) [![Gem Version](https://badge.fury.io/rb/fastlane-plugin-compilation_time_report.svg)](https://badge.fury.io/rb/fastlane-plugin-compilation_time_report)
4
4
 
5
5
  ## Getting Started
6
6
 
@@ -14,14 +14,12 @@ fastlane add_plugin compilation_time_report
14
14
 
15
15
  Generate custom HTML report compilation time of each Swift func
16
16
 
17
- **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
17
+ ![Example](https://github.com/TinkoffCreditSystems/fastlane-plugin-compilation_time_report/blob/master/assets/report_example.png?raw=true)
18
18
 
19
19
  ## Example
20
20
 
21
21
  Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
22
22
 
23
- **Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
24
-
25
23
  ## Run tests for this plugin
26
24
 
27
25
  To run both the tests, and code style validation, run
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module CompilationTimeReport
3
- VERSION = "0.2.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-compilation_time_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - i.v.vasilenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-24 00:00:00.000000000 Z
11
+ date: 2019-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry