blather 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG +3 -0
  2. data/Gemfile +2 -0
  3. data/blather.gemspec +0 -1
  4. data/lib/blather/version.rb +1 -1
  5. metadata +342 -348
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.5.7
2
+ Bugfix(benlangfeld): Don't install BlueCloth as a development dependency when on JRuby
3
+
1
4
  v0.5.6
2
5
  Changes from 0.5.5, this time without a bug when using the namespaced DSL approach
3
6
 
data/Gemfile CHANGED
@@ -7,3 +7,5 @@ if RUBY_PLATFORM =~ /darwin/
7
7
  gem 'growl_notify'
8
8
  gem 'rb-fsevent'
9
9
  end
10
+
11
+ gem 'bluecloth' unless RUBY_PLATFORM =~ /java/
@@ -30,7 +30,6 @@ Gem::Specification.new do |s|
30
30
  s.add_development_dependency "bundler", ["~> 1.0.0"]
31
31
  s.add_development_dependency "rcov", ["~> 0.9.9"]
32
32
  s.add_development_dependency "yard", ["~> 0.6.1"]
33
- s.add_development_dependency "bluecloth", ["~> 2.1.0"]
34
33
  s.add_development_dependency "rake"
35
34
  s.add_development_dependency "guard-minitest"
36
35
  end
@@ -1,4 +1,4 @@
1
1
  module Blather
2
2
  # Blather version number
3
- VERSION = '0.5.6'
3
+ VERSION = '0.5.7'
4
4
  end
metadata CHANGED
@@ -1,370 +1,364 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: blather
3
- version: !ruby/object:Gem::Version
4
- version: 0.5.6
3
+ version: !ruby/object:Gem::Version
5
4
  prerelease:
5
+ version: 0.5.7
6
6
  platform: ruby
7
- authors:
8
- - Jeff Smick
7
+ authors:
8
+ - Jeff Smick
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-23 00:00:00.000000000 +01:00
12
+
13
+ date: 2011-09-28 00:00:00 +01:00
13
14
  default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: eventmachine
