pirata 0.0.1 → 0.1.0

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.
@@ -1,10 +1,10 @@
1
1
  module Pirata
2
2
  module Category
3
- Audio = "100"
4
- Video = "200"
5
- Applications = "300"
6
- Games = "400"
7
- Porn = "500"
8
- Other = "600"
3
+ AUDIO = "100"
4
+ VIDEO = "200"
5
+ APPLICATIONS = "300"
6
+ GAMES = "400"
7
+ PORN = "500"
8
+ OTHER = "600"
9
9
  end
10
10
  end
@@ -119,6 +119,4 @@ module Pirata
119
119
  end
120
120
 
121
121
  end
122
- end
123
-
124
- Pirata::Torrent.find_by_id(10080116)
122
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pirata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-02 00:00:00.000000000 Z
12
+ date: 2014-05-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
16
- requirement: &17568320 !ruby/object:Gem::Requirement
16
+ requirement: &17736960 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *17568320
24
+ version_requirements: *17736960
25
25
  description: A Ruby gem that exposes an API for using The Pirate Bay torrent tracker
26
26
  service.
27
27
  email: clindsay107@gmail.com
@@ -36,7 +36,7 @@ files:
36
36
  - lib/pirata/config.rb
37
37
  - lib/pirata/torrent.rb
38
38
  - lib/pirata/user.rb
39
- homepage:
39
+ homepage: https://github.com/clindsay107/Pirata
40
40
  licenses:
41
41
  - GPL
42
42
  post_install_message: