downthetube 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/README +1 -1
- data/downthetube.gemspec +2 -2
- metadata +5 -5
data/README
CHANGED
@@ -70,7 +70,7 @@ LICENSE:
|
|
70
70
|
|
71
71
|
(The MIT License)
|
72
72
|
|
73
|
-
Copyright ©
|
73
|
+
Copyright © 2010 - 2011 Mike Williamson
|
74
74
|
|
75
75
|
|
76
76
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
data/downthetube.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
specification = Gem::Specification.new do |spec|
|
2
2
|
# Descriptive and source information for this gem.
|
3
3
|
spec.name = "downthetube"
|
4
|
-
spec.version = "0.0.
|
4
|
+
spec.version = "0.0.9"
|
5
5
|
spec.description = "A library to make downloading playlists and videos from Youtube less nasty."
|
6
6
|
spec.summary = "Downloads playlists and videos from Youtube."
|
7
7
|
spec.author = "Mike Williamson"
|
@@ -10,7 +10,7 @@ specification = Gem::Specification.new do |spec|
|
|
10
10
|
require 'rake'
|
11
11
|
spec.files = %w(README lib/downthetube.rb lib/youtube.rb lib/video.rb lib/play_list.rb downthetube.gemspec)
|
12
12
|
spec.has_rdoc = false
|
13
|
-
spec.add_dependency("
|
13
|
+
spec.add_dependency("gdata_19", ">= 1.0.0")
|
14
14
|
spec.extra_rdoc_files = ["README"]
|
15
15
|
spec.require_path = ["lib"]
|
16
16
|
#spec.test_files = ["spec"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: downthetube
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 9
|
10
|
+
version: 0.0.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mike Williamson
|
@@ -15,11 +15,11 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-09-22 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
|
-
name:
|
22
|
+
name: gdata_19
|
23
23
|
prerelease: false
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
25
|
none: false
|