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: 87712d914f0288a505e7e088508dddb0dd8fa3a7353673c0e18a647709f44587
4
- data.tar.gz: c8d64c5c6055df94bac0cb57d71dbe619a160457d1e5ee55e626e2ede112c785
3
+ metadata.gz: 76d31de356de4d3008414837224f44296bde1bd1ba35a1ff945ab18dfd2b7a24
4
+ data.tar.gz: 2bc3f4d94ee061fe405262df812e1ca55c61d163153b26d8507b1cd836bbd6c3
5
5
  SHA512:
6
- metadata.gz: dc22eafeef1ce220a5a6fd389d5d5e9a09170dd28d17225737934b3d74d438a1cde5c0074d549428a1bba73177720f8abc4e3fe322e65ea0d8b85fb3137a0e9f
7
- data.tar.gz: db65c89d49cf4431cdcce3a89c29ca68744c270e7b23de8676a573d3b9d338c3d1a3130a5bf7c1f618e3a490116a925dd24e21ab95fe44347cdb4a4816547ffb
6
+ metadata.gz: aecec2b5bd511178168a67c52a0d2782b9c55cc12d9348044e5b0d2ef36106a14dfc33d74a2755ff773e0223d44cd5a8d577536c039d89ef5b4675ccdd2d138c
7
+ data.tar.gz: 1b866485a7a4f94be2b00c6e45459ee020828d752e42e619e5f9a20813e15d84ab1b0a5ecf92e723017d80a810b589367fe37c9a7cab6fbd90d48be3cf1f55a6
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fastlane
4
- module XcresultToJunit
5
- VERSION = '0.4.4'
4
+ module XcresultToJunitFork
5
+ VERSION = '0.4.5'
6
6
  end
7
7
  end
@@ -3,7 +3,7 @@
3
3
  require 'fastlane/plugin/xcresult_to_junit_fork/version'
4
4
 
5
5
  module Fastlane
6
- module XcresultToJunit
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::XcresultToJunit.all_classes.each do |current|
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
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/xcresult_to_junit.rb
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