Run Bundler on install and bump version

This commit is contained in:
John Bintz 2014-03-06 07:56:31 -05:00
parent 83fef0c9e7
commit 1e2f9ac79e
2 changed files with 5 additions and 1 deletions

View File

@ -52,6 +52,10 @@ MSG
desc "install [ dir ]", "Install a Cardfile and sample template"
def install(dir = '.')
directory '.', dir
Dir.chdir dir do
system %{bundle install}
end
end
desc "merged_file", "Write out a merged file"

View File

@ -1,3 +1,3 @@
module SVGGVS
VERSION = "0.0.8"
VERSION = "0.0.9"
end