Skip to content

Commit

Permalink
local path for ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Apr 7, 2013
1 parent b09f53b commit dc385ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake' require 'rake'
require 'rspec/core/rake_task' require 'rspec/core/rake_task'
require 'rdoc/task' require 'rdoc/task'
require 'lib/sprinkle/version' require './lib/sprinkle/version'


task "inst" => [:clobber, :build] do task "inst" => [:clobber, :build] do
puts `gem install pkg/sprinkle-*.gem` puts `gem install pkg/sprinkle-*.gem`
Expand Down

0 comments on commit dc385ac

Please sign in to comment.