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"
|
desc "install [ dir ]", "Install a Cardfile and sample template"
|
||||||
def install(dir = '.')
|
def install(dir = '.')
|
||||||
directory '.', dir
|
directory '.', dir
|
||||||
|
|
||||||
|
Dir.chdir dir do
|
||||||
|
system %{bundle install}
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "merged_file", "Write out a merged file"
|
desc "merged_file", "Write out a merged file"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module SVGGVS
|
module SVGGVS
|
||||||
VERSION = "0.0.8"
|
VERSION = "0.0.9"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user