Skip to content

Commit

Permalink
Removed loadpath
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 20, 2009
1 parent 2af235f commit 02a59da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Rakefile
@@ -1,10 +1,11 @@


$:.unshift 'lib'
require 'bind'
require 'rubygems' require 'rubygems'
require 'rake' require 'rake'
require 'echoe' require 'echoe'
require './lib/bind.rb'


Echoe.new("bind", Bind::VERSION) do |p| Echoe.new "bind", Bind::VERSION do |p|
p.author = "TJ Holowaychuk" p.author = "TJ Holowaychuk"
p.email = "tj@vision-media.ca" p.email = "tj@vision-media.ca"
p.summary = "bind actions to filesystem events" p.summary = "bind actions to filesystem events"
Expand Down
2 changes: 0 additions & 2 deletions lib/bind.rb
Expand Up @@ -21,8 +21,6 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++ #++


$:.unshift File.dirname(__FILE__) unless $:.include? File.dirname(__FILE__)

require 'bind/version' require 'bind/version'
require 'bind/listener' require 'bind/listener'
require 'bind/actions' require 'bind/actions'

0 comments on commit 02a59da

Please sign in to comment.