From f721ba0ed870b1f116deab2d123b8a74e46b55fa Mon Sep 17 00:00:00 2001 From: Sho Hashimoto Date: Sun, 4 Jul 2010 22:40:17 +0900 Subject: [PATCH] 0.0.2 --- History.txt | 4 ++++ Manifest.txt | 7 +++++-- lib/shinagawaseaside.rb | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index 358b0f4..5eb83b1 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 0.0.2 2010-07-04 + +* add samples + === 0.0.1 2010-07-04 * start/stop ttserver diff --git a/Manifest.txt b/Manifest.txt index 8f917a0..f205fc3 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,6 +1,5 @@ History.txt Manifest.txt -PostInstall.txt README.rdoc Rakefile lib/shinagawaseaside.rb @@ -11,5 +10,9 @@ spec/shinagawaseaside_spec.rb spec/spec.opts spec/spec_helper.rb tasks/rspec.rake -samples/Rakefile +samples/simple/Rakefile +samples/with_yaml/Rakefile +samples/with_yaml/config.yaml +samples/with_yaml/tokyotyrant-read-write.rb + diff --git a/lib/shinagawaseaside.rb b/lib/shinagawaseaside.rb index bf43b7e..d0cca83 100644 --- a/lib/shinagawaseaside.rb +++ b/lib/shinagawaseaside.rb @@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) module ShinagawaSeaside - VERSION = '0.0.1' + VERSION = '0.0.2' def ShinagawaSeaside::set_tasks(ttdb, opts) ttdb = ttdb.map{|db| -- 1.6.3