ige_isb_api 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a6553dafdf2e54df0bd089f608f58cd159bcbfd
4
- data.tar.gz: 18b896a9bf17e9b2ffb34f3fc364c74526d46e4c
3
+ metadata.gz: dce166df42362784283b05c797c756c92fd6636b
4
+ data.tar.gz: 4883927101dcb0fc889b3b6fbd465559c89e5695
5
5
  SHA512:
6
- metadata.gz: 6c949be3adf0f4317cb5c3b3c0e63d1af4c63a25f2111be348fc3982d0f225bc9e992269423e1f22a91154503c825b84550ef983adcdb754bb3e19b90d7fcc8f
7
- data.tar.gz: 6b554f89699892c07b0ba8a9cdf94185bf6f7fcbd7cd96ec8b968a9172765d3f609d16d8903dfc18fc3f3d0f5011208ef90876c9e1416c4778d60221bdd0179b
6
+ metadata.gz: 109cd05804ceeb8cce2adc2c19d522be3850e16bcc330eb79a9833dfe0fc71b933423004f4a037c1e25dac38f722ae3e36545fbbdb097237e6fedecf22e7af9c
7
+ data.tar.gz: 5aea5bcfa44812e9e92434fee5097ecec32123855e3828cc305735e136a0ddc12bf2a6682096908ceb19856865dd5a8cdbbcd73f39b366be3862cf9a83765d51
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ige_isb_api (1.2.0)
4
+ ige_isb_api (1.2.2)
5
5
  nokogiri (~> 1.6)
6
6
  rfc-822 (~> 0.4)
7
7
 
@@ -291,7 +291,7 @@ module IGE_ISB_API
291
291
  "coinval: '#{options[:coin_min]}'",
292
292
  "table: 0",
293
293
  "tokenuse: 0",
294
- "realc: 60",
294
+ "realc: #{options[:fun] ? 60 : 0}",
295
295
  "gmAPI: #{options[:gm_api]}",
296
296
  "settingsXMLProvider: '#{IGE_ISB_API::Constants::SERVER[mode]}#{options[:main_category]}/xml/#{options[:language]}/#{options[:identifier]}_settings_#{mode.to_s}.xml'",
297
297
  "translationXMLProvider: '#{IGE_ISB_API::Constants::SERVER[mode]}#{options[:main_category]}/xml/#{options[:language]}/#{options[:identifier]}_translations.xml'"
@@ -335,7 +335,7 @@ module IGE_ISB_API
335
335
  "coinval=#{options[:coin_min]}",
336
336
  "table=0",
337
337
  "tokenuse=0",
338
- "realc=60",
338
+ "realc=#{options[:fun] ? 60 : 0}",
339
339
  "gmAPI=#{options[:gm_api]}",
340
340
  "settingsXMLProvider=#{IGE_ISB_API::Constants::SERVER[mode]}#{options[:main_category]}/xml/#{options[:language]}/#{options[:identifier]}_settings_#{mode.to_s}.xml",
341
341
  "translationXMLProvider=#{IGE_ISB_API::Constants::SERVER[mode]}#{options[:main_category]}/xml/#{options[:language]}/#{options[:identifier]}_translations.xml"
@@ -2,5 +2,5 @@
2
2
  #coding: utf-8
3
3
 
4
4
  module IGE_ISB_API
5
- VERSION = "1.2.1"
5
+ VERSION = "1.2.2"
6
6
  end
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.1
4
+ version: 1.2.2
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-03-05 00:00:00.000000000 Z
14
+ date: 2014-03-07 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: nokogiri