ruby_native 0.3.0 → 0.3.1

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: d439edf69ea1ee01ec61d732c6d60590e2cfe8ad82af5fbb3c914d08b3bb678e
4
- data.tar.gz: 7c8a4001bddbefb569eda81a455e14643aa08e76a3ec1d15edcbfa9acdb5b1e7
3
+ metadata.gz: '03892cf644325f27c8ac3c564cdde09ff180727a3905c9b8eb89878bb1a05636'
4
+ data.tar.gz: 886026d3d063049a7164d14ea6dc82e76e36e27a2bd54a91a533a4e1fdbcaf55
5
5
  SHA512:
6
- metadata.gz: 5668a8b5c5e9e1e3a10effd882711867ba004f7015a1dcca39a3a41efdbf306acb09809486f058d6f2fcc775df6c40b5a91c5bf2e0cff45a4c79ac8a65795892
7
- data.tar.gz: 03b6f326068805f701d208c065f493c2d48a556e7e5e14adc6520fd98f3e2084254b139a7074e58e89344e7bb01b236c635ad02ef9d60240354ccd9838941c1f
6
+ metadata.gz: ba96500f30c850932982971279844e6bcd1263a584d09fc4ccf5c3dac2ad1ba1450854973b75c27a4d846d304b3e49b6649cc4c00cbf143680fae42bf8cd8b09
7
+ data.tar.gz: b6fb8ad7d586dc8264be47b8b212e7b09007fc49994c28438e17faecb739b445fae1ab2e10444978f00bb76fec4090175fc7ddf2af674b4f8f1ffbdd372abe28
@@ -6,6 +6,7 @@ appearance:
6
6
  tint_color: "#007AFF"
7
7
  background_color: "#FFFFFF"
8
8
  status_bar_color: "#F8F9FA"
9
+ # theme: auto # auto (default), light, or dark
9
10
  # edge_to_edge: true # Let the web view extend behind the status bar (Normal Mode only)
10
11
  # Dark mode example (replace the plain strings above):
11
12
  # background_color:
@@ -1,3 +1,3 @@
1
1
  module RubyNative
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Masilotti