torrents 1.0.0 → 1.0.1
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.
- data/README.md +1 -1
- data/torrents.gemspec +5 -3
- metadata +4 -4
data/README.md
CHANGED
data/torrents.gemspec
CHANGED
|
@@ -3,13 +3,13 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "torrents"
|
|
6
|
-
s.version = "1.0.
|
|
6
|
+
s.version = "1.0.1"
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ["Linus Oleander"]
|
|
9
9
|
s.email = ["linus@oleander.nu"]
|
|
10
10
|
s.homepage = "https://github.com/oleander/Torrents"
|
|
11
|
-
s.summary = %q{Search and download torrents from your favorite bittorrent tracker using Ruby}
|
|
12
|
-
s.description = %q{Search and download torrents from your favorite bittorrent tracker using Ruby.
|
|
11
|
+
s.summary = %q{Search and download torrents from your favorite bittorrent tracker using Ruby 1.9}
|
|
12
|
+
s.description = %q{Search and download torrents from your favorite bittorrent tracker using Ruby 1.9.
|
|
13
13
|
Get information like; subtitles, movie information from IMDB (actors, grade, original title, length, trailers and so on.), direct download link to the torrent.
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -28,4 +28,6 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.add_dependency('undertexter', '~> 0.1.5')
|
|
29
29
|
|
|
30
30
|
s.add_development_dependency('rspec')
|
|
31
|
+
|
|
32
|
+
s.required_ruby_version = '>= 1.9.0'
|
|
31
33
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: torrents
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.0.
|
|
5
|
+
version: 1.0.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Linus Oleander
|
|
@@ -90,7 +90,7 @@ dependencies:
|
|
|
90
90
|
version: "0"
|
|
91
91
|
type: :development
|
|
92
92
|
version_requirements: *id007
|
|
93
|
-
description: "Search and download torrents from your favorite bittorrent tracker using Ruby. \n Get information like; subtitles, movie information from IMDB (actors, grade, original title, length, trailers and so on.), direct download link to the torrent.\n "
|
|
93
|
+
description: "Search and download torrents from your favorite bittorrent tracker using Ruby 1.9. \n Get information like; subtitles, movie information from IMDB (actors, grade, original title, length, trailers and so on.), direct download link to the torrent.\n "
|
|
94
94
|
email:
|
|
95
95
|
- linus@oleander.nu
|
|
96
96
|
executables: []
|
|
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
144
144
|
requirements:
|
|
145
145
|
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version:
|
|
147
|
+
version: 1.9.0
|
|
148
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
149
|
none: false
|
|
150
150
|
requirements:
|
|
@@ -157,7 +157,7 @@ rubyforge_project: torrents
|
|
|
157
157
|
rubygems_version: 1.5.0
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 3
|
|
160
|
-
summary: Search and download torrents from your favorite bittorrent tracker using Ruby
|
|
160
|
+
summary: Search and download torrents from your favorite bittorrent tracker using Ruby 1.9
|
|
161
161
|
test_files:
|
|
162
162
|
- spec/data/the_pirate_bay/details.html
|
|
163
163
|
- spec/data/the_pirate_bay/movies.html
|