pirata 1.2.2 → 1.3.2

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/pirata/config.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ad3a24405afc01433400fc2a207c8998ff7ac8f
4
- data.tar.gz: 788fd46e74c0790e3ba25fdd3d3092742988cd6f
3
+ metadata.gz: 57d0e5a37885ba0286f17269ce11d0e057dba9fb
4
+ data.tar.gz: 71d1cc868d248c8fe183ed79258471c69d8bc0ee
5
5
  SHA512:
6
- metadata.gz: ac0bd0bc6b98ed22a3790d050958b2f8d6cf0c50e272338634b77c6e5c0c792f2081b1882ad2d6f2add60d7162f834c1d44bc257e0a1013e83be96eb998e7509
7
- data.tar.gz: e545ee074b4891980354b7dd31c95496d910071c1c77cbfb760286898b15a32f7f729d257dc1369d8cc0ed53b66f0da1a129a462209294ff18cf26eee140abb8
6
+ metadata.gz: 29934ca3f570359e5afb626fff906e347d74104e0fb58cf4250392093617987c465f4bcfb779de12b50c8dfca51c8b96fff5fd0d04898e68f48ea242195c0b7d
7
+ data.tar.gz: 71dfb01708a2a5d3e3aad7dc909de0c9d596d6ff4eb1c92e851624c14ee6b73404d8d14584f4f1b6a015deca5db2bb4e99a9711bace74ce094e726826eb3f9bd
data/lib/pirata/config.rb CHANGED
@@ -4,13 +4,13 @@ module Pirata
4
4
  # This is the base URL to query against. Depending on server/mirror
5
5
  # availability, blocked URLs, etc, you may need to change this. A
6
6
  # list of available mirrors for ThePirateBay may be found at
7
- # http://http://proxybay.info/
7
+ # https://proxybay.la/
8
8
  #
9
9
  # Note that all URLs should yeild the same results. You are advised
10
10
  # to pick a mirror that is closest to your application server for best
11
11
  # results though.
12
12
 
13
- BASE_URL = "http://thepiratebay.mn"
13
+ BASE_URL = "https://ahoy.re"
14
14
 
15
15
  # This is the rule used when following HTTPS <-> HTTP redirects.
16
16
  # It accepts :all and :safe
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pirata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin Lindsay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-11 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri