picombo 0.2.1 → 0.2.2

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/core/core.rb +1 -1
  2. metadata +2 -2
data/lib/core/core.rb CHANGED
@@ -235,7 +235,7 @@ module Picombo
235
235
  def Controllers.const_missing(name)
236
236
  filename = name.to_s
237
237
 
238
- require 'controllers/'+filename.gsub(/_/, '/')
238
+ require 'controllers/'+filename.downcase.gsub(/_/, '/')
239
239
 
240
240
  raise LoadError if ! const_defined?(name)
241
241
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeremy Bush