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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ige_isb_api/constants.rb +1 -1
- data/lib/ige_isb_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e94163dcd3b9f138bbfa6af4254a589b94fd148
|
|
4
|
+
data.tar.gz: a722eac2ce3acb6ae8e4d0bd8c15d0dc623e58ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59c9af525832455a6c2ab75dbda08fdd9f51fd5e64dde01cfe638bfdeb0aa7559a4bd9143c36be985640d21656187bfb19a2ba3da69816518abb53e52bab93a6
|
|
7
|
+
data.tar.gz: ce292d707a3e3a85370710a29c14f9eb377272266cf595a3a3843ad79cd76cd7b040552a02fc50204e983cf8f9123670ec90949d0b91a7431e1602f410357355
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
data/lib/ige_isb_api/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2014-01-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|