kat 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/kat.rb +25 -1
  3. metadata +18 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac470759ccf5f883197aa00a7f6f35a5a2f145f9
4
- data.tar.gz: 03af12f13bc393815acdc233db00a69f0357b351
3
+ metadata.gz: cfab5385cdf49e90d2b42afe3443e02f8546ee0c
4
+ data.tar.gz: 66e259a2001265d6afcc3c940a00977f93d99f66
5
5
  SHA512:
6
- metadata.gz: bd6dd7ec83d42f787841820cf6143edf8792f7ca2be069c71eaea96a1e7a70c445160e612138a6e630148df66f7c734346b682a4c003e5e765a007b79b8412d4
7
- data.tar.gz: 18a7cf881b384e435b4a2e6e449cd8b1b1a442d8217484f1b098e68fd38f1b54cfebac20fe89c1ea5bb4ac6e4fed4ac7a6795540a04de6537bba47c2ec9fe6e0
6
+ metadata.gz: d79200e83980110c7fed1f4f3004aa082fdfe840c61e0bdd85a866bbb7b4414213c250d8acc2e0202578145fb418f6f2893a8dd894851a0e4ba056b7d34de4d2
7
+ data.tar.gz: 1b7d5484002a1d9770ca7dee463e4b2a876b2f0e0dd812ed609603de21889000b5d3c9c5c16bc4512625a89cabaf121449f46a7a6be3e0389dea15e2afabb210
data/lib/kat.rb CHANGED
@@ -1,3 +1,27 @@
1
+ # The MIT License (MIT)
2
+
3
+ # Copyright (c) 2013 Fission Xuiptz
4
+
5
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ # of this software and associated documentation files (the "Software"), to deal
7
+ # in the Software without restriction, including without limitation the rights
8
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ # copies of the Software, and to permit persons to whom the Software is
10
+ # furnished to do so, subject to the following conditions:
11
+
12
+ # The above copyright notice and this permission notice shall be included in
13
+ # all copies or substantial portions of the Software.
14
+
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ # THE SOFTWARE.
22
+
23
+
24
+
1
25
  # TODO: Implement field sort and sort order
2
26
  # Lookup advanced search for language and platform values
3
27
  # Comments
@@ -7,7 +31,7 @@ require 'nokogiri'
7
31
  require 'open-uri'
8
32
 
9
33
  class Kat
10
- VERSION = 0.1
34
+ VERSION = '0.1.1'
11
35
 
12
36
  KAT_URL = 'http://kickass.to'
13
37
  SEARCH_URL = "#{KAT_URL}/usearch/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kat
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fission Xuiptz
@@ -9,8 +9,22 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-08-09 00:00:00.000000000 Z
12
- dependencies: []
13
- description: A command-line interface to Kickass Torrents
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: nokogiri
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: A Ruby interface to Kickass Torrents
14
28
  email: fissionxuiptz@softwaremojo.com
15
29
  executables: []
16
30
  extensions: []
@@ -40,5 +54,5 @@ rubyforge_project:
40
54
  rubygems_version: 2.0.3
41
55
  signing_key:
42
56
  specification_version: 4
43
- summary: Kickass Torrents CLI
57
+ summary: Kickass Torrents Interface
44
58
  test_files: []