RubyGems
npm
Organizations
Log in
Sign up
RubyGems
picombo
Versions diffs
0.2.0 → 0.2.1
picombo 0.2.0 → 0.2.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/core/core.rb
+1
-1
metadata
+2
-2
data/lib/core/core.rb
CHANGED
Viewed
@@ -156,7 +156,7 @@ module Picombo
156
156
def Picombo.const_missing(name)
157
157
filename = name.to_s
158
158
159
-
require 'classes/'+filename.gsub(/_/, '/')
159
+
require 'classes/'+filename.
downcase.
gsub(/_/, '/')
160
160
161
161
raise filename+' not found!' if ! const_defined?(name)
162
162
metadata
CHANGED
Viewed
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 2
8
-
-
0
9
-
version: 0.2.
0
8
+
-
1
9
+
version: 0.2.
1
10
10
platform: ruby
11
11
authors:
12
12
- Jeremy Bush