icon-banner 0.2.2 → 0.2.3

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
- SHA1:
3
- metadata.gz: e996c66001d9658a4075e4fed0c7dd4f1124ff00
4
- data.tar.gz: 9b4832901b656f41e065a872dfa83cdaa4f13133
2
+ SHA256:
3
+ metadata.gz: 751b9bc4dbb2464a4e4307c9b52f101b7066e003c4d75c6b7e28bd442e000ff6
4
+ data.tar.gz: 994e7c223791165f82ac668b5ec98e26b67b4fe08a3a4cfcc5f75363233d83ac
5
5
  SHA512:
6
- metadata.gz: f97a62c3220eacf41a8c7b77f6c727259f6ba4a02b8d254a03e81eb6adaadd380c6194c8e3ced8ece114465e3187255b12877bd643851c55e91be6d4fdc72df1
7
- data.tar.gz: 6a8138237da2da08ebcb1cb316c984297f2ac3c3459939b9744d8f18904b308ee0e1de1dab780150b2957491641b9e994b8fcde165f5e916ed0e4d94e8323c4f
6
+ metadata.gz: 5ad84927b0c5ad3c220ae31ebf645490aba482fa6fd5b2e0c74b34ec8eddad0b6756b48fe9a84449ec0d564e0291330a047dda6928930c8ac026ab66d6ff39da
7
+ data.tar.gz: d12b54e837c2aa39bfaaab4a385dc91471c35e9da43a8d031f9c8206ce7e234fab0028bc0813100ec25d2db55d7556e8460cb3f2c6e913953ada07bbd45fd858
@@ -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.3'
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.3
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane
@@ -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