converse 1.0.18 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,8 +3,6 @@ require "converse/interaction"
3
3
 
4
4
  module Converse
5
5
  class RESTInteraction < Interaction
6
- protected
7
-
8
6
  def ask_broker_about(broker, action, substance)
9
7
  ask_broker_concerning(broker, "")
10
8
  about(action)
@@ -1,3 +1,3 @@
1
1
  module Converse
2
- VERSION = "1.0.18"
2
+ VERSION = "1.0.19"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: converse
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 18
10
- version: 1.0.18
9
+ - 19
10
+ version: 1.0.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ernst van Graan