ruby-tapas-downloader 2.0.2 → 2.0.3

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: 0f0fe636f9c2f5518dc74c455c8849b99c41d2c5
4
- data.tar.gz: f78d4d669319e1d23328523c2cbab951fcc6637f
3
+ metadata.gz: f8d6d1570d6f886234aea4a61a8a0c1c4b587739
4
+ data.tar.gz: 416bc36110911c03209c59daefa69611f2f6ae4f
5
5
  SHA512:
6
- metadata.gz: 9c0eade07ae42f0a3fc8ecd795457e78cf27c0c497464ef18be91c71ce5b66e425debf47bf023a33911328550d08621fe95a0f78dd7ee25321d435696e8a1fa8
7
- data.tar.gz: 8cdfc7d654377226ccd8fada6e2c3c34c0534f58a208930babfcabf119ede9e31ce8119e0cf441626c9605edb3e34d524ccb83ce6c8fff71189aba9af896631c
6
+ metadata.gz: bd46a3d1fc0a636e13015a902b77f7f5a551c3217020f1d3768dc6ea32c4a02089994941b1d6b87730999d8c75af7ca95b1ea99d8016073570f0a63fe50f8409
7
+ data.tar.gz: 35d10997506a3c8cd1cc7404dc25c3d0fbc63c6fba3ea6274a273fea0c0880677cb5f17cfa52a75b32372f8082b78d9576d1cf32e628012a3f12329e4b162f56
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ [![Version](http://allthebadges.io/leafac/ruby-tapas-downloader/badge_fury.png)](http://allthebadges.io/leafac/ruby-tapas-downloader/badge_fury)
2
+ [![Dependencies](http://allthebadges.io/leafac/ruby-tapas-downloader/gemnasium.png)](http://allthebadges.io/leafac/ruby-tapas-downloader/gemnasium)
3
+ [![Build Status](http://allthebadges.io/leafac/ruby-tapas-downloader/travis.png)](http://allthebadges.io/leafac/ruby-tapas-downloader/travis)
4
+ [![Coverage](http://allthebadges.io/leafac/ruby-tapas-downloader/coveralls.png)](http://allthebadges.io/leafac/ruby-tapas-downloader/coveralls)
5
+ [![Code Climate](http://allthebadges.io/leafac/ruby-tapas-downloader/code_climate.png)](http://allthebadges.io/leafac/ruby-tapas-downloader/code_climate)
6
+
1
7
  Ruby Tapas Downloader
2
8
  =====================
3
9
 
@@ -22,18 +22,18 @@ To download you need to be authenticated, you have tree options:
22
22
  # Perform complete download procedure.
23
23
  desc 'download', 'Download new content'
24
24
  option(
25
- :email, required: true, default: Config.default_email, aliases: '-e'
25
+ :email, required: true, default: RubyTapasDownloader::Config.default_email, aliases: '-e'
26
26
  )
27
27
  option(
28
28
  :password,
29
29
  required: true,
30
- default: Config.default_password,
30
+ default: RubyTapasDownloader::Config.default_password,
31
31
  aliases: '-p'
32
32
  )
33
33
  option(
34
34
  :download_path,
35
35
  required: true,
36
- default: Config.default_download_path,
36
+ default: RubyTapasDownloader::Config.default_download_path,
37
37
  aliases: '-d'
38
38
  )
39
39
  long_desc download_long_description
@@ -1,4 +1,4 @@
1
1
  # Gem current version
2
2
  module RubyTapasDownloader
3
- VERSION = '2.0.2'
3
+ VERSION = '2.0.3'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-tapas-downloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Facchinetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-12 00:00:00.000000000 Z
11
+ date: 2014-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.3'
83
+ - !ruby/object:Gem::Dependency
84
+ name: coveralls
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: 0.7.0
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: 0.7.0
83
97
  description: It downloads all episodes and attachments, organizes them for later use
84
98
  and keeps an easy to use index of episodes.
85
99
  email: ruby-tapas-downloader@leafac.com
@@ -129,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
143
  version: '0'
130
144
  requirements: []
131
145
  rubyforge_project:
132
- rubygems_version: 2.2.0
146
+ rubygems_version: 2.2.2
133
147
  signing_key:
134
148
  specification_version: 4
135
149
  summary: Downloader for Avdi Grimm Ruby Tapas