get_tapas 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{bin → exe}/console +0 -0
- data/{bin → exe}/get-tapas +0 -0
- data/{bin → exe}/setup +0 -0
- data/lib/get_tapas/version.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfb515bfc887f0f74afc3a4991b6191c84d4e8c7
|
4
|
+
data.tar.gz: 4bbb9b48eb3cd5e01fcd8729b2c1e3109ccb1dd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d39c83321d878357d859de21ebe8aad3877d863adfa57267fd607542a1fdc5c6a161648a0c037fae0a16f4d84c0309a34a31c3079c934087d2c2bab35953d3da
|
7
|
+
data.tar.gz: 2258899bf9f96724f5ac6382664ed06e1609b1d332cacbb3a556cd137f0a8b52636ad768503902bae62234d25a08e5123bbe6b78b545f81a57f53e3ed1153577
|
data/{bin → exe}/console
RENAMED
File without changes
|
data/{bin → exe}/get-tapas
RENAMED
File without changes
|
data/{bin → exe}/setup
RENAMED
File without changes
|
data/lib/get_tapas/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: get_tapas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keith Bennett
|
@@ -83,7 +83,10 @@ dependencies:
|
|
83
83
|
description: Downloads Ruby Tapas screencasts en masse for paid subscribers.
|
84
84
|
email:
|
85
85
|
- keithrbennett@gmail.com
|
86
|
-
executables:
|
86
|
+
executables:
|
87
|
+
- console
|
88
|
+
- get-tapas
|
89
|
+
- setup
|
87
90
|
extensions: []
|
88
91
|
extra_rdoc_files: []
|
89
92
|
files:
|
@@ -94,9 +97,9 @@ files:
|
|
94
97
|
- LICENSE.txt
|
95
98
|
- README.md
|
96
99
|
- Rakefile
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
+
- exe/console
|
101
|
+
- exe/get-tapas
|
102
|
+
- exe/setup
|
100
103
|
- get_tapas.gemspec
|
101
104
|
- lib/get_tapas.rb
|
102
105
|
- lib/get_tapas/download_link.rb
|