converse 1.0.2 → 1.0.3

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.
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,70 +1,51 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: converse
3
- version: !ruby/object:Gem::Version
4
- hash: 19
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.3
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 2
10
- version: 1.0.2
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-08-23 00:00:00 Z
12
+ date: 2012-08-23 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
14
  description:
22
15
  email:
23
16
  executables: []
24
-
25
17
  extensions: []
26
-
27
18
  extra_rdoc_files: []
28
-
29
- files:
30
- - lib/api.rb
31
- - lib/interaction.rb
32
- - lib/broker.rb
33
- - lib/comms/conversation.rb
34
- - lib/comms/html/html_conversation.rb
35
- - lib/comms/mysql/mysql_conversation.rb
19
+ files:
20
+ - lib/converse/api.rb
21
+ - lib/converse/interaction.rb
22
+ - lib/converse/broker.rb
23
+ - lib/converse/comms/conversation.rb
24
+ - lib/converse/comms/html/html_conversation.rb
25
+ - lib/converse/comms/mysql/mysql_conversation.rb
36
26
  homepage:
37
27
  licenses: []
38
-
39
28
  post_install_message:
40
29
  rdoc_options: []
41
-
42
- require_paths:
43
- - lib/comms/mysql
44
- required_ruby_version: !ruby/object:Gem::Requirement
30
+ require_paths:
31
+ - lib/converse/comms/mysql
32
+ required_ruby_version: !ruby/object:Gem::Requirement
45
33
  none: false
46
- requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- hash: 3
50
- segments:
51
- - 0
52
- version: "0"
53
- required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
39
  none: false
55
- requirements:
56
- - - ">="
57
- - !ruby/object:Gem::Version
58
- hash: 3
59
- segments:
60
- - 0
61
- version: "0"
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
62
44
  requirements: []
63
-
64
45
  rubyforge_project:
65
46
  rubygems_version: 1.8.24
66
47
  signing_key:
67
48
  specification_version: 3
68
- summary: Converse provides Broker/Translator classes to facilitate communication across an API by means of conversations
49
+ summary: Converse provides Broker/Translator classes to facilitate communication across
50
+ an API by means of conversations
69
51
  test_files: []
70
-