egads 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/example/egads.yml +3 -0
- data/lib/egads/command/build.rb +2 -2
- data/lib/egads/version.rb +1 -1
- metadata +2 -2
data/example/egads.yml
CHANGED
data/lib/egads/command/build.rb
CHANGED
@@ -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
|
37
|
+
run_with_code("git add -f #{extra_paths * ' '} && git commit --no-verify -m '[egads seed] [skip ci]'")
|
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
|
@@ -95,7 +95,7 @@ module Egads
|
|
95
95
|
run("git status -s", capture: true).empty? or
|
96
96
|
error [
|
97
97
|
"Cannot build #{short_sha} because the working directory is not clean.",
|
98
|
-
"Stash your changes with `git
|
98
|
+
"Stash your changes with `git stash -u` and try again."
|
99
99
|
]
|
100
100
|
end
|
101
101
|
|
data/lib/egads/version.rb
CHANGED
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.
|
4
|
+
version: 3.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fog
|