fastlane-plugin-match_import 0.1.2 → 0.1.3

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: ede6c852854eb0a20a38ee12ad9ad55a79c93fb7f6551196e1656a402b256205
4
- data.tar.gz: c0b38782fe1a90ff32dffa2dcce0dbb21866c213374276c0868b7472c2b06f4a
3
+ metadata.gz: 2e6572c9582900c970e68b8ba654ed89bb8fa3adf8e2f2a6b3a888cd62dd0343
4
+ data.tar.gz: aac342e5987f670a9c020fd8d0e04e6793dbb698b7bcad6dd81bb43c9d8481cc
5
5
  SHA512:
6
- metadata.gz: cc8e2c7ce9c0b227962e01c344c2bd3eb086f33cd375057c54ec8f5515cc2d2faaded8a38623c20440524a7c8c684b71414d252691f40d521c48505042a6fa79
7
- data.tar.gz: cc921e3c53377693767c3cf6d3576cccff7260f7d299e9b5c4ecd34051fef0e75cd8c48e5c3224cdacdc87d510852db1b2e41d68d8d3ec26939ae72e9300b4c4
6
+ metadata.gz: 5a64bd2a6ac08db2dc23764778338b1222d1067c2e6da23840c6c7ad80febe1d77c3153df2497fa4de82c7d0c044feadba6018e1f9991fdb50bf490c23c34b1b
7
+ data.tar.gz: f8ae91d112fec30c1c8c73a270ab259b810942dd6b4554d5d42ca846f01427023e75dcecce81ab90e5877775e997591272712d681c39bb4bfa3c7a44f9cca1d7
data/bin/match_import ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+ $:.push(File.expand_path('../lib', __dir__))
3
+
4
+ require 'fastlane'
5
+ require 'fastlane/plugin/match_import'
6
+
7
+ Fastlane::MatchImport::CommandsGenerator.start
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module MatchImport
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  DESCRIPTION = "match_import command import/export files to/from match encrypted repo. Also remove files is supported"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-match_import
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhii Batsevych
@@ -138,12 +138,14 @@ dependencies:
138
138
  version: 2.144.0
139
139
  description:
140
140
  email: serbats@ukr.net
141
- executables: []
141
+ executables:
142
+ - match_import
142
143
  extensions: []
143
144
  extra_rdoc_files: []
144
145
  files:
145
146
  - LICENSE
146
147
  - README.md
148
+ - bin/match_import
147
149
  - lib/fastlane/plugin/match_import.rb
148
150
  - lib/fastlane/plugin/match_import/actions/match_export_action.rb
149
151
  - lib/fastlane/plugin/match_import/actions/match_export_apns_action.rb