mdv 0.5.0 → 0.5.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: bec671164b80fa13809af1842d4ea302a388e81a3b51b899e5bd8b34bdd924aa
4
- data.tar.gz: c7db8b4304851526efd75310c4a3e4b8c5753da4c6a424569a06a48f424dc3a6
3
+ metadata.gz: 9a2cec14c5185dae382cc61022bbdc30b8621644586dbbdba96f825ef9a66215
4
+ data.tar.gz: 365112da6ecc882062830f5aecd5c4bbd1723f7753a98d3e0ea133ff9010b0e6
5
5
  SHA512:
6
- metadata.gz: 0a119b041b46a789e42402aa6025e77516adfca358c21225b95b1ff6364fd0a212fcddb07387439f4ffd03e2a6c046f3a6e3e76a3cae9ae08c59711273aeb541
7
- data.tar.gz: b0852942ed1e080b07742cfe4dc76cc8e5fc49357aac5a17804e02e3debaf113583e3c6d7bef25620a84d042192ec9058f5ad9415f01a3150f72599393ca37c6
6
+ metadata.gz: 197d4648bcdb8ae24f038f972cfdb8e57a67e65d44112b3ec8a570ab1f06de2bfbb592e72e8c0618f89ff71a442ff8cc6c61a571849e8b6298d0d7afdbc2f783
7
+ data.tar.gz: 86acd0e5e657abec6c8f523169e80cee1a642dc42c31dfbb4126180e0cc3b5f60983b8b1140d12cf0cd8bb365c9b642d8881302914bc13fa208c64166207ab97
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## 0.5.1 / 2019-11-03
4
+
5
+ * Fix navigation signal handler that would cause program to abort just after
6
+ loading
7
+
3
8
  ## 0.5.0 / 2019-10-20
4
9
 
5
10
  * Drop support for Ruby 2.3 and lower
@@ -55,7 +55,7 @@ module MDV
55
55
  case decision_type
56
56
  when :navigation_action
57
57
  action = decision.navigation_action
58
- if action.user_gesture?
58
+ if action.is_user_gesture
59
59
  Gtk.show_uri_on_window(@win, action.request.uri, 0)
60
60
  true
61
61
  end
@@ -21,6 +21,7 @@ describe "The MDV application" do
21
21
  end
22
22
 
23
23
  it "starts and can be quit with Ctrl-q" do
24
+ sleep 1
24
25
  @driver.press_ctrl_q
25
26
 
26
27
  status = @driver.cleanup
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matijs van Zuijlen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-20 00:00:00.000000000 Z
11
+ date: 2019-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gir_ffi-gtk