video-torrent-info 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2db267eadd752409c38dc33beeb0d9903f4e5307
4
- data.tar.gz: b3c963fb20e24dfd5261e7787f52e5e5df00260f
3
+ metadata.gz: 03439a3a7fa5f0e02146b7c4d5a3658691ee8839
4
+ data.tar.gz: 9cb24f99b33fc2ff1b266d56770f8d77240d1ddf
5
5
  SHA512:
6
- metadata.gz: 610b7b35c335b6ca45778d215dbe6975d73a8460556c127baccf578e295b4c3e21d0135f2c13f1cc81838a7d4dc84e16043219e77fd16af042aafbbd56bd556b
7
- data.tar.gz: a7975a11a5573afbe0621a59680583ba947ee10a1638cee9a921f1bae1b24009fa67e09b34e057b6d1f1ef8a9ea09e1730651722e3288bcf3cccadd442d4248d
6
+ metadata.gz: b65c08af271420ba25b5b9a925bf50ee5786e9f400225988e5cd199b078c76d3e7b888b93f947829e825346955a1d688d9069c3d48c6b624bca880120e48c41d
7
+ data.tar.gz: b44afa4a1e1a79a751f5c2e77dfad100c52a5e65a57a7251d0bc97982ae993a049212db5af1119d462522ea20695586bb8b4139b0129331c34b8ea62f53f7a11
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.16
1
+ 0.1.17
@@ -29,6 +29,7 @@ void load(String torrent_path, int idx, int size, String save_path, int port1, i
29
29
  using namespace libtorrent;
30
30
 
31
31
  session s;
32
+ error_code ec;
32
33
  std::ostringstream err;
33
34
  signal(SIGINT, term);
34
35
  signal(SIGTERM, term);
@@ -2,12 +2,12 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: video-torrent-info 0.1.16 ruby lib
5
+ # stub: video-torrent-info 0.1.17 ruby lib
6
6
  # stub: ext/torrent_client/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "video-torrent-info"
10
- s.version = "0.1.16"
10
+ s.version = "0.1.17"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: video-torrent-info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Tatarsky