fastlane-plugin-unsetinfoplistvalue 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: 4ef6e0ffcbe8afeb8919f05e97ecc416ef9a2376
4
- data.tar.gz: ae15988e0b642d38614fbd53ff61aa36ac205aff
3
+ metadata.gz: 6f88ca743532e710b9428cd118dde0f9eee7b6dd
4
+ data.tar.gz: c80481423bf716fe4639d83242ade54564f2f7ac
5
5
  SHA512:
6
- metadata.gz: de19311de30fb42516cf8b588039d1f4c85e91befd944ed6dc07d5b114351b7253f577b83d7ad820322c1ffadcbcd4798edc5ee89f8b717806bc5159d2df96ed
7
- data.tar.gz: 35b657fa1e8b33c72c3c0dac48a9f5ead863e91e0c7ac43ae0553ff3fe67539be313f343a0b4d825e9b8b1190fc382c66982d2a5b24e581cf15b122e0ab47b11
6
+ metadata.gz: d6d0688666820dfa6e2fb73f0b454d65a7c118cbae050b2279295301adc8d94d595df068e8b1c23f73186674627d05f0ee21ef8662cc4178a45a8f3ea8be705e
7
+ data.tar.gz: 2afbeb0b41f73dff0cc52abaf2da32f434d43116865b33dd37e3d4a3b0d88b4cc51420ae635e9ad9be31fab629c0a064f69099027d4baa71dd247c92169f4931
@@ -1,7 +1,7 @@
1
1
  require 'fastlane/plugin/unsetinfoplistvalue/version'
2
2
 
3
3
  module Fastlane
4
- module Unsetinfoplistvaluex
4
+ module Unsetinfoplistvalue
5
5
  # Return all .rb files inside the "actions" and "helper" directory
6
6
  def self.all_classes
7
7
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Unsetinfoplistvalue
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-unsetinfoplistvalue
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
  - David Cordero
@@ -145,7 +145,7 @@ files:
145
145
  - LICENSE
146
146
  - README.md
147
147
  - lib/fastlane/plugin/unsetinfoplistvalue.rb
148
- - lib/fastlane/plugin/unsetinfoplistvalue/actions/unsetinfoplistvalue_action.rb
148
+ - lib/fastlane/plugin/unsetinfoplistvalue/actions/unset_info_plist_value_action.rb
149
149
  - lib/fastlane/plugin/unsetinfoplistvalue/helper/unsetinfoplistvalue_helper.rb
150
150
  - lib/fastlane/plugin/unsetinfoplistvalue/version.rb
151
151
  homepage: https://github.com/zattoo/fastlane-plugin-unsetinfoplistvalue