rack_bugzscout 0.0.11 → 1.0.0

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.
Files changed (2) hide show
  1. data/lib/rack_bugzscout.rb +0 -2
  2. metadata +1 -1
@@ -16,7 +16,6 @@ module Rack
16
16
  @fogbugz_area = fogbugz_area
17
17
 
18
18
  @template = ERB.new(TEMPLATE)
19
- puts "init complete"
20
19
  end
21
20
 
22
21
  def call(env)
@@ -53,7 +52,6 @@ module Rack
53
52
  end
54
53
  rescue => error
55
54
  # maybe we ought to log something here if things don't work out?
56
- puts "error!"
57
55
  end
58
56
  end
59
57
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_bugzscout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Gorsuch