Skip to content

Commit

Permalink
Rakefile requires skrypt now
Browse files Browse the repository at this point in the history
  • Loading branch information
stenno committed Jun 28, 2011
1 parent 41d05ab commit bc3d900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile.rb
Expand Up @@ -2,7 +2,7 @@
require 'database'
require 'fetch_games'
require 'date'

require 'scrypt'
namespace :bogus do

names = %w(r4wrmage ad3on k3rio bh44k c4smith789 st3nno) #hi #junethack
Expand All @@ -22,7 +22,7 @@
task :add_servers do
Server.create(:name => "test server 1", :url => "localhost", :xlogurl => "file://test_xlog.txt", :xloglastmodified => "1.1.1970", :xlogcurrentoffset => 0)
Server.create(:name => "test server 2", :url => "localhost", :xlogurl => "file://test_xlog2.txt", :xloglastmodified => "1.1.1970", :xlogcurrentoffset => 0)

puts "added #{ Server.all.length } test servers"
end


Expand Down

0 comments on commit bc3d900

Please sign in to comment.