spider_monkey 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spider_monkey/helper.rb +1 -1
- data/spider_monkey.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3271d3ed18f2ac7b406b7be42c9536b03863a9b
|
4
|
+
data.tar.gz: 1df01db03334cadf6cc889ba94c45f4dbd58d9f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3db7abb435f9fd6687617f6230f5222706f0e154382f8756863364cf13bba48ac397d1c6e604e51d43a5e269e24ddac8753a4ac9c5a8e26f132583ed48cd4d8
|
7
|
+
data.tar.gz: 5319f39d083eeda46eb49b7f1affe846b710877fb7385276d39125ffcc1d0c3f9356a763de77371961dbadcbe402ba71951a1381c1357b59056bbdd67636dad2
|
data/lib/spider_monkey/helper.rb
CHANGED
@@ -9,7 +9,7 @@ module SpiderMonkey
|
|
9
9
|
|
10
10
|
compressed_string = Base64.urlsafe_encode64(Zlib::Deflate.deflate(options_string))
|
11
11
|
|
12
|
-
"#{SpiderMonkey.configuration[:protocol]}://#{SpiderMonkey.configuration[:cloudfront_host]}/
|
12
|
+
"#{SpiderMonkey.configuration[:protocol]}://#{SpiderMonkey.configuration[:cloudfront_host]}/c?o=#{compressed_string}&s=#{signature}"
|
13
13
|
end
|
14
14
|
|
15
15
|
private
|
data/spider_monkey.gemspec
CHANGED