feed_torrents 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ab95c88a022529d22ef12ba2e63243d30c75ab9
4
- data.tar.gz: d633d34caee9592a45156d20b61f9a4c3db3a7bb
3
+ metadata.gz: 003f8e715f86b8730d67f4695a8e44e75ee55b99
4
+ data.tar.gz: cf9ff0f9c27205bd631576a4ff7ee7bdb346047b
5
5
  SHA512:
6
- metadata.gz: 1a2d78dc6761e530ae6e0672fd027b63de38671274f0bfdabdcc2317ab783de6b9c53f7724b5659d4b403c2d05985baa485a64cfec570a327a7cfe9562dd85d3
7
- data.tar.gz: 5f0f736ab30488b1c4d779ecf917829ef3054cdab06a849859e7913bea8a74db93f8abf42634a1f8a2a9e73307bbe2f4dddaa656f5c149d4c75be30ac5ed0599
6
+ metadata.gz: d26020c9225aaea0407f7d3c92f49d55168dd38f62cfc30d2dfbef8972ed004e02baa0b959e96e290eb2dfb80647267c6345f344357ef89555d5d2b27a969908
7
+ data.tar.gz: 0b9fada33bed6fe620f10e37f83b61d5895bc45075c5d27a65a7437d1ddbbd326496284d538e5389ce12fad4db57b4ace3bdd9fdc7f2e099c8dd89755dc9778c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # FeedTorrents
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/feed_torrents.png)](http://rubygems.org/gems/feed_torrents)
3
+ [![Gem Version](https://badge.fury.io/rb/feed_torrents.svg)](http://badge.fury.io/rb/feed_torrents)
4
4
 
5
5
  ## Install
6
6
 
@@ -8,10 +8,6 @@ Install with Rubygems:
8
8
 
9
9
  gem install feed_torrents
10
10
 
11
- If you use bundler, add it to your Gemfile:
12
-
13
- gem "feed_torrents", "~>0.1.0"
14
-
15
11
  ## Usage
16
12
 
17
13
  Create a configuration file: /tmp/feed_torrents.yml
@@ -1,14 +1,14 @@
1
1
  require File.expand_path('../lib/feed_torrents/version', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
- gem.name = "feed_torrents"
4
+ gem.name = 'feed_torrents'
5
5
  gem.version = FeedTorrents::VERSION
6
- gem.summary = %q{Follow configurable feeds and download torrents, even from magnet urls}
7
- gem.description = %q{Follow configurable feeds and download torrents, even from magnet urls}
8
- gem.license = "MIT"
9
- gem.authors = ["Tom van Leeuwen"]
10
- gem.email = "tom@vleeuwen.eu"
11
- gem.homepage = "https://rubygems.org/gems/feed_torrents"
6
+ gem.summary = %q{A (multi) torrent feed reader without gui that handles both torrent links and magnet links downloading them as torrents}
7
+ gem.description = %q{A (multi) torrent feed reader without gui that handles both torrent links and magnet links downloading them as torrents}
8
+ gem.license = 'MIT'
9
+ gem.authors = ['Tom van Leeuwen']
10
+ gem.email = 'tom@vleeuwen.eu'
11
+ gem.homepage = 'https://github.com/TvL2386/feed_torrents'
12
12
 
13
13
  gem.files = `git ls-files`.split($/)
14
14
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,4 +1,3 @@
1
1
  module FeedTorrents
2
- # feed_torrents version
3
- VERSION = "0.1.0"
2
+ VERSION = '0.1.1'
4
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feed_torrents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom van Leeuwen
@@ -122,7 +122,8 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0.2'
125
- description: Follow configurable feeds and download torrents, even from magnet urls
125
+ description: A (multi) torrent feed reader without gui that handles both torrent links
126
+ and magnet links downloading them as torrents
126
127
  email: tom@vleeuwen.eu
127
128
  executables:
128
129
  - feed_torrents
@@ -152,7 +153,7 @@ files:
152
153
  - lib/feed_torrents/version.rb
153
154
  - spec/feed_torrents_spec.rb
154
155
  - spec/spec_helper.rb
155
- homepage: https://rubygems.org/gems/feed_torrents
156
+ homepage: https://github.com/TvL2386/feed_torrents
156
157
  licenses:
157
158
  - MIT
158
159
  metadata: {}
@@ -175,7 +176,8 @@ rubyforge_project:
175
176
  rubygems_version: 2.2.0
176
177
  signing_key:
177
178
  specification_version: 4
178
- summary: Follow configurable feeds and download torrents, even from magnet urls
179
+ summary: A (multi) torrent feed reader without gui that handles both torrent links
180
+ and magnet links downloading them as torrents
179
181
  test_files:
180
182
  - spec/feed_torrents_spec.rb
181
183
  - spec/spec_helper.rb