itunes_validator 0.4.2 → 0.4.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: 893427a90163569d6d313f42183d7d4bce3fbf99
4
- data.tar.gz: 38a8a7e50bc536f1919b596e8334b632c64f8c18
3
+ metadata.gz: 53991b8c551ae6733031d2bc0f6272a5b22c8b27
4
+ data.tar.gz: d6742b14b9ea7380cb2a5977ff336d98934a28f6
5
5
  SHA512:
6
- metadata.gz: 1d6d748021b6610fbf09b5a0d08ff8969a860b51990898ba50855ad5dd3e9011ecab3e1eaa7459be48521e39a57123b2e63ed23629748a9cde5f827bf6e51f28
7
- data.tar.gz: 628badcc66a1fb455b069401556145ae609ce2a605dbb208c2bd85e1f4eaed9e687bfa39de073c3f9ec23eaa9827ad9b00802b6c5f7329faeb19c8402263917d
6
+ metadata.gz: dfb47c297902ced5d20e11bdee17e4a8fed288473e827183d77397b810343ea9bb51c8ecd3a88bb596a862ccdb74c756a7da7b64abfe7dfc769ed1a04e2f908b
7
+ data.tar.gz: d57154b77756103e64a70fa6bf1f6c29cf90580dba3b1acb992ff7eaf9f3ee8d2fcc9ecb81d310b5caa8772baff382a24154d7c8d22b3d0bb3bffa5299b779b4
@@ -16,7 +16,7 @@ module ItunesValidator
16
16
  @shared_secret = options[:shared_secret] if options
17
17
  @use_latest = (options[:use_latest] if options) || true
18
18
  @return_latest_too = (options[:return_latest_too] if options) || true
19
- @proxy = [options[:proxy_host], options[:proxy_port] || 8080] if options and options[:proxy_host]
19
+ @proxy = [options[:proxy_host], options[:proxy_port] || 8080] if (options && options[:proxy_host])
20
20
  end
21
21
 
22
22
  def validate(receipt_data)
@@ -2,5 +2,5 @@ require_relative 'itunes_validator/client'
2
2
  require_relative 'itunes_validator/receipt'
3
3
 
4
4
  module ItunesValidator
5
- VERSION = '0.4.2'
5
+ VERSION = '0.4.3'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itunes_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Talbot