17
- requirement: &2153627300 !ruby/object:Gem::Requirement
18
- none: false
19
- requirements:
20
- - - ~>
21
- - !ruby/object:Gem::Version
22
- version: 0.12.6
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: *2153627300
26
- - !ruby/object:Gem::Dependency
27
- name: nokogiri
28
- requirement: &2153626740 !ruby/object:Gem::Requirement
29
- none: false
30
- requirements:
31
- - - ~>
32
- - !ruby/object:Gem::Version
33
- version: 1.4.0
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: *2153626740
37
- - !ruby/object:Gem::Dependency
38
- name: niceogiri
39
- requirement: &2153626180 !ruby/object:Gem::Requirement
40
- none: false
41
- requirements:
42
- - - ! '>='
43
- - !ruby/object:Gem::Version
44
- version: 0.0.4
45
- type: :runtime
46
- prerelease: false
47
- version_requirements: *2153626180
48
- - !ruby/object:Gem::Dependency
49
- name: activesupport
50
- requirement: &2153625680 !ruby/object:Gem::Requirement
51
- none: false
52
- requirements:
53
- - - ! '>='
54
- - !ruby/object:Gem::Version
55
- version: 3.0.7
56
- type: :runtime
57
- prerelease: false
58
- version_requirements: *2153625680
59
- - !ruby/object:Gem::Dependency
60
- name: minitest
61
- requirement: &2153625200 !ruby/object:Gem::Requirement
62
- none: false
63
- requirements:
64
- - - ~>
65
- - !ruby/object:Gem::Version
66
- version: 1.7.1
67
- type: :development
68
- prerelease: false
69
- version_requirements: *2153625200
70
- - !ruby/object:Gem::Dependency
71
- name: mocha
72
- requirement: &2153624720 !ruby/object:Gem::Requirement
73
- none: false
74
- requirements:
75
- - - ~>
76
- - !ruby/object:Gem::Version
77
- version: 0.9.12
78
- type: :development
79
- prerelease: false
80
- version_requirements: *2153624720
81
- - !ruby/object:Gem::Dependency
82
- name: bundler
83
- requirement: &2153624180 !ruby/object:Gem::Requirement
84
- none: false
85
- requirements:
86
- - - ~>
87
- - !ruby/object:Gem::Version
88
- version: 1.0.0
89
- type: :development
90
- prerelease: false
91
- version_requirements: *2153624180
92
- - !ruby/object:Gem::Dependency
93
- name: rcov
94
- requirement: &2153623680 !ruby/object:Gem::Requirement
95
- none: false
96
- requirements:
97
- - - ~>
98
- - !ruby/object:Gem::Version
99
- version: 0.9.9
100
- type: :development
101
- prerelease: false
102
- version_requirements: *2153623680
103
- - !ruby/object:Gem::Dependency
104
- name: yard
105
- requirement: &2153623200 !ruby/object:Gem::Requirement
106
- none: false
107
- requirements:
108
- - - ~>
109
- - !ruby/object:Gem::Version
110
- version: 0.6.1
111
- type: :development
112
- prerelease: false
113
- version_requirements: *2153623200
114
- - !ruby/object:Gem::Dependency
115
- name: bluecloth
116
- requirement: &2153622680 !ruby/object:Gem::Requirement
117
- none: false
118
- requirements:
119
- - - ~>
120
- - !ruby/object:Gem::Version
121
- version: 2.1.0
122
- type: :development
123
- prerelease: false
124
- version_requirements: *2153622680
125
- - !ruby/object:Gem::Dependency
126
- name: rake
127
- requirement: &2153609960 !ruby/object:Gem::Requirement
128
- none: false
129
- requirements:
130
- - - ! '>='
131
- - !ruby/object:Gem::Version
132
- version: '0'
133
- type: :development
134
- prerelease: false
135
- version_requirements: *2153609960
136
- - !ruby/object:Gem::Dependency
137
- name: guard-minitest
138
- requirement: &2153609500 !ruby/object:Gem::Requirement
139
- none: false
140
- requirements:
141
- - - ! '>='
142
- - !ruby/object:Gem::Version
143
- version: '0'
144
- type: :development
145
- prerelease: false
146
- version_requirements: *2153609500
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: eventmachine
18
+ prerelease: false
19
+ requirement: &id001 !ruby/object:Gem::Requirement
20
+ none: false
21
+ requirements:
22
+ - - ~>
23
+ - !ruby/object:Gem::Version
24
+ version: 0.12.6
25
+ type: :runtime
26
+ version_requirements: *id001
27
+ - !ruby/object:Gem::Dependency
28
+ name: nokogiri
29
+ prerelease: false
30
+ requirement: &id002 !ruby/object:Gem::Requirement
31
+ none: false
32
+ requirements:
33
+ - - ~>
34
+ - !ruby/object:Gem::Version
35
+ version: 1.4.0
36
+ type: :runtime
37
+ version_requirements: *id002
38
+ - !ruby/object:Gem::Dependency
39
+ name: niceogiri
40
+ prerelease: false
41
+ requirement: &id003 !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 0.0.4
47
+ type: :runtime
48
+ version_requirements: *id003
49
+ - !ruby/object:Gem::Dependency
50
+ name: activesupport
51
+ prerelease: false
52
+ requirement: &id004 !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: 3.0.7
58
+ type: :runtime
59
+ version_requirements: *id004
60
+ - !ruby/object:Gem::Dependency
61
+ name: minitest
62
+ prerelease: false
63
+ requirement: &id005 !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: 1.7.1
69
+ type: :development
70
+ version_requirements: *id005
71
+ - !ruby/object:Gem::Dependency
72
+ name: mocha
73
+ prerelease: false
74
+ requirement: &id006 !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ~>
78
+ - !ruby/object:Gem::Version
79
+ version: 0.9.12
80
+ type: :development
81
+ version_requirements: *id006
82
+ - !ruby/object:Gem::Dependency
83
+ name: bundler
84
+ prerelease: false
85
+ requirement: &id007 !ruby/object:Gem::Requirement
86
+ none: false
87
+ requirements:
88
+ - - ~>
89
+ - !ruby/object:Gem::Version
90
+ version: 1.0.0
91
+ type: :development
92
+ version_requirements: *id007
93
+ - !ruby/object:Gem::Dependency
94
+ name: rcov
95
+ prerelease: false
96
+ requirement: &id008 !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ~>
100
+ - !ruby/object:Gem::Version
101
+ version: 0.9.9
102
+ type: :development
103
+ version_requirements: *id008
104
+ - !ruby/object:Gem::Dependency
105
+ name: yard
106
+ prerelease: false
107
+ requirement: &id009 !ruby/object:Gem::Requirement
108
+ none: false
109
+ requirements:
110
+ - - ~>
111
+ - !ruby/object:Gem::Version
112
+ version: 0.6.1
113
+ type: :development
114
+ version_requirements: *id009
115
+ - !ruby/object:Gem::Dependency
116
+ name: rake
117
+ prerelease: false
118
+ requirement: &id010 !ruby/object:Gem::Requirement
119
+ none: false
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: "0"
124
+ type: :development
125
+ version_requirements: *id010
126
+ - !ruby/object:Gem::Dependency
127
+ name: guard-minitest
128
+ prerelease: false
129
+ requirement: &id011 !ruby/object:Gem::Requirement
130
+ none: false
131
+ requirements:
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: "0"
135
+ type: :development
136
+ version_requirements: *id011
147
137
  description: An XMPP DSL for Ruby written on top of EventMachine and Nokogiri
