fastlane-plugin-versioning_android_kts 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
  SHA256:
3
- metadata.gz: 6c429f75b3b7840f61aedbf06b0502fcae8890de6e0ee9de14c5c82ed70bdc12
4
- data.tar.gz: 19349623e0d0b8511a24978d339a8a03c4605743e8220b16f6171c09e736b10f
3
+ metadata.gz: c38f14538e0cb7e2e7fab4a1108d0e9ac0ce3c4d1d8bbc412c5286ee7b356790
4
+ data.tar.gz: dfc3ec1f8b699f8073bdf2fc6f5ae3fb3b004afadb423c624f5bdd0b9242b8b0
5
5
  SHA512:
6
- metadata.gz: 3c6fb8e5adf3ae09bbaa8b8bd59fa25e56b8e5c6f5fc2ad46b4f4fbe3081dab093cb915df1a065960382ac145b771ae7d348d18a1296dd793c8ce307810dec4a
7
- data.tar.gz: 138973a5877c55dcfbd61846cd6d663ddb6613dcc557f4b1c5effbb034ffb6bf2a1dddef08d8fcaef9bc3fcc4781508a51462b3a96b5e771e4f217063ef8c1bc
6
+ metadata.gz: 0d72a9889c9f0d2222caa384d36efc1af1585005b675d9bf3a49e840be3ecd6c853e19d9e5b032a49bc391a97cacb66a7c6bf0e540e6281ee1cafdf14898c884
7
+ data.tar.gz: 38129643ca69585d54a3243c68ea32caa9cb1ecfd57c978ff8e1e95c4f6117b96a32bcc1d75ddc92a257dcab28adb039b3924cec6aed6ff8b1d7becbb5ed5505
data/README.md CHANGED
@@ -2,8 +2,11 @@
2
2
 
3
3
  This is but a fork of the original versioning_android plugin, with slight alterations to work with Gradle KTS. See upstream for details of implementation.
4
4
 
5
+ This fork:
6
+
7
+ [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-versioning_android_kts)
8
+
5
9
  Upstream:
6
10
 
7
11
  [![Build Status](https://travis-ci.org/beplus/fastlane-plugin-versioning_android.svg?branch=master)](https://travis-ci.org/beplus/fastlane-plugin-versioning_android)
8
12
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-versioning_android)
9
-
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- module VersioningAndroid
3
- VERSION = "0.1.1"
2
+ module VersioningAndroidKts
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  require 'fastlane/plugin/versioning_android_kts/version'
2
2
 
3
3
  module Fastlane
4
- module VersioningAndroid
4
+ module VersioningAndroidKts
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__))]
@@ -11,6 +11,6 @@ end
11
11
 
12
12
  # By default we want to import all available actions and helpers
13
13
  # A plugin can contain any number of actions and plugins
14
- Fastlane::VersioningAndroid.all_classes.each do |current|
14
+ Fastlane::VersioningAndroidKts.all_classes.each do |current|
15
15
  require current
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-versioning_android_kts
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
  - Serge