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 +4 -4
- data/README.md +2 -4
- data/lib/fastlane/plugin/compilation_time_report/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b4e8d17973403f687fcb2d023c2b83fb52c36d0
|
4
|
+
data.tar.gz: a4cb164b790838981a7fd6243bbc7186464c4703
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
[](https://rubygems.org/gems/fastlane-plugin-compilation_time_report)
|
3
|
+
[](https://rubygems.org/gems/fastlane-plugin-compilation_time_report) [](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
|
-
|
17
|
+

|
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
|
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.
|
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-
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|