148
138
  email: sprsquish@gmail.com
149
139
  executables: []
140
+
150
141
  extensions: []
151
- extra_rdoc_files:
152
- - LICENSE
153
- - README.md
154
- files:
155
- - .autotest
156
- - .gemtest
157
- - .gitignore
158
- - .travis.yml
159
- - CHANGELOG
160
- - Gemfile
161
- - Guardfile
162
- - LICENSE
163
- - README.md
164
- - Rakefile
165
- - TODO.md
166
- - blather.gemspec
167
- - examples/certs/README
168
- - examples/certs/ca-bundle.crt
169
- - examples/echo.rb
170
- - examples/execute.rb
171
- - examples/ping_pong.rb
172
- - examples/print_hierarchy.rb
173
- - examples/rosterprint.rb
174
- - examples/stream_only.rb
175
- - examples/trusted_echo.rb
176
- - examples/xmpp4r/echo.rb
177
- - lib/blather.rb
178
- - lib/blather/cert_store.rb
179
- - lib/blather/client.rb
180
- - lib/blather/client/client.rb
181
- - lib/blather/client/dsl.rb
182
- - lib/blather/client/dsl/pubsub.rb
183
- - lib/blather/core_ext/eventmachine.rb
184
- - lib/blather/core_ext/ipaddr.rb
185
- - lib/blather/errors.rb
186
- - lib/blather/errors/sasl_error.rb
187
- - lib/blather/errors/stanza_error.rb
188
- - lib/blather/errors/stream_error.rb
189
- - lib/blather/file_transfer.rb
190
- - lib/blather/file_transfer/ibb.rb
191
- - lib/blather/file_transfer/s5b.rb
192
- - lib/blather/jid.rb
193
- - lib/blather/roster.rb
194
- - lib/blather/roster_item.rb
195
- - lib/blather/stanza.rb
196
- - lib/blather/stanza/disco.rb
197
- - lib/blather/stanza/disco/capabilities.rb
198
- - lib/blather/stanza/disco/disco_info.rb
199
- - lib/blather/stanza/disco/disco_items.rb
200
- - lib/blather/stanza/iq.rb
201
- - lib/blather/stanza/iq/command.rb
202
- - lib/blather/stanza/iq/ibb.rb
203
- - lib/blather/stanza/iq/ping.rb
204
- - lib/blather/stanza/iq/query.rb
205
- - lib/blather/stanza/iq/roster.rb
206
- - lib/blather/stanza/iq/s5b.rb
207
- - lib/blather/stanza/iq/si.rb
208
- - lib/blather/stanza/iq/vcard.rb
209
- - lib/blather/stanza/message.rb
210
- - lib/blather/stanza/presence.rb
211
- - lib/blather/stanza/presence/c.rb
212
- - lib/blather/stanza/presence/status.rb
213
- - lib/blather/stanza/presence/subscription.rb
214
- - lib/blather/stanza/pubsub.rb
215
- - lib/blather/stanza/pubsub/affiliations.rb
216
- - lib/blather/stanza/pubsub/create.rb
217
- - lib/blather/stanza/pubsub/errors.rb
218
- - lib/blather/stanza/pubsub/event.rb
219
- - lib/blather/stanza/pubsub/items.rb
220
- - lib/blather/stanza/pubsub/publish.rb
221
- - lib/blather/stanza/pubsub/retract.rb
222
- - lib/blather/stanza/pubsub/subscribe.rb
223
- - lib/blather/stanza/pubsub/subscription.rb
224
- - lib/blather/stanza/pubsub/subscriptions.rb
225
- - lib/blather/stanza/pubsub/unsubscribe.rb
226
- - lib/blather/stanza/pubsub_owner.rb
227
- - lib/blather/stanza/pubsub_owner/delete.rb
228
- - lib/blather/stanza/pubsub_owner/purge.rb
229
- - lib/blather/stanza/x.rb
230
- - lib/blather/stream.rb
231
- - lib/blather/stream/client.rb
232
- - lib/blather/stream/component.rb
233
- - lib/blather/stream/features.rb
234
- - lib/blather/stream/features/resource.rb
235
- - lib/blather/stream/features/sasl.rb
236
- - lib/blather/stream/features/session.rb
237
- - lib/blather/stream/features/tls.rb
238
- - lib/blather/stream/parser.rb
239
- - lib/blather/version.rb
240
- - lib/blather/xmpp_node.rb
241
- - spec/blather/client/client_spec.rb
242
- - spec/blather/client/dsl/pubsub_spec.rb
243
- - spec/blather/client/dsl_spec.rb
244
- - spec/blather/errors/sasl_error_spec.rb
245
- - spec/blather/errors/stanza_error_spec.rb
246
- - spec/blather/errors/stream_error_spec.rb
247
- - spec/blather/errors_spec.rb
248
- - spec/blather/file_transfer_spec.rb
249
- - spec/blather/jid_spec.rb
250
- - spec/blather/roster_item_spec.rb
251
- - spec/blather/roster_spec.rb
252
- - spec/blather/stanza/discos/disco_info_spec.rb
253
- - spec/blather/stanza/discos/disco_items_spec.rb
254
- - spec/blather/stanza/iq/command_spec.rb
255
- - spec/blather/stanza/iq/ibb_spec.rb
256
- - spec/blather/stanza/iq/ping_spec.rb
257
- - spec/blather/stanza/iq/query_spec.rb
258
- - spec/blather/stanza/iq/roster_spec.rb
259
- - spec/blather/stanza/iq/s5b_spec.rb
260
- - spec/blather/stanza/iq/si_spec.rb
261
- - spec/blather/stanza/iq/vcard_spec.rb
262
- - spec/blather/stanza/iq_spec.rb
263
- - spec/blather/stanza/message_spec.rb
264
- - spec/blather/stanza/presence/c_spec.rb
265
- - spec/blather/stanza/presence/status_spec.rb
266
- - spec/blather/stanza/presence/subscription_spec.rb
267
- - spec/blather/stanza/presence_spec.rb
268
- - spec/blather/stanza/pubsub/affiliations_spec.rb
269
- - spec/blather/stanza/pubsub/create_spec.rb
270
- - spec/blather/stanza/pubsub/event_spec.rb
271
- - spec/blather/stanza/pubsub/items_spec.rb
272
- - spec/blather/stanza/pubsub/publish_spec.rb
273
- - spec/blather/stanza/pubsub/retract_spec.rb
274
- - spec/blather/stanza/pubsub/subscribe_spec.rb
275
- - spec/blather/stanza/pubsub/subscription_spec.rb
276
- - spec/blather/stanza/pubsub/subscriptions_spec.rb
277
- - spec/blather/stanza/pubsub/unsubscribe_spec.rb
278
- - spec/blather/stanza/pubsub_owner/delete_spec.rb
279
- - spec/blather/stanza/pubsub_owner/purge_spec.rb
280
- - spec/blather/stanza/pubsub_owner_spec.rb
281
- - spec/blather/stanza/pubsub_spec.rb
282
- - spec/blather/stanza/x_spec.rb
283
- - spec/blather/stanza_spec.rb
284
- - spec/blather/stream/client_spec.rb
285
- - spec/blather/stream/component_spec.rb
286
- - spec/blather/stream/parser_spec.rb
287
- - spec/blather/stream/ssl_spec.rb
288
- - spec/blather/xmpp_node_spec.rb
289
- - spec/fixtures/pubsub.rb
290
- - spec/spec_helper.rb
291
- - yard/templates/default/class/html/handlers.erb
292
- - yard/templates/default/class/setup.rb
293
- - yard/templates/default/class/text/handlers.erb
142
+
143
+ extra_rdoc_files:
144
+ - LICENSE
145
+ - README.md
146
+ files:
147
+ - .autotest
148
+ - .gemtest
149
+ - .gitignore
150
+ - .travis.yml
151
+ - CHANGELOG
152
+ - Gemfile
153
+ - Guardfile
154
+ - LICENSE
155
+ - README.md
156
+ - Rakefile
157
+ - TODO.md
158
+ - blather.gemspec
159
+ - examples/certs/README
160
+ - examples/certs/ca-bundle.crt
161
+ - examples/echo.rb
162
+ - examples/execute.rb
163
+ - examples/ping_pong.rb
164
+ - examples/print_hierarchy.rb
165
+ - examples/rosterprint.rb
166
+ - examples/stream_only.rb
167
+ - examples/trusted_echo.rb
168
+ - examples/xmpp4r/echo.rb
169
+ - lib/blather.rb
170
+ - lib/blather/cert_store.rb
171
+ - lib/blather/client.rb
172
+ - lib/blather/client/client.rb
173
+ - lib/blather/client/dsl.rb
174
+ - lib/blather/client/dsl/pubsub.rb
175
+ - lib/blather/core_ext/eventmachine.rb
176
+ - lib/blather/core_ext/ipaddr.rb
177
+ - lib/blather/errors.rb
178
+ - lib/blather/errors/sasl_error.rb
179
+ - lib/blather/errors/stanza_error.rb
180
+ - lib/blather/errors/stream_error.rb
181
+ - lib/blather/file_transfer.rb
182
+ - lib/blather/file_transfer/ibb.rb
183
+ - lib/blather/file_transfer/s5b.rb
184
+ - lib/blather/jid.rb
185
+ - lib/blather/roster.rb
186
+ - lib/blather/roster_item.rb
187
+ - lib/blather/stanza.rb
188
+ - lib/blather/stanza/disco.rb
189
+ - lib/blather/stanza/disco/capabilities.rb
190
+ - lib/blather/stanza/disco/disco_info.rb
191
+ - lib/blather/stanza/disco/disco_items.rb
192
+ - lib/blather/stanza/iq.rb
193
+ - lib/blather/stanza/iq/command.rb
194
+ - lib/blather/stanza/iq/ibb.rb
195
+ - lib/blather/stanza/iq/ping.rb
196
+ - lib/blather/stanza/iq/query.rb
197
+ - lib/blather/stanza/iq/roster.rb
198
+ - lib/blather/stanza/iq/s5b.rb
199
+ - lib/blather/stanza/iq/si.rb
200
+ - lib/blather/stanza/iq/vcard.rb
201
+ - lib/blather/stanza/message.rb
202
+ - lib/blather/stanza/presence.rb
203
+ - lib/blather/stanza/presence/c.rb
204
+ - lib/blather/stanza/presence/status.rb
205
+ - lib/blather/stanza/presence/subscription.rb
206
+ - lib/blather/stanza/pubsub.rb
207
+ - lib/blather/stanza/pubsub/affiliations.rb
208
+ - lib/blather/stanza/pubsub/create.rb
209
+ - lib/blather/stanza/pubsub/errors.rb
210
+ - lib/blather/stanza/pubsub/event.rb
211
+ - lib/blather/stanza/pubsub/items.rb
212
+ - lib/blather/stanza/pubsub/publish.rb
213
+ - lib/blather/stanza/pubsub/retract.rb
214
+ - lib/blather/stanza/pubsub/subscribe.rb
215
+ - lib/blather/stanza/pubsub/subscription.rb
216
+ - lib/blather/stanza/pubsub/subscriptions.rb
217
+ - lib/blather/stanza/pubsub/unsubscribe.rb
218
+ - lib/blather/stanza/pubsub_owner.rb
219
+ - lib/blather/stanza/pubsub_owner/delete.rb
220
+ - lib/blather/stanza/pubsub_owner/purge.rb
221
+ - lib/blather/stanza/x.rb
222
+ - lib/blather/stream.rb
223
+ - lib/blather/stream/client.rb
224
+ - lib/blather/stream/component.rb
225
+ - lib/blather/stream/features.rb
226
+ - lib/blather/stream/features/resource.rb
227
+ - lib/blather/stream/features/sasl.rb
228
+ - lib/blather/stream/features/session.rb
229
+ - lib/blather/stream/features/tls.rb
230
+ - lib/blather/stream/parser.rb
231
+ - lib/blather/version.rb
232
+ - lib/blather/xmpp_node.rb
233
+ - spec/blather/client/client_spec.rb
234
+ - spec/blather/client/dsl/pubsub_spec.rb
235
+ - spec/blather/client/dsl_spec.rb
236
+ - spec/blather/errors/sasl_error_spec.rb
237
+ - spec/blather/errors/stanza_error_spec.rb
238
+ - spec/blather/errors/stream_error_spec.rb
239
+ - spec/blather/errors_spec.rb
240
+ - spec/blather/file_transfer_spec.rb
241
+ - spec/blather/jid_spec.rb
242
+ - spec/blather/roster_item_spec.rb
243
+ - spec/blather/roster_spec.rb
244
+ - spec/blather/stanza/discos/disco_info_spec.rb
245
+ - spec/blather/stanza/discos/disco_items_spec.rb
246
+ - spec/blather/stanza/iq/command_spec.rb
247
+ - spec/blather/stanza/iq/ibb_spec.rb
248
+ - spec/blather/stanza/iq/ping_spec.rb
249
+ - spec/blather/stanza/iq/query_spec.rb
250
+ - spec/blather/stanza/iq/roster_spec.rb
251
+ - spec/blather/stanza/iq/s5b_spec.rb
252
+ - spec/blather/stanza/iq/si_spec.rb
253
+ - spec/blather/stanza/iq/vcard_spec.rb
254
+ - spec/blather/stanza/iq_spec.rb
255
+ - spec/blather/stanza/message_spec.rb
256
+ - spec/blather/stanza/presence/c_spec.rb
257
+ - spec/blather/stanza/presence/status_spec.rb
258
+ - spec/blather/stanza/presence/subscription_spec.rb
259
+ - spec/blather/stanza/presence_spec.rb
260
+ - spec/blather/stanza/pubsub/affiliations_spec.rb
261
+ - spec/blather/stanza/pubsub/create_spec.rb
262
+ - spec/blather/stanza/pubsub/event_spec.rb
263
+ - spec/blather/stanza/pubsub/items_spec.rb
264
+ - spec/blather/stanza/pubsub/publish_spec.rb
265
+ - spec/blather/stanza/pubsub/retract_spec.rb
266
+ - spec/blather/stanza/pubsub/subscribe_spec.rb
267
+ - spec/blather/stanza/pubsub/subscription_spec.rb
268
+ - spec/blather/stanza/pubsub/subscriptions_spec.rb
269
+ - spec/blather/stanza/pubsub/unsubscribe_spec.rb
270
+ - spec/blather/stanza/pubsub_owner/delete_spec.rb
271
+ - spec/blather/stanza/pubsub_owner/purge_spec.rb
272
+ - spec/blather/stanza/pubsub_owner_spec.rb
273
+ - spec/blather/stanza/pubsub_spec.rb
274
+ - spec/blather/stanza/x_spec.rb
275
+ - spec/blather/stanza_spec.rb
276
+ - spec/blather/stream/client_spec.rb
277
+ - spec/blather/stream/component_spec.rb
278
+ - spec/blather/stream/parser_spec.rb
279
+ - spec/blather/stream/ssl_spec.rb
280
+ - spec/blather/xmpp_node_spec.rb
281
+ - spec/fixtures/pubsub.rb
282
+ - spec/spec_helper.rb
283
+ - yard/templates/default/class/html/handlers.erb
284
+ - yard/templates/default/class/setup.rb
285
+ - yard/templates/default/class/text/handlers.erb
294
286
  has_rdoc: true
295
287
  homepage: http://github.com/sprsquish/blather
296
288
  licenses: []
289
+
297
290
  post_install_message:
298
- rdoc_options:
299
- - --charset=UTF-8
300
- require_paths:
301
- - lib
302
- required_ruby_version: !ruby/object:Gem::Requirement
291
+ rdoc_options:
292
+ - --charset=UTF-8
293
+ require_paths:
294
+ - lib
295
+ required_ruby_version: !ruby/object:Gem::Requirement
303
296
  none: false
304
- requirements:
305
- - - ! '>='
306
- - !ruby/object:Gem::Version
307
- version: '0'
308
- required_rubygems_version: !ruby/object:Gem::Requirement
297
+ requirements:
298
+ - - ">="
299
+ - !ruby/object:Gem::Version
300
+ version: "0"
301
+ required_rubygems_version: !ruby/object:Gem::Requirement
309
302
  none: false
310
- requirements:
311
- - - ! '>='
312
- - !ruby/object:Gem::Version
313
- version: '0'
303
+ requirements:
304
+ - - ">="
305
+ - !ruby/object:Gem::Version
306
+ version: "0"
314
307
  requirements: []
308
+
315
309
  rubyforge_project:
316
- rubygems_version: 1.6.2
310
+ rubygems_version: 1.5.1
317
311
  signing_key:
318
312
  specification_version: 3
319
313
  summary: Simpler XMPP built for speed
320
- test_files:
321
- - spec/blather/client/client_spec.rb
322
- - spec/blather/client/dsl/pubsub_spec.rb
323
- - spec/blather/client/dsl_spec.rb
324
- - spec/blather/errors/sasl_error_spec.rb
325
- - spec/blather/errors/stanza_error_spec.rb
326
- - spec/blather/errors/stream_error_spec.rb
327
- - spec/blather/errors_spec.rb
328
- - spec/blather/file_transfer_spec.rb
329
- - spec/blather/jid_spec.rb
330
- - spec/blather/roster_item_spec.rb
331
- - spec/blather/roster_spec.rb
332
- - spec/blather/stanza/discos/disco_info_spec.rb
333
- - spec/blather/stanza/discos/disco_items_spec.rb
334
- - spec/blather/stanza/iq/command_spec.rb
335
- - spec/blather/stanza/iq/ibb_spec.rb
336
- - spec/blather/stanza/iq/ping_spec.rb
337
- - spec/blather/stanza/iq/query_spec.rb
338
- - spec/blather/stanza/iq/roster_spec.rb
339
- - spec/blather/stanza/iq/s5b_spec.rb
340
- - spec/blather/stanza/iq/si_spec.rb
341
- - spec/blather/stanza/iq/vcard_spec.rb
342
- - spec/blather/stanza/iq_spec.rb
343
- - spec/blather/stanza/message_spec.rb
344
- - spec/blather/stanza/presence/c_spec.rb
345
- - spec/blather/stanza/presence/status_spec.rb
346
- - spec/blather/stanza/presence/subscription_spec.rb
347
- - spec/blather/stanza/presence_spec.rb
348
- - spec/blather/stanza/pubsub/affiliations_spec.rb
349
- - spec/blather/stanza/pubsub/create_spec.rb
350
- - spec/blather/stanza/pubsub/event_spec.rb
351
- - spec/blather/stanza/pubsub/items_spec.rb
352
- - spec/blather/stanza/pubsub/publish_spec.rb
353
- - spec/blather/stanza/pubsub/retract_spec.rb
354
- - spec/blather/stanza/pubsub/subscribe_spec.rb
355
- - spec/blather/stanza/pubsub/subscription_spec.rb
356
- - spec/blather/stanza/pubsub/subscriptions_spec.rb
357
- - spec/blather/stanza/pubsub/unsubscribe_spec.rb
358
- - spec/blather/stanza/pubsub_owner/delete_spec.rb
359
- - spec/blather/stanza/pubsub_owner/purge_spec.rb
360
- - spec/blather/stanza/pubsub_owner_spec.rb
361
- - spec/blather/stanza/pubsub_spec.rb
362
- - spec/blather/stanza/x_spec.rb
363
- - spec/blather/stanza_spec.rb
364
- - spec/blather/stream/client_spec.rb
365
- - spec/blather/stream/component_spec.rb
366
- - spec/blather/stream/parser_spec.rb
367
- - spec/blather/stream/ssl_spec.rb
368
- - spec/blather/xmpp_node_spec.rb
369
- - spec/fixtures/pubsub.rb
370
- - spec/spec_helper.rb
314
+ test_files:
315
+ - spec/blather/client/client_spec.rb
316
+ - spec/blather/client/dsl/pubsub_spec.rb
317
+ - spec/blather/client/dsl_spec.rb
318
+ - spec/blather/errors/sasl_error_spec.rb
319
+ - spec/blather/errors/stanza_error_spec.rb
320
+ - spec/blather/errors/stream_error_spec.rb
321
+ - spec/blather/errors_spec.rb
322
+ - spec/blather/file_transfer_spec.rb
323
+ - spec/blather/jid_spec.rb
324
+ - spec/blather/roster_item_spec.rb
325
+ - spec/blather/roster_spec.rb
326
+ - spec/blather/stanza/discos/disco_info_spec.rb
327
+ - spec/blather/stanza/discos/disco_items_spec.rb
328
+ - spec/blather/stanza/iq/command_spec.rb
329
+ - spec/blather/stanza/iq/ibb_spec.rb
330
+ - spec/blather/stanza/iq/ping_spec.rb
331
+ - spec/blather/stanza/iq/query_spec.rb
332
+ - spec/blather/stanza/iq/roster_spec.rb
333
+ - spec/blather/stanza/iq/s5b_spec.rb
334
+ - spec/blather/stanza/iq/si_spec.rb
335
+ - spec/blather/stanza/iq/vcard_spec.rb
336
+ - spec/blather/stanza/iq_spec.rb
337
+ - spec/blather/stanza/message_spec.rb
338
+ - spec/blather/stanza/presence/c_spec.rb
339
+ - spec/blather/stanza/presence/status_spec.rb
340
+ - spec/blather/stanza/presence/subscription_spec.rb
341
+ - spec/blather/stanza/presence_spec.rb
342
+ - spec/blather/stanza/pubsub/affiliations_spec.rb
343
+ - spec/blather/stanza/pubsub/create_spec.rb
344
+ - spec/blather/stanza/pubsub/event_spec.rb
345
+ - spec/blather/stanza/pubsub/items_spec.rb
346
+ - spec/blather/stanza/pubsub/publish_spec.rb
347
+ - spec/blather/stanza/pubsub/retract_spec.rb
348
+ - spec/blather/stanza/pubsub/subscribe_spec.rb
349
+ - spec/blather/stanza/pubsub/subscription_spec.rb
350
+ - spec/blather/stanza/pubsub/subscriptions_spec.rb
351
+ - spec/blather/stanza/pubsub/unsubscribe_spec.rb
352
+ - spec/blather/stanza/pubsub_owner/delete_spec.rb
353
+ - spec/blather/stanza/pubsub_owner/purge_spec.rb
354
+ - spec/blather/stanza/pubsub_owner_spec.rb
355
+ - spec/blather/stanza/pubsub_spec.rb
356
+ - spec/blather/stanza/x_spec.rb
357
+ - spec/blather/stanza_spec.rb
358
+ - spec/blather/stream/client_spec.rb
359
+ - spec/blather/stream/component_spec.rb
360
+ - spec/blather/stream/parser_spec.rb
361
+ - spec/blather/stream/ssl_spec.rb
362
+ - spec/blather/xmpp_node_spec.rb
363
+ - spec/fixtures/pubsub.rb
364
+ - spec/spec_helper.rb