propel 0.2.1 → 0.2.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.
- data/Gemfile.lock +1 -1
- data/lib/propel/runner.rb +1 -1
- data/lib/propel/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/propel/runner.rb
CHANGED
|
@@ -54,7 +54,7 @@ module Propel
|
|
|
54
54
|
|
|
55
55
|
def alert_broken_build_and_exit
|
|
56
56
|
msg = <<-EOS
|
|
57
|
-
The remote build is broken. If your commit fixes the build, run propel with the --
|
|
57
|
+
The remote build is broken. If your commit fixes the build, run propel with the --fix-ci (-f) option.
|
|
58
58
|
If you're waiting for someone else to fix the build, use propel with --wait (-w).
|
|
59
59
|
EOS
|
|
60
60
|
|
data/lib/propel/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: propel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Leitgeb
|