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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6758680dfb7f72aa2a3f93962f0963e6ed0017d2
4
- data.tar.gz: 9b461a1fafa9d73fb744e5d3534fc67ae1c199f6
3
+ metadata.gz: d3271d3ed18f2ac7b406b7be42c9536b03863a9b
4
+ data.tar.gz: 1df01db03334cadf6cc889ba94c45f4dbd58d9f5
5
5
  SHA512:
6
- metadata.gz: 8307358d1a087fd456cfad7eb6d2c37f4d11276dfdea33259c0362e9769aad233c6b0360b5174529a72212241218e3458ab438889a376b7e79faf120803c004a
7
- data.tar.gz: 1017dc846d161ad10030ea526c3e03a7b1acf09694f5313133840488ec4cd58a52f5e9164781754d2b9c19a8c974336790e042dbe6d87d6f3a021cdccf98578a
6
+ metadata.gz: b3db7abb435f9fd6687617f6230f5222706f0e154382f8756863364cf13bba48ac397d1c6e604e51d43a5e269e24ddac8753a4ac9c5a8e26f132583ed48cd4d8
7
+ data.tar.gz: 5319f39d083eeda46eb49b7f1affe846b710877fb7385276d39125ffcc1d0c3f9356a763de77371961dbadcbe402ba71951a1381c1357b59056bbdd67636dad2
@@ -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]}/u/#{options[:key]}/c?o=#{compressed_string}&s=#{signature}"
12
+ "#{SpiderMonkey.configuration[:protocol]}://#{SpiderMonkey.configuration[:cloudfront_host]}/c?o=#{compressed_string}&s=#{signature}"
13
13
  end
14
14
 
15
15
  private
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "spider_monkey"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.platform = Gem::Platform::RUBY
5
5
 
6
6
  s.authors = ["Ben McFadden"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spider_monkey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben McFadden