brm_client 0.3.3 → 0.3.4

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.3
1
+ 0.3.4
data/brm_client.gemspec CHANGED
@@ -1,58 +1,56 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brm_client}
8
- s.version = "0.3.3"
8
+ s.version = "0.3.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Stephane Bellity"]
12
- s.date = %q{2010-09-13}
12
+ s.date = %q{2011-01-19}
13
13
  s.description = %q{BRM Event logging client library}
14
14
  s.email = %q{sbellity@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "brm_client.gemspec",
27
- "lib/brm_client.rb",
28
- "lib/brm_client/event.rb",
29
- "lib/brm_client/gateway.rb",
30
- "lib/brm_client/gateway/amqp.rb",
31
- "lib/brm_client/gateway/debug.rb",
32
- "lib/brm_client/gateway/file.rb",
33
- "lib/brm_client/gateway/http.rb",
34
- "lib/brm_client/gateway/mongo.rb",
35
- "lib/brm_client/gateway/stomp.rb",
36
- "lib/brm_client/logger.rb",
37
- "spec/brm_client_spec.rb",
38
- "spec/spec.opts",
39
- "spec/spec_helper.rb"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "brm_client.gemspec",
26
+ "lib/brm_client.rb",
27
+ "lib/brm_client/event.rb",
28
+ "lib/brm_client/gateway.rb",
29
+ "lib/brm_client/gateway/amqp.rb",
30
+ "lib/brm_client/gateway/debug.rb",
31
+ "lib/brm_client/gateway/file.rb",
32
+ "lib/brm_client/gateway/http.rb",
33
+ "lib/brm_client/gateway/mongo.rb",
34
+ "lib/brm_client/gateway/stomp.rb",
35
+ "lib/brm_client/logger.rb",
36
+ "spec/brm_client_spec.rb",
37
+ "spec/spec.opts",
38
+ "spec/spec_helper.rb"
40
39
  ]
41
40
  s.homepage = %q{http://github.com/sbellity/brm_client}
42
- s.rdoc_options = ["--charset=UTF-8"]
43
41
  s.require_paths = ["lib"]
44
- s.rubygems_version = %q{1.3.6}
42
+ s.rubygems_version = %q{1.3.7}
45
43
  s.summary = %q{BRM Event logging client}
46
44
  s.test_files = [
47
45
  "spec/brm_client_spec.rb",
48
- "spec/spec_helper.rb"
46
+ "spec/spec_helper.rb"
49
47
  ]
50
48
 
51
49
  if s.respond_to? :specification_version then
52
50
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
53
51
  s.specification_version = 3
54
52
 
55
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
53
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
56
54
  s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
57
55
  s.add_runtime_dependency(%q<bunny>, [">= 0"])
58
56
  s.add_runtime_dependency(%q<stomp>, [">= 0"])
@@ -7,7 +7,7 @@ module BrmClient
7
7
 
8
8
  def initialize opts
9
9
  @connection = Bunny.new({
10
- :logging => opts[:logging] || true,
10
+ :logging => opts[:logging] || false,
11
11
  :host => opts[:host] || "localhost",
12
12
  :port => opts[:port] || 5672,
13
13
  :user => opts[:user] || "guest",
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brm_client
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 27
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 3
8
- - 3
9
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
10
11
  platform: ruby
11
12
  authors:
12
13
  - Stephane Bellity
@@ -14,16 +15,18 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-09-13 00:00:00 +02:00
18
+ date: 2011-01-19 00:00:00 +01:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: rspec
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
27
  - - ">="
26
28
  - !ruby/object:Gem::Version
29
+ hash: 13
27
30
  segments:
28
31
  - 1
29
32
  - 2
@@ -35,9 +38,11 @@ dependencies:
35
38
  name: bunny
36
39
  prerelease: false
37
40
  requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
38
42
  requirements:
39
43
  - - ">="
40
44
  - !ruby/object:Gem::Version
45
+ hash: 3
41
46
  segments:
42
47
  - 0
43
48
  version: "0"
@@ -47,9 +52,11 @@ dependencies:
47
52
  name: stomp
48
53
  prerelease: false
49
54
  requirement: &id003 !ruby/object:Gem::Requirement
55
+ none: false
50
56
  requirements:
51
57
  - - ">="
52
58
  - !ruby/object:Gem::Version
59
+ hash: 3
53
60
  segments:
54
61
  - 0
55
62
  version: "0"
@@ -59,9 +66,11 @@ dependencies:
59
66
  name: typhoeus
60
67
  prerelease: false
61
68
  requirement: &id004 !ruby/object:Gem::Requirement
69
+ none: false
62
70
  requirements:
63
71
  - - ">="
64
72
  - !ruby/object:Gem::Version
73
+ hash: 37
65
74
  segments:
66
75
  - 0
67
76
  - 1
@@ -73,9 +82,11 @@ dependencies:
73
82
  name: mongo
74
83
  prerelease: false
75
84
  requirement: &id005 !ruby/object:Gem::Requirement
85
+ none: false
76
86
  requirements:
77
87
  - - ">="
78
88
  - !ruby/object:Gem::Version
89
+ hash: 81
79
90
  segments:
80
91
  - 0
81
92
  - 18
@@ -87,9 +98,11 @@ dependencies:
87
98
  name: activesupport
88
99
  prerelease: false
89
100
  requirement: &id006 !ruby/object:Gem::Requirement
101
+ none: false
90
102
  requirements:
91
103
  - - ">="
92
104
  - !ruby/object:Gem::Version
105
+ hash: 3
93
106
  segments:
94
107
  - 0
95
108
  version: "0"
@@ -106,7 +119,6 @@ extra_rdoc_files:
106
119
  - README.rdoc
107
120
  files:
108
121
  - .document
109
- - .gitignore
110
122
  - LICENSE
111
123
  - README.rdoc
112
124
  - Rakefile
@@ -130,28 +142,32 @@ homepage: http://github.com/sbellity/brm_client
130
142
  licenses: []
131
143
 
132
144
  post_install_message:
133
- rdoc_options:
134
- - --charset=UTF-8
145
+ rdoc_options: []
146
+
135
147
  require_paths:
136
148
  - lib
137
149
  required_ruby_version: !ruby/object:Gem::Requirement
150
+ none: false
138
151
  requirements:
139
152
  - - ">="
140
153
  - !ruby/object:Gem::Version
154
+ hash: 3
141
155
  segments:
142
156
  - 0
143
157
  version: "0"
144
158
  required_rubygems_version: !ruby/object:Gem::Requirement
159
+ none: false
145
160
  requirements:
146
161
  - - ">="
147
162
  - !ruby/object:Gem::Version
163
+ hash: 3
148
164
  segments:
149
165
  - 0
150
166
  version: "0"
151
167
  requirements: []
152
168
 
153
169
  rubyforge_project:
154
- rubygems_version: 1.3.6
170
+ rubygems_version: 1.3.7
155
171
  signing_key:
156
172
  specification_version: 3
157
173
  summary: BRM Event logging client
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC