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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9968749be96a7c9c06136fbf520620567a7736ac
4
- data.tar.gz: 161dc00eeec5cdd12323d37c0cebea695e0b8f25
3
+ metadata.gz: 082713f2508e9fadfad84ac92241763a06883393
4
+ data.tar.gz: 9ea61a608bb666fdb011816748e8d0964174d95e
5
5
  SHA512:
6
- metadata.gz: 7a166ba53c0c9254dd48297503cb331848b6c90ea7f1dc31bfbc97a7c10ae615c9d10369f4a0c699668b6b2d6646ed3b0193072a21aca82070b0d2b032af1aea
7
- data.tar.gz: e3e3ce0aa577a10bf78bb23473def0fc4611330e9570171659eec488d42eaa135d0b2a2843acb0b778673813911a387e9a030aff1fc23685db4b06b9e137070f
6
+ metadata.gz: b716966aca9da16c8a76a21c15642e13a5d65b03adf313cb905f788f791c56ef5bdb31f9fdf0f3d2b219cf8834c9db9e2d4f4c3d6e747deaa253221c07d6a384
7
+ data.tar.gz: 1ae3f7d8c04dba00a3a89fb935e3854bd86dae83a2079e1dc1dbabb99d1043e36aea8b7c0f7eb2363c2967b915858d84b52e429955d0faeb4d6f5d35e7172100
data/Gemfile CHANGED
@@ -11,7 +11,5 @@ group :development do
11
11
  gem "jeweler"
12
12
  gem "rspec"
13
13
  gem "rake-compiler"
14
- # gem "rice"
15
- # gem "ffmpeg-video-info"
16
14
  gem 'bencode', :git => 'git://github.com/vintikzzz/ruby-bencode.git'
17
15
  end
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.6)
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.0)
15
+ faraday (0.9.1)
16
16
  multipart-post (>= 1.2, < 3)
17
- git (1.2.8)
18
- github_api (0.12.2)
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.3.1)
27
- highline (1.6.21)
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
- json (1.8.1)
38
- jwt (1.0.0)
39
- mini_portile (0.6.1)
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.4.1)
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.5.2)
52
- rake (10.3.2)
53
- rake-compiler (0.9.3)
50
+ rack (1.6.1)
51
+ rake (10.4.2)
52
+ rake-compiler (0.9.5)
54
53
  rake
55
- rdoc (4.1.2)
56
- json (~> 1.4)
57
- rspec (3.1.0)
58
- rspec-core (~> 3.1.0)
59
- rspec-expectations (~> 3.1.0)
60
- rspec-mocks (~> 3.1.0)
61
- rspec-core (3.1.7)
62
- rspec-support (~> 3.1.0)
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.1.0)
66
- rspec-mocks (3.1.3)
67
- rspec-support (~> 3.1.0)
68
- rspec-support (3.1.2)
69
- thread_safe (0.3.4)
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.13
1
+ 0.1.15
@@ -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.13 ruby lib
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.13"
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-02-04"
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.2"
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.13
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-02-04 00:00:00.000000000 Z
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.2
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