sequel-reporter 0.0.4 → 0.0.5

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.
@@ -5,7 +5,6 @@ require 'sequel'
5
5
  module Sequel::Reporter
6
6
  class Application < Sinatra::Base
7
7
 
8
- helpers Sinatra::Capture
9
8
  helpers Sequel::Reporter::Helpers
10
9
 
11
10
  set :render_engine, :erb
@@ -45,6 +44,7 @@ module Sequel::Reporter
45
44
 
46
45
  path = File.join(settings.root, "lib", "**", "*.rb")
47
46
  Dir.glob(path).each do |file|
47
+ next if file.match(/ruby\/1.9.1/) # in case ruby somehow got in the lib directory (don't ask)
48
48
  require file
49
49
  end
50
50
  super(app)
@@ -1,5 +1,5 @@
1
1
  module Sequel
2
2
  module Reporter
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequel-reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: