redbreast 1.2.2 → 1.2.3

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
  SHA256:
3
- metadata.gz: 6aca71fbf8dac645718a3761e8ea63d558da0408e164f3b76719c71033a998b0
4
- data.tar.gz: 259911278e8748361af3ca309e0b737725b059f5ea2d325b129f1ad28d039942
3
+ metadata.gz: 68f6acf09ee632dd54e78b2a728ec3d4b155918354f566610bfcb8ebe8e92c28
4
+ data.tar.gz: 1a322fa3e7fe6ae863b71cf8668e4393e95f071b4091c126f766dc2e08febe14
5
5
  SHA512:
6
- metadata.gz: 55b2b2c6be72a7c22caa55a307ae1b1f4cb2baf13912fccc3c66d781503938a7ea36a90402d8cf9737cf1a7ebd9fbb653088bb56bbec46a7837ce1da497bee3b
7
- data.tar.gz: '078a5708d06c491efd4c75afcdf80c1fc3026ec5365fa1ed0955a49afb974ce32e909cc1b20d14996f7aecc39b7f8ef7c8d649779d5706096cd4fdd79a9001d3'
6
+ metadata.gz: 9267bdb2cc6758ff394ea515bff44ad11db9f497a658857ae446cb29e8e7c2b790c2ec5337fb0b673bfb50e9ec225db091e0f26faebab6ffe5157e405ee68b2c
7
+ data.tar.gz: e88425bd3bb65f68f9f9ea4ee413048b3807839a25f0ff7b49f0ef5bd43bc8fa71aac2d72bd9a8a8fe0eaf112b9fb2925bdd807d1c78ce1156a65cb279a1330d
@@ -13,7 +13,7 @@ module Redbreast
13
13
  // THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
14
14
  // swiftlint:disable file_length type_body_length line_length superfluous_disable_command
15
15
  <%= generate_extension('Color', app_name) %>
16
- <%= generate_file_swift(names: asset_names, variable: 'static var %s: Color { Color("%s", bundle: %s) }', bundle: bundle) %>
16
+ <%= generate_file_swift(names: asset_names, variable: 'public static var %s: Color { Color("%s", bundle: %s) }', bundle: bundle) %>
17
17
  }
18
18
  TEMPLATE
19
19
  end
@@ -14,7 +14,7 @@ module Redbreast
14
14
  // THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
15
15
  // swiftlint:disable file_length type_body_length line_length superfluous_disable_command
16
16
  <%= generate_extension('UIImage', app_name) %>
17
- <%= generate_file_swift(names: asset_names, variable: 'static var %s: UIImage { return UIImage(named: "%s", in: %s, compatibleWith: nil)! }', bundle: bundle) %>
17
+ <%= generate_file_swift(names: asset_names, variable: 'public static var %s: UIImage { return UIImage(named: "%s", in: %s, compatibleWith: nil)! }', bundle: bundle) %>
18
18
  }
19
19
  TEMPLATE
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module Redbreast
2
- VERSION = '1.2.2'
2
+ VERSION = '1.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redbreast
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maroje