Skip to content

Commit

Permalink
* Rakefile: whoooops, the gem was missing the css and stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
_why committed May 4, 2006
1 parent f45d3c4 commit 701e0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -6,7 +6,7 @@ require 'fileutils'
include FileUtils

NAME = "parkplace"
VERSION = "0.7.21"
VERSION = "0.7.22"
CLEAN.include ['**/.*.sw?', '*.gem', '.config']

Rake::RDocTask.new do |rdoc|
Expand Down Expand Up @@ -38,7 +38,7 @@ spec =
s.required_ruby_version = '>= 1.8.4'

s.files = %w(COPYING README Rakefile) +
Dir.glob("{bin,doc/rdoc,test,lib}/**/*") +
Dir.glob("{bin,doc,static,test,lib}/**/*") +
Dir.glob("ext/**/*.{h,c,rb}") +
Dir.glob("examples/**/*.rb") +
Dir.glob("tools/*.rb")
Expand Down

0 comments on commit 701e0dc

Please sign in to comment.