fastlane-plugin-xbluepill 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: d02dff6f4a8a8e4d64b371a817464c6ba4c4a853
4
- data.tar.gz: 16264088892be5e493223c1266bb9745820b1bc3
3
+ metadata.gz: 72cf9e98e5f38d68eed9a59ead38531edf692300
4
+ data.tar.gz: 163da70eb1ee4eae731b254b6c41683b3e349061
5
5
  SHA512:
6
- metadata.gz: 8756e64ca90686e7c480dc6fd9f7f43a6889a0569bae8d7ce8ac563615da2de84797849361c2be64de7d7e33c6d12d2256034ba872d3bb7f756aeb3cce7c5475
7
- data.tar.gz: 5eab011e3bfbdba43c604bcbf62161c072423aa0582d9c666caaba6964bfea765ef5ace77f9e4cf30d2a1b23e3dc8f34d57efad33e76fd069f17af23c1698f39
6
+ metadata.gz: f80c49b23eb4fdb1c0a3e035431094311a8d6937bc17a2918be70fecbc34a069d85f5b3bbfe1d89f38ab75a1c76ceeefbc3797399ee831a17e4b8b64a486de4d
7
+ data.tar.gz: 9a1aa698464fac4276c46c92eeb25508e2b3243604bd0563f52bca9dd64091eb03adcb1149bfb15b7bb6d0c326403e2a57017189a50c509e29affa8edfb02191
Binary file
Binary file
@@ -92,7 +92,7 @@ module Fastlane
92
92
  end
93
93
 
94
94
  def self.get_bp_binary
95
- File.expand_path('../../../../../../bin/bluepill', __FILE__)
95
+ File.expand_path('../../../../../bin/bluepill', __FILE__)
96
96
  end
97
97
 
98
98
  def self.description
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Xbluepill
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-xbluepill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - UladzimirKisialiou
@@ -144,6 +144,8 @@ extra_rdoc_files: []
144
144
  files:
145
145
  - LICENSE
146
146
  - README.md
147
+ - lib/bin/bluepill
148
+ - lib/bin/bp
147
149
  - lib/fastlane/plugin/xbluepill.rb
148
150
  - lib/fastlane/plugin/xbluepill/actions/xbluepill_action.rb
149
151
  - lib/fastlane/plugin/xbluepill/helper/xbluepill_helper.rb