gameball 2.0.1 → 2.1.1

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
  SHA256:
3
- metadata.gz: 4dd0bd2cb33b40d5304d30000362d3068ceb983448e87cb36ccab460db579094
4
- data.tar.gz: 6c0936a0568b8f44c27b43156ea4161473a0a8145e9ee46a05df338826883f17
3
+ metadata.gz: bfd74e1b4babbc69fe5972ac45e485d71bb7c15bd92076ab91296b2537aa8b46
4
+ data.tar.gz: a26a1472bae3ad9bf15929edf6bdedcd993b89dc3e34827b28afe1ecc1869826
5
5
  SHA512:
6
- metadata.gz: db7f937f3375d252da17f111641c5b3e7e1ba2cec25e4bfcbde85185e8ebdef023f04918d3bb235686670d51b24f2feae2d816ea18b19db9c9165549e39be2ef
7
- data.tar.gz: d78ef1500580168e0ad048f6efa184490ff744f1ccbf8126039c7c5224b7a7fc5ced09e73f45e22be9738fb047cc4951f58a37e60e90a917c623693012664367
6
+ metadata.gz: bc7d36cfb2f6813e7d03c87c480e79804d087739c6b19df694644487b98deb76ac984ec81e12bebb70caee0ea77d9e0af5fc117a90ed624d5335145697e14e12
7
+ data.tar.gz: 15ccd652bbd32fddf34322b55e46074eb8beca1b12fb527604c65bf50125f8ace4fd4e02bcc2137ecebfe0262f32685e02ce6c54b04e59a669a7f54ddfd835aa
data/README.md CHANGED
@@ -188,7 +188,7 @@ Gameball::Transaction.refund({
188
188
  playerUniqueId:"player456",
189
189
  transactionId:"1234567890",
190
190
  reverseTransactionId:"234567891",
191
- amount: null
191
+ amount: nil
192
192
  }
193
193
  )
194
194
  ```
@@ -247,7 +247,7 @@ Gameball::Order.place_order({
247
247
  productId:"875511",
248
248
  title: "XPS-15s",
249
249
  category: [
250
- electronics
250
+ "electronics"
251
251
  ],
252
252
  vendor: "Dell"
253
253
  }
@@ -261,7 +261,7 @@ Gameball::Order.place_order({
261
261
  billingAddress: "Alabama"
262
262
  },
263
263
  redeemedAmount: 20,
264
- holdReference: null,
264
+ holdReference: nil,
265
265
  guest: false
266
266
  })
267
267
  ```
@@ -12,7 +12,6 @@ module Gameball
12
12
  if params != {}
13
13
  uri.query=URI.encode_www_form(params)
14
14
  end
15
- puts uri
16
15
  https = Net::HTTP.new(uri.host, uri.port)
17
16
  https.max_retries = Gameball.max_retries
18
17
  https.read_timeout = Gameball.read_timeout
@@ -1,3 +1,3 @@
1
1
  module Gameball
2
- VERSION = "2.0.1" # Version of the SDK
2
+ VERSION = "2.1.1" # Version of the SDK
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gameball
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alsouidan