fastlane-plugin-appicon 0.5.1 → 0.5.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: faf29b4498571fb4b050ae86a632877c827d73d9
4
- data.tar.gz: 75450f442713ad3ff0d54e28c9dd8ea8efbf8f7f
3
+ metadata.gz: 13270e60015095bb9cde5602ef23531ea926d879
4
+ data.tar.gz: 21f5eccb794b7f38cbd34a84fbb9580042b87096
5
5
  SHA512:
6
- metadata.gz: 79c0df5d0eb96aa8a83f9c36ad9d8f27f2f87b5f17e5a28a1c72b6ca60a2bab782b544d08a5bba484fe05141aa6a19faf366e321766e662b4c90c9035a95006d
7
- data.tar.gz: 4fc66bf641a39e7a62222c04011b78c6efb1b1af0614b7f1bac30c62cab55ea5708e3ea628dd7f718f47e6152f4b226dff017ba7722b003b3422fa7d9fffc050
6
+ metadata.gz: af261dfdf0bfd3cd796fdd3acf10aabad0e6c6793ea3530e7e0510309ea0a87b4a7810855c46ccc0c08a797b13069a1a7e046fe4713cacaa2b5ab363eccf6371
7
+ data.tar.gz: 035057b66bc0bbdcd216fafd38f48cf98095c1ea6ec57628823bf9f48f70bacd79ed94d407fa56c6b0201a473b429dca401c059e390eb5fef608515340f9033d
@@ -8,7 +8,7 @@ module Fastlane
8
8
  '3x' => ['20x20', '29x29', '40x40', '60x60']
9
9
  },
10
10
  ipad: {
11
- '1x' => ['20x20', '29x29', '40x40', '76x76', '83.5x83.5'],
11
+ '1x' => ['20x20', '29x29', '40x40', '76x76'],
12
12
  '2x' => ['20x20', '29x29', '40x40', '76x76', '83.5x83.5']
13
13
  }
14
14
  }
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Appicon
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Bügling
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-09 00:00:00.000000000 Z
11
+ date: 2017-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick
@@ -154,9 +154,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.5.1
157
+ rubygems_version: 2.6.8
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Generate required icon sizes and iconset from a master application icon.
161
161
  test_files: []
162
- has_rdoc: