p2p2 0.8.7 → 0.8.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/p2p2/p2.rb +1 -1
  3. data/lib/p2p2/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f62d49e8264f145aaf9ffd89eb66b101617a5567e7b210ce48a515e3ee44d2bd
4
- data.tar.gz: f1c14025d1091859ee041c25f3742b12fe92aafa13676c8bc760787c7e23a22d
3
+ metadata.gz: 76fa91db2c3174b30d207958c1363dfff3e299b2f5cea766a3002a793cd33e3c
4
+ data.tar.gz: e6cfe0a6f60d1f6f5cce3c19edabc21631ef29d680d03a7c4e157a9f6d003312
5
5
  SHA512:
6
- metadata.gz: '078222f676ba09f6c9912cb7235d451ccb60ce65b0fc855304348ecff1b2a0703ac7217a7466cf0f921ae8df5a36d6dee283360aa3d1cbc6ea0219a8d331fcbb'
7
- data.tar.gz: f55df13f1bb781aad461498d91e59337374ccf259f3279bd37566491ec2219ba7d5ccc901a0ef64b98267f188fb261baa78d9a80f5205ffdac32ce8af43933ea
6
+ metadata.gz: 8d03a42f707fd4a4540f1f80fe9d7dff21aa9f713affbda68fb6057868f94f32b41f8ef48662bdc2fc046b8ccc19ce9a5f26d7771501a9f2c4561319b9fbb613
7
+ data.tar.gz: 3bab16a0ad35bb0b6d42c4b1cef529ee9775fb0b717829bee3997a3ee73489766d348ad161d30fda4a0a558b9bcfd75b0dce388eb51af32579fabb8cbd182949
@@ -674,7 +674,7 @@ module P2p2
674
674
 
675
675
  if p2_info[ :paused ] && ( p2_info[ :app_exts ].map{ | _, ext | ext[ :wmems ].size }.sum < RESUME_BELOW )
676
676
  @mutex.synchronize do
677
- @ctlw.write( [ CTL_RESUME, [ p2.object_id ].pack( 'Q>' ) ].join )
677
+ @ctlw.write( [ CTL_RESUME, p2.object_id ].pack( 'CQ>' ) )
678
678
  p2_info[ :paused ] = false
679
679
  end
680
680
  end
@@ -1,3 +1,3 @@
1
1
  module P2p2
2
- VERSION = "0.8.7"
2
+ VERSION = "0.8.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: p2p2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - takafan