marley 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/marley/joint.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Marley
2
2
  module Joints
3
- Gem.find_files("lib/marley/joints/*.rb").each do |f|
3
+ Gem.find_files("marley/joints/*.rb").each do |f|
4
4
  self.autoload(File.basename(f,'.rb').camelize, f)
5
5
  end
6
6
  class Joint
data/lib/marley/plugin.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  module Marley
3
3
  module Plugins
4
- Gem.find_files("lib/marley/plugins/*.rb").each do |f|
4
+ Gem.find_files("marley/plugins/*.rb").each do |f|
5
5
  self.autoload(File.basename(f,'.rb').camelize, f)
6
6
  end
7
7
  class Plugin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marley
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Herb Daily