converse 1.0.9 → 1.0.10

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.
@@ -48,12 +48,12 @@ module Converse
48
48
  end
49
49
  end
50
50
 
51
- def ask(path, data = nil)
51
+ def ask(path = @path, data = nil)
52
52
  @request = Net::HTTP::Get.new(path)
53
53
  converse(path, data)
54
54
  end
55
55
 
56
- def say(path, data = nil)
56
+ def say(path = @path, data = nil)
57
57
  @request = Net::HTTP::Post.new(path)
58
58
  converse(path, data)
59
59
  end
@@ -1,3 +1,3 @@
1
1
  module Converse
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
metadata CHANGED
@@ -1,33 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: converse
3
- version: !ruby/object:Gem::Version
4
- hash: 5
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.10
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 9
10
- version: 1.0.9
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Ernst van Graan
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-10-05 00:00:00 Z
12
+ date: 2012-10-24 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
- description: Converse provides Broker/Translator classes to facilitate communication across an API by means of conversations
22
- email:
14
+ description: Converse provides Broker/Translator classes to facilitate communication
15
+ across an API by means of conversations
16
+ email:
23
17
  - ernst.van.graan@hetzner.co.za
24
18
  executables: []
25
-
26
19
  extensions: []
27
-
28
20
  extra_rdoc_files: []
29
-
30
- files:
21
+ files:
31
22
  - .gitignore
32
23
  - .idea/converse.iml
33
24
  - .idea/encodings.xml
@@ -49,38 +40,29 @@ files:
49
40
  - lib/converse/comms/simple_logger.rb
50
41
  - lib/converse/interaction.rb
51
42
  - lib/converse/version.rb
52
- homepage: ""
43
+ homepage: ''
53
44
  licenses: []
54
-
55
45
  post_install_message:
56
46
  rdoc_options: []
57
-
58
- require_paths:
47
+ require_paths:
59
48
  - lib
60
- required_ruby_version: !ruby/object:Gem::Requirement
49
+ required_ruby_version: !ruby/object:Gem::Requirement
61
50
  none: false
62
- requirements:
63
- - - ">="
64
- - !ruby/object:Gem::Version
65
- hash: 3
66
- segments:
67
- - 0
68
- version: "0"
69
- required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
56
  none: false
71
- requirements:
72
- - - ">="
73
- - !ruby/object:Gem::Version
74
- hash: 3
75
- segments:
76
- - 0
77
- version: "0"
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
78
61
  requirements: []
79
-
80
62
  rubyforge_project:
81
63
  rubygems_version: 1.8.24
82
64
  signing_key:
83
65
  specification_version: 3
84
- summary: Converse provides Broker/Translator classes to facilitate communication across an API by means of conversations
66
+ summary: Converse provides Broker/Translator classes to facilitate communication across
67
+ an API by means of conversations
85
68
  test_files: []
86
-