jsb_client 1.0.6 → 1.0.7

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: ed3d4f77dfa6edb0ab5cfb4aaa50c9d68c9cebca
4
- data.tar.gz: b231864099965d37fce5799004dce6b0887ef398
3
+ metadata.gz: 69475532a513584af3b4c9348c758924b74510c6
4
+ data.tar.gz: 3206b3a0536895461c959a5a747a07ba29c72ff5
5
5
  SHA512:
6
- metadata.gz: cd8f971dc5c75836d57b17fe47bc89d312b85c2f4488e951fea28fd722b3001420170c7e9bba6e26dfe6a3401c475a2e4e6c08ee0fb6e6710348ae3d03599c89
7
- data.tar.gz: c79835f9d43d954e91440cd3107160fe389daf359db08bc9b2f6837ae9e0062018b3d6d28806ed43444256344a44ce4fce7abc3549ca4e9701b12279521db004
6
+ metadata.gz: da2cd17b6989d3ec18755f37834e1f03db024e438e39d851472bb02a93360dd332691032f8f50d3b23371c53e6168fd8abbf4a4c4274615582a2038f733fbb33
7
+ data.tar.gz: e0e90c09d9a13957825632f516cd839c965f2d7290070e22460624818550398813f09d354f740fb39b068450045bfaf9c9381bb33b081769006e232945197764
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 => 90000000, :open_timeout => 90000000))
47
+ parse(@api["/journals/#{journal_id}/sync"].get(:params => {: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.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Definity Solutions