git-maintain 0.2.2.pre.4.gd759bee → 0.2.2.pre.5.g8e0f945

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +1 -0
  3. data/lib/branch.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6b309a5b7a4d5a621574551d94493584515cb12d0d0942b8ee9cb5fb7e1d6c6
4
- data.tar.gz: 07ab222d060211cc57eff4c4be88b954cebaa28e4f0909be63e08a324b2b50c7
3
+ metadata.gz: 2f57ed0d8c6ebb69d17e821f8ff90b327e7845c1fa436c505a7932e346eca0aa
4
+ data.tar.gz: 5402564d86247ed0bc0c186a934accc69b3df0b6278131b61f025d4afc2c86a1
5
5
  SHA512:
6
- metadata.gz: 2575875cedc371e1d5a67e4bc6fe7c9708fc80130350945ee40fca477b7883ea51b5702cdaabe47500cadd6180af157c8a5303110c76bf9af818894056eeaf84
7
- data.tar.gz: 62ebf5063b4bc1c38174c73bdd025d659dd5f648f094eb1127642beba786b97f6ed4ada9d19eab0fedbfc6329f41dcac0bfd9d0dee734ff5b9efb9b387bda89d
6
+ metadata.gz: 4037fb9fadef07fff3ab3a66f14b805300565899c1c77f5d1dafb8b9848bd5df64223d6913bb017c24b4f0de139e5105681b41b44982a504765e6729268bf13e
7
+ data.tar.gz: 8226b4cfe8eb7f2b6885327eb34b4cb516ea495b905aa2b7609c80e67560b16ac7b88b2e67b7ddaa2458a4b50e14fb5779d2fe630eadff4586d545e8f65f6431
data/CHANGELOG CHANGED
@@ -5,6 +5,7 @@
5
5
  * Fix support for commit messages containing double quotes
6
6
  * Fix --base-version and --branch-suffix
7
7
  * Add completion support for --version
8
+ * Fix --no-travis
8
9
 
9
10
  ------------------
10
11
  0.2.2 (2018-07-13)
data/lib/branch.rb CHANGED
@@ -68,7 +68,7 @@ module GitMaintain
68
68
  when :push_stable
69
69
  optsParser.banner += "[-T]"
70
70
  optsParser.on("-T", "--no-travis", "Ignore Travis build status and push anyway.") {
71
- |val| opts[:no_travis] = val}
71
+ |val| opts[:no_travis] = true}
72
72
  end
73
73
  end
74
74
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-maintain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2.pre.4.gd759bee
4
+ version: 0.2.2.pre.5.g8e0f945
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Morey-Chaisemartin