fastlane-plugin-gradle_manager 1.1.0 → 1.1.1

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: 0a81e47b48a716c49a62e3d4edcbe367e348c73ac0e265cc34ab60abe0877997
4
- data.tar.gz: 55002eb8cb38b91f18d9ac2f4141722376517a7dd328c3c6ae6fbc7bba56993a
3
+ metadata.gz: 4f575c343ff5f810eaa5c368a68b8804d328a3490aa8dbb3248f867ce1654414
4
+ data.tar.gz: 4c0de43b8c7ec871ec04048b1cb69d49a7bd7a7eeb7e261b1bb415078ca37a99
5
5
  SHA512:
6
- metadata.gz: 3b74d77dfa2e3fa50726bae92cd72bc6ff93796c9d2ef1290ea02d0316c962e28a9fefd924539259bb603febc30ef67b1ca752b8505f69098283d84727fbd10c
7
- data.tar.gz: fe4b639ba395478e75674c498a9ed8bda8aeded5846c53ebfc2494c6a8d84c1706a36b0e078948a7aec1e62357c34cc6478d89331efc19b5fc3b1395711435db
6
+ metadata.gz: 30bc3bba6874b770781aca733ce5dfc51d952df78b1e981163ad0aa405b43e71915e1030ee6bad5f21548e51e1f22216a32d5579c552452e521a89ad7c5330e1
7
+ data.tar.gz: 20554e261b2727c3ddee3070aedc0a410635bdcd647cde7833ac598a77f61f90e7ec390e0cf66f35eb0eca7d3ead8274fed2f17d306627d110a7f62771308516
@@ -46,7 +46,7 @@ module Fastlane
46
46
  [
47
47
  FastlaneCore::ConfigItem.new(key: :cached_data,
48
48
  env_name: 'GRADLE_MANAGER_CACHED_DATA',
49
- description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it.',
49
+ description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it',
50
50
  optional: true,
51
51
  type: Hash,
52
52
  default_value: nil),
@@ -41,7 +41,7 @@ module Fastlane
41
41
  [
42
42
  FastlaneCore::ConfigItem.new(key: :cached_data,
43
43
  env_name: 'GRADLE_MANAGER_CACHED_DATA',
44
- description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it.',
44
+ description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it',
45
45
  optional: true,
46
46
  type: Hash,
47
47
  default_value: nil),
@@ -41,7 +41,7 @@ module Fastlane
41
41
  [
42
42
  FastlaneCore::ConfigItem.new(key: :cached_data,
43
43
  env_name: 'GRADLE_MANAGER_CACHED_DATA',
44
- description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it.',
44
+ description: 'The cached data from get_gradle_data. If not supplied then the action will try to fetch it',
45
45
  optional: true,
46
46
  type: Hash,
47
47
  default_value: nil),
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GradleManager
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gradle_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helder Pinhal