pirata 1.2.2 → 1.3.2
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.
- checksums.yaml +4 -4
- data/lib/pirata/config.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57d0e5a37885ba0286f17269ce11d0e057dba9fb
|
|
4
|
+
data.tar.gz: 71d1cc868d248c8fe183ed79258471c69d8bc0ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
#
|
|
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 = "
|
|
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.
|
|
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:
|
|
11
|
+
date: 2016-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|