redbreast 1.2.2 → 1.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
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68f6acf09ee632dd54e78b2a728ec3d4b155918354f566610bfcb8ebe8e92c28
|
4
|
+
data.tar.gz: 1a322fa3e7fe6ae863b71cf8668e4393e95f071b4091c126f766dc2e08febe14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/redbreast/version.rb
CHANGED