cocoawebview 0.3.9 → 0.3.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: 9507c4085c087af1f1e51d40edf3647ce91295de88d76b024b35af16a4af8c9a
4
- data.tar.gz: 242e6fc81e3e05f5534a6fa9f943fe5692cb705f90fc8d59f60e87c2c290d8cd
3
+ metadata.gz: 78b13a5b08f52ab840545dd83567d924fe6e4d9cb1a932930417cee2ab85d101
4
+ data.tar.gz: 6cdf939f0b744b1c31dd9029592a1bd5ee6fa33a024e6f798d97bc8a3cb98eca
5
5
  SHA512:
6
- metadata.gz: 9d4130621108d9754de5c2219e05881928500a8692b287791849724d6fccebe0e3225c807b76fd3238f5fc9fb1acf315055a235799bd82290841e207908fac0e
7
- data.tar.gz: b6762c5bea67cb8ea09c2d3a4fcff8db6b123ecdabcdbd0e22e31cb63fcd5165084abfbe23afb854975fc53cf040585814afc6aec40e67a4bdd7d57c2ecac2f6
6
+ metadata.gz: 42898e4c965b3321cda004db9c8966d9b473ed07a321c49669724ad4e1e20ea49dadc4dc7f824401ce70ddb192eb0893487c4bb10e2107837f8280866f61c2bd
7
+ data.tar.gz: 0ab9d2822c92599117f18063cd14ffcbf9e2c794ae88b9a9e0238132f79918b67a4cb12451c4f2d4e5a3337e15f1c1a9d0757bf9be15e30df8d547abe4796019
@@ -104,9 +104,8 @@ VALUE webview_set_bg(VALUE self, VALUE r, VALUE g, VALUE b, VALUE a);
104
104
  app = a;
105
105
  }
106
106
 
107
- - (BOOL)applicationShouldHandleReopen:(NSApplication *)sender hasVisibleWindows:(BOOL)flag {
107
+ - (void)applicationDidBecomeActive:(NSNotification *)notification {
108
108
  rb_funcall(app, rb_intern("dock_did_click"), 0);
109
- return YES;
110
109
  }
111
110
 
112
111
  - (void)applicationDidFinishLaunching:(NSNotification *)notification {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cocoawebview
4
- VERSION = "0.3.9"
4
+ VERSION = "0.3.11"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoawebview
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tommy Jeff