waithook 0.3.3 → 0.3.4

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
- SHA1:
3
- metadata.gz: a26ed1226248d9e7c723e90350cbd4aac3e79f34
4
- data.tar.gz: 8bfd8186172f19c10097a9cafe096a83d3217efc
2
+ SHA256:
3
+ metadata.gz: b32b080839c1c70aad64787e2c4ac0f34fe1dbda59282224a033017ae653621d
4
+ data.tar.gz: 2adcded9aec179705c2e623aae4a78751ca3c3c057b083744382f7e45934c3fc
5
5
  SHA512:
6
- metadata.gz: 81bae6f2664ba1e400c578c4ef8c4e5f218dd2ee456b707702ca7a3ee24e7634b2ad06c1e19e52648eb0c278b9bf4fa912ec740c4a76cb23fd96258ed6192a4b
7
- data.tar.gz: 813f5cf7e5654427189ad78157bee4c2642247f7bfdd0ee85a42d032402b234e607fa60ced2c942c6566dbde019b98648c3378322cef1b98497056cc6fb1047e
6
+ metadata.gz: d9ed5c757660fcaef33a48243d7695d7b7a2af1c007043c38898cdba459e49aa1ecade64071a5faf15217148269a6e40ab9aea1bd2b8fe4e583bb5270b64fe2d
7
+ data.tar.gz: 5dee2730756b927ba2ac01757de9add47a28fd8c53c4f1f7c60fa53f6453445dd33cb4f6e2cc8cacf7a2af9572b5b2d57fb059b561ba63d1a1599fedd3aeee24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- waithook (0.3.2)
4
+ waithook (0.3.3)
5
5
  websocket (~> 1.2)
6
6
 
7
7
  GEM
@@ -11,17 +11,17 @@ GEM
11
11
  public_suffix (>= 2.0.2, < 4.0)
12
12
  ansi (1.5.0)
13
13
  builder (3.2.3)
14
- excon (0.58.0)
15
- minitest (5.10.3)
16
- minitest-reporters (1.1.16)
14
+ excon (0.60.0)
15
+ minitest (5.11.3)
16
+ minitest-reporters (1.1.19)
17
17
  ansi
18
18
  builder
19
19
  minitest (>= 5.0)
20
20
  ruby-progressbar
21
- public_suffix (3.0.0)
22
- rake (12.0.0)
23
- ruby-progressbar (1.8.1)
24
- websocket (1.2.4)
21
+ public_suffix (3.0.2)
22
+ rake (12.3.0)
23
+ ruby-progressbar (1.9.0)
24
+ websocket (1.2.5)
25
25
 
26
26
  PLATFORMS
27
27
  ruby
@@ -34,4 +34,4 @@ DEPENDENCIES
34
34
  waithook!
35
35
 
36
36
  BUNDLED WITH
37
- 1.15.3
37
+ 1.16.1
@@ -1,3 +1,3 @@
1
1
  class Waithook
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
@@ -79,7 +79,7 @@ describe "Waithook" do
79
79
 
80
80
  it "wait_message should return nil after timeout" do
81
81
  waithook = default_client
82
- assert_equal(nil, waithook.wait_message(timeout: 0.1, raise_on_timeout: false))
82
+ assert_nil(waithook.wait_message(timeout: 0.1, raise_on_timeout: false))
83
83
  end
84
84
 
85
85
  it "forward_to should raise exception after timeout" do
data/waithook.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.summary = %q{HTTP to WebSocket transmitting client}
10
10
  s.description = "Waithook gem is client lib for waithook service http://waithook.com"
11
11
  s.license = 'MIT'
12
- s.required_ruby_version = '~> 2.0'
12
+ # s.required_ruby_version = '~> 2.0'
13
13
 
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waithook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Evstigneev
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-04 00:00:00.000000000 Z
11
+ date: 2024-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: websocket
@@ -55,24 +55,23 @@ homepage: https://github.com/paxa/waithook-ruby
55
55
  licenses:
56
56
  - MIT
57
57
  metadata: {}
58
- post_install_message:
58
+ post_install_message:
59
59
  rdoc_options: []
60
60
  require_paths:
61
61
  - lib
62
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - "~>"
64
+ - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '2.0'
66
+ version: '0'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubyforge_project:
74
- rubygems_version: 2.6.8
75
- signing_key:
73
+ rubygems_version: 3.5.11
74
+ signing_key:
76
75
  specification_version: 4
77
76
  summary: HTTP to WebSocket transmitting client
78
77
  test_files: []