redbreast 1.0.3 → 1.0.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 +4 -4
- data/lib/redbreast/io/config.rb +1 -1
- data/lib/redbreast/template_generators/colors/swift_colors_template_generator.rb +1 -1
- data/lib/redbreast/template_generators/images/swift_images_template_generator.rb +1 -1
- data/lib/redbreast/template_generators/tests/colors/swift_colors_tests_template_generator.rb +1 -1
- data/lib/redbreast/template_generators/tests/images/swift_images_tests_template_generator.rb +1 -1
- data/lib/redbreast/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fd59963c4cad4dc5c196f5c305d2a8a84c2ccbccebece9548732c0ecbec3511
|
|
4
|
+
data.tar.gz: ef90116d1dd445f13be400d7f8dad518992d7b8df6d9927d9842de8580a7ca75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0949245f9456ec294b8823ead66b1c44aff96b3c4b590cb5c3a57027ef478ad113edbe447325380fb1367a590e7e00704bcaa5dce919b7efeece459a04dce5f7'
|
|
7
|
+
data.tar.gz: 84a54ee62f8d1a5e7138e296727fbf58b029c7e5f35cf7ab91c1d2f51d7f21b88b7c561d3247543ab60a09522a6f02b923efc3e397359aa91422c3b0454b59ac
|
data/lib/redbreast/io/config.rb
CHANGED
|
@@ -10,7 +10,7 @@ module Redbreast
|
|
|
10
10
|
<<~TEMPLATE
|
|
11
11
|
import UIKit
|
|
12
12
|
|
|
13
|
-
//THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
13
|
+
// THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
14
14
|
<%= generate_extension('UIColor', app_name) %>
|
|
15
15
|
<%= generate_file_swift(names: asset_names, variable: 'static var %s: UIColor { return UIColor(named: "%s", in: %s, compatibleWith: nil)! }', bundle: bundle) %>
|
|
16
16
|
}
|
|
@@ -11,7 +11,7 @@ module Redbreast
|
|
|
11
11
|
<<~TEMPLATE
|
|
12
12
|
import UIKit
|
|
13
13
|
|
|
14
|
-
//THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
14
|
+
// THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
15
15
|
<%= generate_extension('UIImage', app_name) %>
|
|
16
16
|
<%= generate_file_swift(names: asset_names, variable: 'static var %s: UIImage { return UIImage(named: "%s", in: %s, compatibleWith: nil)! }', bundle: bundle) %>
|
|
17
17
|
}
|
data/lib/redbreast/template_generators/tests/colors/swift_colors_tests_template_generator.rb
CHANGED
|
@@ -12,7 +12,7 @@ module Redbreast
|
|
|
12
12
|
import XCTest
|
|
13
13
|
@testable import <%= bundle[:testableImport] %>
|
|
14
14
|
|
|
15
|
-
//THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
15
|
+
// THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
16
16
|
class <%= File.basename(bundle[:outputTestPathColors], ".*") %>: XCTestCase {
|
|
17
17
|
|
|
18
18
|
func testIfColorsArePresent() {
|
data/lib/redbreast/template_generators/tests/images/swift_images_tests_template_generator.rb
CHANGED
|
@@ -12,7 +12,7 @@ module Redbreast
|
|
|
12
12
|
import XCTest
|
|
13
13
|
@testable import <%= bundle[:testableImport] %>
|
|
14
14
|
|
|
15
|
-
//THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
15
|
+
// THIS FILE IS AUTOGENERATED, DO NOT EDIT BY HAND
|
|
16
16
|
class <%= File.basename(bundle[:outputTestPathImages], ".*") %>: XCTestCase {
|
|
17
17
|
|
|
18
18
|
func testIfImagesArePresent() {
|
data/lib/redbreast/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redbreast
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maroje
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|