egads 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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: