fix
Sho Hashimoto [Sun, 4 Jul 2010 12:07:02 +0000 (21:07 +0900)]
PostInstall.txt [deleted file]
lib/shinagawaseaside.rb
samples/Rakefile

diff --git a/PostInstall.txt b/PostInstall.txt
deleted file mode 100644 (file)
index 3e3dbdd..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-For more information on shinagawaseaside, see http://shinagawaseaside.rubyforge.org
-
-NOTE: Change this information in PostInstall.txt 
-You can also delete it if you don't want it.
-
-
index 1855baf..78cc777 100644 (file)
@@ -5,9 +5,6 @@ module ShinagawaSeaside
   VERSION = '0.0.1'
 
   def ShinagawaSeaside::set_tasks(ttdb, opts)
-    p ttdb
-    p opts
-    
     ttdb = ttdb.map{|db|
       name = db[:name]
       port = db[:port].to_i
index e1a9407..3e6053c 100644 (file)
@@ -1,5 +1,6 @@
 require 'rubygems'
-require '../lib/shinagawaseaside'
+require 'shinagawaseaside'
+#require '../lib/shinagawaseaside'
 
 ttdb = [ { :name => 'users', :port => 20010},
          { :name => 'videos',:port => 20011},