icon-banner 0.2.1 → 0.2.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: ed3a2c8b2bc9d5c45b65dacb6b3056f4c64833a1
4
- data.tar.gz: 39e6f79af8d63bb8eaa29378aabdb05d7735e76f
3
+ metadata.gz: e996c66001d9658a4075e4fed0c7dd4f1124ff00
4
+ data.tar.gz: 9b4832901b656f41e065a872dfa83cdaa4f13133
5
5
  SHA512:
6
- metadata.gz: 016d9230c576877baecab16ba3b29cd2fccd2198e25729ccfd5e51cdc04c700062e09a1018078745cef072ce4fb38219c0cb5802d35651a21d5918ab13bd1cc2
7
- data.tar.gz: 66ceab0eb31ddd7ad600fa7340fe619664d9ce069094122ad752fa276f1864c2771b0030b7d86d06dc6ffe28d67c9254f939e51cf9a0c09680074bb0b4781dbc
6
+ metadata.gz: f97a62c3220eacf41a8c7b77f6c727259f6ba4a02b8d254a03e81eb6adaadd380c6194c8e3ced8ece114465e3187255b12877bd643851c55e91be6d4fdc72df1
7
+ data.tar.gz: 6a8138237da2da08ebcb1cb316c984297f2ac3c3459939b9744d8f18904b308ee0e1de1dab780150b2957491641b9e994b8fcde165f5e916ed0e4d94e8323c4f
@@ -3,7 +3,7 @@ require 'icon_banner/ic_launcher'
3
3
  require 'commander'
4
4
 
5
5
  module IconBanner
6
- VERSION = '0.2.1'
6
+ VERSION = '0.2.2'
7
7
  DESCRIPTION = 'IconBanner adds custom nice-looking banners over your mobile app icons'
8
8
 
9
9
  UI = FastlaneCore::UI
@@ -34,8 +34,8 @@ module IconBanner
34
34
  end unless color
35
35
 
36
36
  banner_file = Tempfile.new %w[banner .png]
37
- # generate_banner banner_file.path, label, color, font
38
- # process_icon icon_path, banner_file.path
37
+ generate_banner banner_file.path, label, color, font
38
+ process_icon icon_path, banner_file.path
39
39
  banner_file.close
40
40
 
41
41
  UI.verbose "Completed processing #{File.basename icon_path}"
@@ -65,8 +65,6 @@ module IconBanner
65
65
  UI.message "Completed #{self.class::PLATFORM} restore."
66
66
  end
67
67
 
68
- private
69
-
70
68
  def get_app_icons(path)
71
69
  app_icons = Dir.glob("#{path}#{self.class::BASE_ICON_PATH}")
72
70
  app_icons.reject { |icon| should_ignore_icon(icon) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icon-banner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Émile Bélair
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-18 00:00:00.000000000 Z
11
+ date: 2019-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane