ciquantum 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -133,7 +133,7 @@ module CIQuantum
133
133
  end
134
134
 
135
135
  def git_update
136
- `cd #{@project_path} && git fetch origin && git submodule update && git reset --hard origin/#{git_branch}`
136
+ `cd #{@project_path} && git fetch origin && git reset --hard origin/#{git_branch} && git submodule update --init`
137
137
  run_hook "after-reset"
138
138
  end
139
139
 
@@ -1,3 +1,3 @@
1
1
  module CIQuantum
2
- Version = VERSION = "0.0.9"
2
+ Version = VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciquantum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: