jsb_client 1.0.3 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jsb.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8cc634a4142a3bd3aad582aae2572fad872e75f
4
- data.tar.gz: 674e012b2c034bbf8695582d10081ea264794f50
3
+ metadata.gz: 6b25c0beee492d5ca367fba3647b6eb5a2b08d03
4
+ data.tar.gz: c0b97911ff04646948690a67fbc5efb92a00846b
5
5
  SHA512:
6
- metadata.gz: 348caea7ba425297ac94ed3837aa91daec5f68f52287ffc00837dafa3b0c3d76e4c7d1e384fdae19fe5641739c57fe2c0c8e717111a905b4dab402870142b1bd
7
- data.tar.gz: 4c30b19df9013916f121aeb2d2de52906dcbc46c91f0d6c153153100f0f49e63bc25751b25ea382286f12000503474a882dd061732cf954a8357e7ec3932dec8
6
+ metadata.gz: 8237a5f7883f5d1f13cc1e252b4a6920d64d6ababa10c10d5bd0a58d81be1d72fc5a2b6f99903414f11a74a27290c58c320b108837f95bb6c425aaeb0e61718f
7
+ data.tar.gz: ba3208845c3895d2b39f048618dae80db27875cb266708875920e28444f6c29b820f3b498718699bd520640d028802d5a622a688eab4f0fc3e8bc49f0bc86217
data/lib/jsb.rb CHANGED
@@ -44,7 +44,7 @@ class JSB
44
44
  # journal_id: (Integer) id of journal.
45
45
  # force: (String) if force is true, will force update all data.
46
46
  def journal_sync(journal_id, force = false)
47
- parse(@api["/journals/#{journal_id}/sync"].get(:force => force, :accept => :json, :timeout => 180, :open_timeout => 180))
47
+ parse(@api["/journals/#{journal_id}/sync"].get(:force => force, :accept => :json, :timeout => 90000000, :open_timeout => 90000000))
48
48
  end
49
49
 
50
50
  # Return a list of issue from a journal.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsb_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Definity Solutions