OSDN Git Service

add Rakefile into gem
authorTomohiro Nishimura <tomohiro68@gmail.com>
Mon, 10 May 2010 05:47:29 +0000 (14:47 +0900)
committerTomohiro Nishimura <tomohiro68@gmail.com>
Mon, 10 May 2010 05:47:29 +0000 (14:47 +0900)
Rakefile

index 33ef65f..5c434f2 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,8 @@ end
 
 PKG_FILES = FileList[
   'lib/**/*.rb',
-  'spec/**/*_spec.rb'
+  'spec/**/*_spec.rb',
+  'Rakefile',
 ]
 
 spec = Gem::Specification.new do |s|