video-torrent-info 0.1.13 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -2
- data/Gemfile.lock +30 -28
- data/VERSION +1 -1
- data/video-torrent-info.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 082713f2508e9fadfad84ac92241763a06883393
|
4
|
+
data.tar.gz: 9ea61a608bb666fdb011816748e8d0964174d95e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b716966aca9da16c8a76a21c15642e13a5d65b03adf313cb905f788f791c56ef5bdb31f9fdf0f3d2b219cf8834c9db9e2d4f4c3d6e747deaa253221c07d6a384
|
7
|
+
data.tar.gz: 1ae3f7d8c04dba00a3a89fb935e3854bd86dae83a2079e1dc1dbabb99d1043e36aea8b7c0f7eb2363c2967b915858d84b52e429955d0faeb4d6f5d35e7172100
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -7,15 +7,15 @@ GIT
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
addressable (2.3.
|
10
|
+
addressable (2.3.8)
|
11
11
|
builder (3.2.2)
|
12
12
|
descendants_tracker (0.0.4)
|
13
13
|
thread_safe (~> 0.3, >= 0.3.1)
|
14
14
|
diff-lcs (1.2.5)
|
15
|
-
faraday (0.9.
|
15
|
+
faraday (0.9.1)
|
16
16
|
multipart-post (>= 1.2, < 3)
|
17
|
-
git (1.2.
|
18
|
-
github_api (0.12.
|
17
|
+
git (1.2.9.1)
|
18
|
+
github_api (0.12.3)
|
19
19
|
addressable (~> 2.3)
|
20
20
|
descendants_tracker (~> 0.0.4)
|
21
21
|
faraday (~> 0.8, < 0.10)
|
@@ -23,8 +23,8 @@ GEM
|
|
23
23
|
multi_json (>= 1.7.5, < 2.0)
|
24
24
|
nokogiri (~> 1.6.3)
|
25
25
|
oauth2
|
26
|
-
hashie (3.
|
27
|
-
highline (1.
|
26
|
+
hashie (3.4.2)
|
27
|
+
highline (1.7.2)
|
28
28
|
jeweler (2.0.1)
|
29
29
|
builder
|
30
30
|
bundler (>= 1.0)
|
@@ -34,13 +34,12 @@ GEM
|
|
34
34
|
nokogiri (>= 1.5.10)
|
35
35
|
rake
|
36
36
|
rdoc
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
multi_json (1.10.1)
|
37
|
+
jwt (1.5.0)
|
38
|
+
mini_portile (0.6.2)
|
39
|
+
multi_json (1.11.0)
|
41
40
|
multi_xml (0.5.5)
|
42
41
|
multipart-post (2.0.0)
|
43
|
-
nokogiri (1.6.
|
42
|
+
nokogiri (1.6.6.2)
|
44
43
|
mini_portile (~> 0.6.0)
|
45
44
|
oauth2 (1.0.0)
|
46
45
|
faraday (>= 0.8, < 0.10)
|
@@ -48,25 +47,25 @@ GEM
|
|
48
47
|
multi_json (~> 1.3)
|
49
48
|
multi_xml (~> 0.5)
|
50
49
|
rack (~> 1.2)
|
51
|
-
rack (1.
|
52
|
-
rake (10.
|
53
|
-
rake-compiler (0.9.
|
50
|
+
rack (1.6.1)
|
51
|
+
rake (10.4.2)
|
52
|
+
rake-compiler (0.9.5)
|
54
53
|
rake
|
55
|
-
rdoc (4.
|
56
|
-
|
57
|
-
|
58
|
-
rspec-
|
59
|
-
rspec-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
rspec-expectations (3.1.2)
|
54
|
+
rdoc (4.2.0)
|
55
|
+
rspec (3.2.0)
|
56
|
+
rspec-core (~> 3.2.0)
|
57
|
+
rspec-expectations (~> 3.2.0)
|
58
|
+
rspec-mocks (~> 3.2.0)
|
59
|
+
rspec-core (3.2.3)
|
60
|
+
rspec-support (~> 3.2.0)
|
61
|
+
rspec-expectations (3.2.1)
|
64
62
|
diff-lcs (>= 1.2.0, < 2.0)
|
65
|
-
rspec-support (~> 3.
|
66
|
-
rspec-mocks (3.1
|
67
|
-
|
68
|
-
|
69
|
-
|
63
|
+
rspec-support (~> 3.2.0)
|
64
|
+
rspec-mocks (3.2.1)
|
65
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
+
rspec-support (~> 3.2.0)
|
67
|
+
rspec-support (3.2.2)
|
68
|
+
thread_safe (0.3.5)
|
70
69
|
|
71
70
|
PLATFORMS
|
72
71
|
ruby
|
@@ -78,3 +77,6 @@ DEPENDENCIES
|
|
78
77
|
rake-compiler
|
79
78
|
rdoc
|
80
79
|
rspec
|
80
|
+
|
81
|
+
BUNDLED WITH
|
82
|
+
1.10.3
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.15
|
data/video-torrent-info.gemspec
CHANGED
@@ -2,17 +2,17 @@
|
|
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.
|
5
|
+
# stub: video-torrent-info 0.1.15 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.
|
10
|
+
s.version = "0.1.15"
|
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"]
|
14
14
|
s.authors = ["Pavel Tatarsky"]
|
15
|
-
s.date = "2015-
|
15
|
+
s.date = "2015-06-05"
|
16
16
|
s.description = "It simply loads small part of torrent that contains metadata and processes it with ffmpeg"
|
17
17
|
s.email = "fazzzenda@mail.ru"
|
18
18
|
s.extensions = ["ext/torrent_client/extconf.rb"]
|
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
|
|
41
41
|
]
|
42
42
|
s.homepage = "http://github.com/vintikzzz/video-torrent-info"
|
43
43
|
s.licenses = ["MIT"]
|
44
|
-
s.rubygems_version = "2.4.
|
44
|
+
s.rubygems_version = "2.4.7"
|
45
45
|
s.summary = "Gets video info for the torrent file"
|
46
46
|
|
47
47
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: video-torrent-info
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Tatarsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdoc
|
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
169
|
version: '0'
|
170
170
|
requirements: []
|
171
171
|
rubyforge_project:
|
172
|
-
rubygems_version: 2.4.
|
172
|
+
rubygems_version: 2.4.7
|
173
173
|
signing_key:
|
174
174
|
specification_version: 4
|
175
175
|
summary: Gets video info for the torrent file
|