Skip to content

Commit

Permalink
add 'lib' dir to the $: path to easy local development
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly committed Dec 21, 2009
1 parent 8122062 commit df6270a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,4 +1,5 @@
* quote values in mysql password file
* add 'lib' to $:

0.2.6

Expand Down
4 changes: 2 additions & 2 deletions bin/astrails-safe
Expand Up @@ -2,8 +2,8 @@

require 'rubygems'

#require 'ruby-debug'
#$:.unshift File.join(File.dirname(__FILE__), "..", "lib")
# require 'ruby-debug'
$:.unshift File.expand_path("../../lib", __FILE__)

require 'astrails/safe'
include Astrails::Safe
Expand Down

0 comments on commit df6270a

Please sign in to comment.