ruby_native 0.14.2 → 0.14.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: 50767dda7ff4152200308b0a1fedfe0718a37f2dc44d30a826c2a5002931b466
4
- data.tar.gz: 389fca631075081cd61d842992cf656ce86869d49b1edce7dd4fcf00b21893df
3
+ metadata.gz: 20484032681be68def5c45552a5ac02502f3f3eaf63e69b7cc5fffbd785177cc
4
+ data.tar.gz: d6e34e9592f9ec3f4a14ad739c1f468c5f81d75784411742e2cd317a3c57a093
5
5
  SHA512:
6
- metadata.gz: 8c6e2010a14b01628306fc6be5c22168a1f6077276d98ccaed5c96c271c9cdf9b8cf101719a2458cfb1fe844211ef3fc1845ebc7eb8b02a5a0ed168bbe59b4da
7
- data.tar.gz: 53f833324974af66b48e44caec11ba90b259cb40e32a0ff670b37b92ca02f887f20ebe18a415fa731f390ae9a344647e43580173c9c27250dea86d7060bc46fc
6
+ metadata.gz: e34b666cebd831fc7ed1946090dc68562807a1bbc524f86781af3b56f46f318394104e745270ab7914778ccf471caeb495b92912fa62152760b7bcf1d1d0e912
7
+ data.tar.gz: 5de7b5d12c50b1bb6c48bbdf333847da2b4ae0b20730beb4c3f3bd7059b1dc3d1225ec1e34f9afe0dbf167b3f76aa04d46aed1e9395f6985e16ddcf4e8a0cbcb
@@ -69,6 +69,9 @@ appearance:
69
69
  # foreground_color: "#FFFFFF"
70
70
  # tab_bar:
71
71
  # background_color: "#1E293B"
72
+ # # Icon and label color. Defaults to the theme's, with tint_color on the
73
+ # # selected tab. Set this and unselected tabs dim to 60% of it.
74
+ # foreground_color: "#FFFFFF"
72
75
 
73
76
  # Show a launch splash while the first screen loads. It holds your launch icon
74
77
  # and background_color in frame, with a spinner, until the web content paints.
@@ -1,3 +1,3 @@
1
1
  module RubyNative
2
- VERSION = "0.14.2"
2
+ VERSION = "0.14.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_native
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Masilotti