fastlane-plugin-nico 0.10.6 → 0.10.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 259c370e91a20c3cd611d0c7c177e77e8513d5e1d9e3475cdb95b5f3371549e6
4
- data.tar.gz: 243639ffeb90a983f58a92d3e8662bfaf8878af2217cb0077f2fc9349994ed9e
3
+ metadata.gz: 7f6f0043b754bb7deab5c305fc1671e750232b518a27919e2997f40200adf910
4
+ data.tar.gz: 1169abd26b2e60e98f0359573837ff3be5eee8c25eea7c12f27b9bb27cf34271
5
5
  SHA512:
6
- metadata.gz: aee24183a3debfd3c4b99612737426f8047df98bdb9bf9111aabf9dae35f2a5862d7a9aea1a516fc19a1a1074196b29056063ab8f6beb06965cf99db4a434645
7
- data.tar.gz: 7b5cad5c552acde4ff08d1415be04540337f74224117c4bd6ee30e5d12dedc97a6d48a2d6a274f56d4bc718d0df580422f1cf02c8de86581544a7d15e1f71b13
6
+ metadata.gz: b9d9fd7a85430b8d0329fd37f321e672018e6c3c392aca0c57fa8d1deec8bd0345fcfa5d7e5123f345e36f6582fd5124e8410d140289519b497b7d2b62021e25
7
+ data.tar.gz: b840ae5cf9fd70217bcdc24ebec7cbc1dbae801b665ff24b3e088cdea364de5e58d3ab3407bcb7db34d5102f8e23d375cbfbf686883df7d14c140b216003f4d2
@@ -81,7 +81,7 @@ module Fastlane
81
81
  FastlaneCore::PrintTable.print_values(
82
82
  config: params,
83
83
  hide_keys: [],
84
- title: "Summary for Emerge Upload #{Fastlane::Emerge::VERSION}"
84
+ title: "Summary for Emerge Upload #{Fastlane::Nico::VERSION}"
85
85
  )
86
86
  end
87
87
 
@@ -94,7 +94,7 @@ module Fastlane
94
94
  {
95
95
  'Content-Type' => content_type,
96
96
  'X-API-Token' => api_token,
97
- 'User-Agent' => "fastlane-plugin-nico/#{Fastlane::Emerge::VERSION}"
97
+ 'User-Agent' => "fastlane-plugin-nico/#{Fastlane::Nico::VERSION}"
98
98
  }
99
99
  end
100
100
 
@@ -1,5 +1,5 @@
1
- module Fastlane
2
- module Emerge
3
- VERSION = "0.10.6"
4
- end
5
- end
1
+ # module Fastlane
2
+ # module Emerge
3
+ # VERSION = "0.10.6"
4
+ # end
5
+ # end
@@ -1,16 +1,16 @@
1
- require 'fastlane/plugin/emerge/version'
1
+ # require 'fastlane/plugin/emerge/version'
2
2
 
3
- module Fastlane
4
- module Emerge
5
- # Return all .rb files inside the "actions" and "helper" directory
6
- def self.all_classes
7
- Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
8
- end
9
- end
10
- end
3
+ # module Fastlane
4
+ # module Emerge
5
+ # # Return all .rb files inside the "actions" and "helper" directory
6
+ # def self.all_classes
7
+ # Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
8
+ # end
9
+ # end
10
+ # end
11
11
 
12
- # By default we want to import all available actions and helpers
13
- # A plugin can contain any number of actions and plugins
14
- Fastlane::Emerge.all_classes.each do |current|
15
- require current
16
- end
12
+ # # By default we want to import all available actions and helpers
13
+ # # A plugin can contain any number of actions and plugins
14
+ # Fastlane::Emerge.all_classes.each do |current|
15
+ # require current
16
+ # end
@@ -0,0 +1,5 @@
1
+ module Fastlane
2
+ module Nico
3
+ VERSION = "0.10.8"
4
+ end
5
+ end
@@ -0,0 +1,16 @@
1
+ require 'fastlane/plugin/nico/version'
2
+
3
+ module Fastlane
4
+ module Nico
5
+ # Return all .rb files inside the "actions" and "helper" directory
6
+ def self.all_classes
7
+ Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
8
+ end
9
+ end
10
+ end
11
+
12
+ # By default we want to import all available actions and helpers
13
+ # A plugin can contain any number of actions and plugins
14
+ Fastlane::Nico.all_classes.each do |current|
15
+ require current
16
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-nico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.6
4
+ version: 0.10.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Testing
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-15 00:00:00.000000000 Z
11
+ date: 2024-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -167,6 +167,8 @@ files:
167
167
  - lib/fastlane/plugin/emerge/helper/git.rb
168
168
  - lib/fastlane/plugin/emerge/helper/github.rb
169
169
  - lib/fastlane/plugin/emerge/version.rb
170
+ - lib/fastlane/plugin/nico.rb
171
+ - lib/fastlane/plugin/nico/version.rb
170
172
  homepage: https://github.com/EmergeTools/fastlane-plugin-emerge
171
173
  licenses:
172
174
  - MIT