Run Bundler on install and bump version
This commit is contained in:
parent
83fef0c9e7
commit
1e2f9ac79e
@ -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"
|
||||
|
@ -1,3 +1,3 @@
|
||||
module SVGGVS
|
||||
VERSION = "0.0.8"
|
||||
VERSION = "0.0.9"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user