ige_isb_api 1.1.3 → 1.1.4

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: 67aece4b49ff763e9136f0f46590cf9b120f38c1
4
- data.tar.gz: 4f46335786f00997db20ebb3b1ba77e6254f7928
3
+ metadata.gz: 4e94163dcd3b9f138bbfa6af4254a589b94fd148
4
+ data.tar.gz: a722eac2ce3acb6ae8e4d0bd8c15d0dc623e58ff
5
5
  SHA512:
6
- metadata.gz: b4dbf5fcaf83c753927d1d79a632f984b87e5d003232d24610d01bf5dabea8f42b34d1708f348cc9197a5d5aaa260be45198dbf2228b89cc8e90c6b12b32e356
7
- data.tar.gz: b78c664e78e4053067888e15848e143214dad6b192779efc1410dbad874db96695255fab75853f5faa4e62a726d0c3139839165bbebaca6b47d84951d942d2e5
6
+ metadata.gz: 59c9af525832455a6c2ab75dbda08fdd9f51fd5e64dde01cfe638bfdeb0aa7559a4bd9143c36be985640d21656187bfb19a2ba3da69816518abb53e52bab93a6
7
+ data.tar.gz: ce292d707a3e3a85370710a29c14f9eb377272266cf595a3a3843ad79cd76cd7b040552a02fc50204e983cf8f9123670ec90949d0b91a7431e1602f410357355
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ige_isb_api (1.1.3)
4
+ ige_isb_api (1.1.4)
5
5
  nokogiri
6
6
  rfc-822
7
7
 
@@ -17,7 +17,7 @@ module IGE_ISB_API
17
17
  SERVER = {fun: ENV['ISB_FUN_URL'], real: ENV['ISB_REAL_URL']} # issued by ISB
18
18
 
19
19
  DEFAULT_ENCODING = 'utf-8'
20
- ALLOWED_CURRENCIES = %w(EUR GBP USD)
20
+ ALLOWED_CURRENCIES = %w(EUR GBP USD CAD)
21
21
  ALLOWED_MODES = %w(window gpu opaque transparent direct)
22
22
  ALLOWED_GAME_TYPES = %w(flash html5)
23
23
  ALLOWED_LIMITATIONS = %w(bet loss time exclusion deposit_extra deposit) # all must be lower case, despite what the docs say
@@ -2,5 +2,5 @@
2
2
  #coding: utf-8
3
3
 
4
4
  module IGE_ISB_API
5
- VERSION = "1.1.3"
5
+ VERSION = "1.1.4"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ige_isb_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Sag
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-15 00:00:00.000000000 Z
11
+ date: 2014-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri