campfire_export 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -215,7 +215,7 @@ module CampfireExport
215
215
  begin
216
216
  log(:info, "#{export_dir} ... ")
217
217
  @xml = Nokogiri::XML get("#{transcript_path}.xml").body
218
- rescue CampfireExport::Exception => e
218
+ rescue Exception => e
219
219
  log(:error, "transcript export for #{export_dir} failed", e)
220
220
  else
221
221
  @messages = xml.css('message').map do |message|
@@ -1,3 +1,3 @@
1
1
  module CampfireExport
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Marc Hedlund