egads 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,7 @@ module Egads
34
34
  def commit_extra_paths
35
35
  extra_paths = ["REVISION"]
36
36
  extra_paths += Config.build_extra_paths
37
- run_with_code("git add -f #{extra_paths * ' '} && git commit --no-verify -m '[egads seed] [skip ci]'")
37
+ run_with_code("git add -f #{extra_paths * ' '} && git commit --no-verify -m '[egads seed] [ci skip]'")
38
38
  # Get the build SHA
39
39
  self.build_sha = run_with_code("git rev-parse --verify HEAD").strip
40
40
  run_with_code "git reset #{sha}" # Reset to original SHA
@@ -1,3 +1,3 @@
1
1
  module Egads
2
- VERSION = '3.1.1'
2
+ VERSION = '3.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egads
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: