slash3d 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9a394b3ae561ac8bd4e66f40ed3e6021bacec70
4
- data.tar.gz: b283b5c24d70f8be888798cb07410b94408b7699
3
+ metadata.gz: c5f9f9dee0b5af04981f0fab96319a7548cb2b66
4
+ data.tar.gz: 544445c3c4c4a1b2b66cac6c70d4502bb102fcf9
5
5
  SHA512:
6
- metadata.gz: 90248ee01cbdad997af0baef05bfbcf4b1ba13894a6849f0e2fc57e5955c5647b84dbfb8a17f02c6b82b627c12b9e641099c5bdaeb4e69b35e1959fbdbb45930
7
- data.tar.gz: dc582b2ee641645f8c81555ed23e5923ded547bdca4e117777eb4f776da95eecb5bcc44e8744b48d788f77920d6e8aeb517de8879e646b7b218fc4ae10711bc6
6
+ metadata.gz: 49be24fe195a8340b0dea22e3366f8a9bfd0ca672727ed4e351209b02b6cc6a97f3c410935faa6386fc11db9159a04edf155466e02476a50d900c273b3330d90
7
+ data.tar.gz: 237c94c1003550abfcad90cebab0bb718ad74770e1e13de8e129e539bbdb7dc45e936af45623721494b5b5fa5051a8ffc49f4eacae34293f98b6998f768a8623
@@ -31,6 +31,7 @@ module Slash3D
31
31
  redirect: redirect_url,
32
32
  sign: signature,
33
33
  lang: lang_number,
34
+ parent: 1,
34
35
  }
35
36
 
36
37
  "https://www.3dslash.net/slash.php?" + parameters.to_query
@@ -1,3 +1,3 @@
1
1
  module Slash3D
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/spec/iframe_spec.rb CHANGED
@@ -16,6 +16,7 @@ module Slash3D
16
16
  url = "https://www.3dslash.net/slash.php" \
17
17
  "?content=c97ff01cdf0fca07a33dce9" \
18
18
  "&lang=0" \
19
+ "&parent=1" \
19
20
  "&partner=test_partner_code" \
20
21
  "&redirect=http%3A%2F%2Fredirect-url" \
21
22
  "&sign=4c5fd2b2aa423d430f22ba940f4e28f7060fc39b2e44a70e656f74b94a38859c" \
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slash3d
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
  - Sunny Ripert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-14 00:00:00.000000000 Z
11
+ date: 2015-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport