get_tapas 0.9.4 → 0.9.5

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: 13e579fd245dac6c5c005e32e58fed5a40daf655
4
- data.tar.gz: 403989d84bf35a73f6ebdc752ed50138dbfd2557
3
+ metadata.gz: b843cca4d049ff5984ba5d29accaf57a12a201f8
4
+ data.tar.gz: a02be475762c3d0e4b7bd6388dc8c7456d0fdead
5
5
  SHA512:
6
- metadata.gz: 8400e1777e08589b7b3666b936b310e0e016122f38d4171be507d3d8fbce877a01a97d9322944c1f026d44750fd0d9743f3cbde6ac88b3b551c39d3bf65a8c07
7
- data.tar.gz: d68aeadc9e3ad5da7b29516ee0b0815a821feb39abf4c80d64ed2e843cc9af401ce33bf137ae2043923f9597f48e38c02f2b5903ff3e1575ad7d05609bf4eb95
6
+ metadata.gz: 7c90ddbcaa4fe90100c67025f669977af7e6951073e36049a63ef4b159cef4dda758d37293db137520bccda6e0a9ad9d44c261b08d41fa553fe179ea1f0d7792
7
+ data.tar.gz: 24aaa86c411bff414bf0d1dbfc286a98af7f96f56c2fc2da806ee7871c2a623e8f4c3ba824f2a7fe7674b5a410caeab3aa87942fd2742f723cb2e0c813b891f0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # get-tapas #
2
2
 
3
- Downloads Ruby Tapas screencast videos for paid subscribers.
3
+ Downloads Ruby Tapas screencast videos for paid "Ravenous" and "Legacy" subscribers.
4
4
 
5
5
  Prerequisites:
6
6
 
@@ -16,8 +16,6 @@ Usage: get-tapas [options]
16
16
  require 'awesome_print'
17
17
  require 'fileutils'
18
18
  require 'optparse'
19
- require 'ostruct'
20
- require 'shellwords'
21
19
  require_relative '../lib/get_tapas/downloader'
22
20
  require_relative '../lib/get_tapas/options'
23
21
  require_relative '../lib/get_tapas/page_parser'
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['keithrbennett@gmail.com']
11
11
 
12
12
  spec.summary = %q{Downloads Ruby Tapas screencasts.}
13
- spec.description = %q{Downloads Ruby Tapas screencasts en masse for paid subscribers.}
13
+ spec.description = %q{Downloads Ruby Tapas screencasts en masse for paid Ravenous and Legacy subscribers.}
14
14
  spec.homepage = 'https://github.com/keithrbennett/get-tapas'
15
15
  spec.license = 'MIT'
16
16
 
@@ -1,3 +1,5 @@
1
+ require 'shellwords'
2
+
1
3
  class Downloader
2
4
 
3
5
  attr_accessor :html, :options
@@ -7,6 +9,7 @@ class Downloader
7
9
  @options = options
8
10
  end
9
11
 
12
+
10
13
  def episode_num_ok(episode_num)
11
14
  min = options.min_episode_num
12
15
  max = options.max_episode_num
@@ -1,3 +1,3 @@
1
1
  module GetTapas
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: get_tapas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Bennett
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-12 00:00:00.000000000 Z
11
+ date: 2017-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.7'
83
- description: Downloads Ruby Tapas screencasts en masse for paid subscribers.
83
+ description: Downloads Ruby Tapas screencasts en masse for paid Ravenous and Legacy
84
+ subscribers.
84
85
  email:
85
86
  - keithrbennett@gmail.com
86
87
  executables: