jsparrow 1.1.1 → 1.1.2

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.
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsparrow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Leandro Silva
7
+ - Leandro Silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-16 00:00:00 -08:00
12
+ date: 2010-03-01 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -20,47 +20,50 @@ executables: []
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
- - LICENSE
24
- - README.rdoc
23
+ - LICENSE
24
+ - README.rdoc
25
25
  files:
26
- - LICENSE
27
- - README.rdoc
28
- - Rakefile
29
- - VERSION.yml
30
- - lib/client.rb
31
- - lib/connection.rb
32
- - lib/error.rb
33
- - lib/jms.rb
34
- - lib/jms/javaee-1.5.jar
35
- - lib/jms/jms.jar
36
- - lib/jms/jsparrow-essential.jar
37
- - lib/jsparrow.rb
38
- - lib/messaging.rb
39
- - sample/sample.rb
40
- - spec/client_spec.rb
41
- - spec/connection_spec.rb
42
- - spec/messaging_spec.rb
43
- - spec/spec_helper.rb
26
+ - LICENSE
27
+ - README.rdoc
28
+ - Rakefile
29
+ - VERSION.yml
30
+ - lib/client.rb
31
+ - lib/connection.rb
32
+ - lib/error.rb
33
+ - lib/jms.rb
34
+ - lib/jms/javaee-1.5.jar
35
+ - lib/jms/jms.jar
36
+ - lib/jms/jsparrow-essential.jar
37
+ - lib/jsparrow.rb
38
+ - lib/listener.rb
39
+ - lib/messaging.rb
40
+ - sample/sample_queue.rb
41
+ - sample/sample_topic.rb
42
+ - spec/client_spec.rb
43
+ - spec/connection_spec.rb
44
+ - spec/listener_spec.rb
45
+ - spec/messaging_spec.rb
46
+ - spec/spec_helper.rb
44
47
  has_rdoc: true
45
48
  homepage: http://github.com/leandrosilva/jsparrow
46
49
  licenses: []
47
50
 
48
51
  post_install_message:
49
52
  rdoc_options:
50
- - --charset=UTF-8
53
+ - --charset=UTF-8
51
54
  require_paths:
52
- - lib
55
+ - lib
53
56
  required_ruby_version: !ruby/object:Gem::Requirement
54
57
  requirements:
55
- - - ">="
56
- - !ruby/object:Gem::Version
57
- version: "0"
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
58
61
  version:
59
62
  required_rubygems_version: !ruby/object:Gem::Requirement
60
63
  requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- version: "0"
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: "0"
64
67
  version:
65
68
  requirements: []
66
69
 
@@ -70,7 +73,8 @@ signing_key:
70
73
  specification_version: 3
71
74
  summary: JSparrow is a JMS client based on JRuby
72
75
  test_files:
73
- - spec/client_spec.rb
74
- - spec/connection_spec.rb
75
- - spec/messaging_spec.rb
76
- - spec/spec_helper.rb
76
+ - spec/client_spec.rb
77
+ - spec/connection_spec.rb
78
+ - spec/listener_spec.rb
79
+ - spec/messaging_spec.rb
80
+ - spec/spec_helper.rb