icon-banner 0.2.2 → 0.2.4

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
- SHA1:
3
- metadata.gz: e996c66001d9658a4075e4fed0c7dd4f1124ff00
4
- data.tar.gz: 9b4832901b656f41e065a872dfa83cdaa4f13133
2
+ SHA256:
3
+ metadata.gz: 3de8b9f740cf1aafadde752ecc9ca3080015b3d2f4de97ab65893161c428af41
4
+ data.tar.gz: 52cf18d51f5fd1edac7b1ee24efbe56544627855d6db9fc1586554c434218075
5
5
  SHA512:
6
- metadata.gz: f97a62c3220eacf41a8c7b77f6c727259f6ba4a02b8d254a03e81eb6adaadd380c6194c8e3ced8ece114465e3187255b12877bd643851c55e91be6d4fdc72df1
7
- data.tar.gz: 6a8138237da2da08ebcb1cb316c984297f2ac3c3459939b9744d8f18904b308ee0e1de1dab780150b2957491641b9e994b8fcde165f5e916ed0e4d94e8323c4f
6
+ metadata.gz: a1922ba611478645ca413e5eda97a88552c0d578a1d3b1f0bf5a4ced4a70f9054ff4a44b3b7b0f92c4e89214c7d2d25762c4193cd26d4601795479e450ba0c03
7
+ data.tar.gz: b597a295eaf27b3f180e239dc297440829d747d22b15d248d40e3b9b0abc13be3089a847d381c1ffe899566f6ab5e0af61e2d5d75055d054d21d7248f48ad958
@@ -44,7 +44,7 @@ module IconBanner
44
44
  end
45
45
 
46
46
  def should_ignore_icon(icon)
47
- icon[/\/Carthage\//] || icon[/\/Pods\//] || icon[/\/Releases\//]
47
+ icon[/\/Carthage\//] || icon[/\/Pods\//] || icon[/\/Releases\//] || icon[/\/checkouts\//]
48
48
  end
49
49
  end
50
50
  end
@@ -99,7 +99,7 @@ module IconBanner
99
99
 
100
100
  def restore_backup(icon_path)
101
101
  restore_path = backup_path(icon_path)
102
- if File.exists?(restore_path)
102
+ if File.exist?(restore_path)
103
103
  FileUtils.cp(restore_path, icon_path)
104
104
  File.delete restore_path
105
105
  end
data/lib/icon_banner.rb CHANGED
@@ -3,7 +3,7 @@ require 'icon_banner/ic_launcher'
3
3
  require 'commander'
4
4
 
5
5
  module IconBanner
6
- VERSION = '0.2.2'
6
+ VERSION = '0.2.4'
7
7
  DESCRIPTION = 'IconBanner adds custom nice-looking banners over your mobile app icons'
8
8
 
9
9
  UI = FastlaneCore::UI
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.2
4
+ version: 0.2.4
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-12-20 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 4.9.4
33
+ version: 4.12.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 4.9.4
40
+ version: 4.12.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -87,8 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubyforge_project:
91
- rubygems_version: 2.6.11
90
+ rubygems_version: 3.1.4
92
91
  signing_key:
93
92
  specification_version: 4
94
93
  summary: Banners for your app icons