fastlane-plugin-xcresult_to_junit_fork 0.4.4 → 0.4.5
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76d31de356de4d3008414837224f44296bde1bd1ba35a1ff945ab18dfd2b7a24
|
4
|
+
data.tar.gz: 2bc3f4d94ee061fe405262df812e1ca55c61d163153b26d8507b1cd836bbd6c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aecec2b5bd511178168a67c52a0d2782b9c55cc12d9348044e5b0d2ef36106a14dfc33d74a2755ff773e0223d44cd5a8d577536c039d89ef5b4675ccdd2d138c
|
7
|
+
data.tar.gz: 1b866485a7a4f94be2b00c6e45459ee020828d752e42e619e5f9a20813e15d84ab1b0a5ecf92e723017d80a810b589367fe37c9a7cab6fbd90d48be3cf1f55a6
|
@@ -3,7 +3,7 @@
|
|
3
3
|
require 'fastlane/plugin/xcresult_to_junit_fork/version'
|
4
4
|
|
5
5
|
module Fastlane
|
6
|
-
module
|
6
|
+
module XcresultToJunitFork
|
7
7
|
# Return all .rb files inside the "actions" and "helper" directory
|
8
8
|
def self.all_classes
|
9
9
|
Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
|
@@ -13,6 +13,6 @@ end
|
|
13
13
|
|
14
14
|
# By default we want to import all available actions and helpers
|
15
15
|
# A plugin can contain any number of actions and plugins
|
16
|
-
Fastlane::
|
16
|
+
Fastlane::XcresultToJunitFork.all_classes.each do |current|
|
17
17
|
require current
|
18
18
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-xcresult_to_junit_fork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jack Hosking
|
@@ -130,7 +130,7 @@ extra_rdoc_files: []
|
|
130
130
|
files:
|
131
131
|
- LICENSE
|
132
132
|
- README.md
|
133
|
-
- lib/fastlane/plugin/
|
133
|
+
- lib/fastlane/plugin/xcresult_to_junit_fork.rb
|
134
134
|
- lib/fastlane/plugin/xcresult_to_junit_fork/actions/xcresult_to_junit_action.rb
|
135
135
|
- lib/fastlane/plugin/xcresult_to_junit_fork/helper/xcresult_to_junit_helper.rb
|
136
136
|
- lib/fastlane/plugin/xcresult_to_junit_fork/version.rb
|