elibri_api_client 1.1.9 → 1.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Elibri
2
2
  class ApiClient
3
- VERSION = "1.1.9"
3
+ VERSION = "1.1.10"
4
4
  Version = VERSION
5
5
  end
6
6
  end
@@ -44,7 +44,7 @@ module Elibri
44
44
 
45
45
 
46
46
  # Metody API delegujemy do odpowiedniego adaptera:
47
- def_delegators :@api_adapter, :refill_all_queues!, :pending_data?, :pending_queues, :publishers, :last_pop_from_queue, :pop_from_queue
47
+ def_delegators :@api_adapter, :refill_all_queues!, :pending_data?, :pending_queues, :publishers, :last_pop_from_queue, :pop_from_queue, :remove_from_queue
48
48
 
49
49
  end
50
50
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elibri_api_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 9
10
- version: 1.1.9
9
+ - 10
10
+ version: 1.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Marcin Urba\xC5\x84ski"