ruby_native 0.10.10 → 0.10.11

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: 1bb5b7670bd2d4d61029b914d26318ed49b9238dd285830a96804dc249be2402
4
- data.tar.gz: 13f7f057b4be15c33e5c1c5fdade61102dd153a7a1aaba3c789d67bd730f950b
3
+ metadata.gz: ac513c84f990a0a7e941a473d7716d2378cfc181025bcb64e5254d55ab6670f6
4
+ data.tar.gz: 46bd471f9a9fe986d87f4d4e3bef763a947dc6072c46e3214b34a83218edc77d
5
5
  SHA512:
6
- metadata.gz: ae5949c2f376250485552b39960c5ba5b02d2618a0d15572ca53ac551ce1fc17c8bd418eadd138a9d51dfd3746737193f4f2916befc44bb697b4e32ea362ade3
7
- data.tar.gz: 7248a218a8a196571628e8233bb687ac73ba51281eb23d24ffbd31b21be94e82ecf7e2e5ba410af36bfc0b43aab8c8b1b7d4b2ef1ae370c3512bb33d5f230909
6
+ metadata.gz: 8b5789805d6d25d8f74b2a2d20d6ec3ae89d3366d440bad818981dfbf74d8b83a02258ceb81831ec729986a3be3c48a02e24a24aca390953af6bf60d6201c7a1
7
+ data.tar.gz: 99109eb6b6c7e6c887ed360129e5e38959d9a848be7320bf6c9a076344d6aedbc13ca69f79982eff55a0298b1957953313ac019f2f1e78cc241dad0b74fd8fc6
@@ -56,6 +56,21 @@ appearance:
56
56
  # # Omit to let the system decide.
57
57
  # status_bar: light
58
58
 
59
+ # Show a launch splash while the first screen loads. It holds your launch icon
60
+ # and background_color in frame, with a spinner, until the web content paints.
61
+ # Off by default; set enabled: true to turn it on.
62
+ # https://rubynative.com/docs/appearance#splash-screen
63
+ # splash:
64
+ # enabled: true
65
+ #
66
+ # # Spinner color. Accepts a hex string, or { light:, dark: } for dark mode.
67
+ # # Defaults to a contrast-aware pick from your background_color.
68
+ # spinner_color: "#007AFF"
69
+ #
70
+ # # Status bar content over the splash. Options: light (white) or dark.
71
+ # # Defaults to a contrast-aware pick from your background_color.
72
+ # status_bar: dark
73
+
59
74
  # Configure the native tab bar on the bottom of the screen.
60
75
  # https://rubynative.com/docs/tabs
61
76
  tabs:
@@ -1,3 +1,3 @@
1
1
  module RubyNative
2
- VERSION = "0.10.10"
2
+ VERSION = "0.10.11"
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.10.10
4
+ version: 0.10.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Masilotti