ige_isb_api 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ige_isb_api/constants.rb +1 -1
- data/lib/ige_isb_api/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f74d3de1a8bc253f729b9820e02206410938052
|
4
|
+
data.tar.gz: cf0fa284951f2b851bf6b2e2288735daa305337e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ba61dcd2aa2e2817d29d3e76aaeb3d37861b24652e51ec08ebf55c954adce51605e862839fe2de8458fae774ff377dbc30a9812a562bc1358d88af2134fd7a7
|
7
|
+
data.tar.gz: 3254ddf548aaf15beebd37955d181980d16bde7422c7e476b9f3b1d2fb8f10a7368edce34b382efb15a2037ec7336f4f6fbbea8fc10c8ba15b87fc30c88ddb58
|
@@ -22,7 +22,7 @@ module IGE_ISB_API
|
|
22
22
|
BONUS_API_SERVER = ENV['ISB_BONUS_API_SERVER'] # issued by ISB
|
23
23
|
|
24
24
|
DEFAULT_ENCODING = 'utf-8'
|
25
|
-
ALLOWED_CURRENCIES = %w(EUR GBP USD CAD)
|
25
|
+
ALLOWED_CURRENCIES = %w(EUR GBP USD CAD NZD)
|
26
26
|
ALLOWED_MODES = %w(window gpu opaque transparent direct)
|
27
27
|
ALLOWED_GAME_TYPES = %w(flash html5)
|
28
28
|
ALLOWED_LIMITATIONS = %w(bet loss time exclusion deposit_extra deposit) # all must be lower case, despite what the docs say
|
data/lib/ige_isb_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ige_isb_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Sag
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-
|
14
|
+
date: 2014-04-04 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: nokogiri
|
@@ -143,8 +143,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
version: '0'
|
144
144
|
requirements: []
|
145
145
|
rubyforge_project:
|
146
|
-
rubygems_version: 2.
|
146
|
+
rubygems_version: 2.1.11
|
147
147
|
signing_key:
|
148
148
|
specification_version: 4
|
149
149
|
summary: A Ruby Wrapper for the ISB USER and BONUS APIs, and Game Launcher
|
150
150
|
test_files: []
|
151
|
+
has_rdoc:
|