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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- propel (0.2.1)
4
+ propel (0.2.2)
5
5
  json
6
6
 
7
7
  GEM
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 --force (-f) option.
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
 
@@ -1,3 +1,3 @@
1
1
  module Propel
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Leitgeb