Skip to content

Commit

Permalink
updated rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Brüll committed Nov 23, 2010
1 parent d1486a3 commit 8872c4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ namespace :gem do

desc "Builds the gem"
task :build do
system "gem build .gemspec && mkdir -p pkg/ && mv *.gem pkg/"
system "gem build *.gemspec && mkdir -p pkg/ && mv *.gem pkg/"
end

desc "Builds and installs the gem"
Expand Down
File renamed without changes.

0 comments on commit 8872c4e

Please sign in to comment.