what 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/what/modules.rb CHANGED
@@ -4,7 +4,7 @@ module What::Modules
4
4
  def self.load_all
5
5
  require 'what/modules/base'
6
6
 
7
- globs = ['what/modules/*.rb']
7
+ globs = [File.join(File.dirname(__FILE__), 'modules', '*.rb')]
8
8
 
9
9
  if What::Config['module_paths']
10
10
  What::Config['module_paths'].each do |module_path|
data/lib/what/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module What
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: what
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ryan Lower