thegarage-gitx 1.2.0.beta1 → 1.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f48eab04a8576c7f4757294009f53818b01f3cc
4
- data.tar.gz: ac2707ffbe75737ebb5fcfa8908008468803f31c
3
+ metadata.gz: 4a44d5b6d944ad83cefaf44b1bef94c182321e80
4
+ data.tar.gz: 79f0b6b3fcede708628605d02276ac3854259e68
5
5
  SHA512:
6
- metadata.gz: 43d0831356ca1cafa085e85705568d2409c8ca62aa325a4bfbb63b45113c75c75333ce59bfb91d3dfd0278d90466334a45ee66d3b411f1c19d13dd890a91338f
7
- data.tar.gz: e44c8876673101a8da4c5c830929ca1a58b4384bbfd53ba60392260df7330eae914312668b156182b4edf77231d2f7fcdac2a5e659b3bcfacfd3c791301d713f
6
+ metadata.gz: 84ecc83c73103cc2a0a847f1582a460deb17d400c2a43fecb126dc6ee4a1a56eb8e20f3eb490ea7e23dfe95c407dd2164066a12d023c3bc51fd725760ec76f85
7
+ data.tar.gz: 64fba4122a8ac716a6e231ab43ed408e9893d04e7de1f5a0aa25f3b7f65507083f5c6351e7040ef7eb9dd171d6a8ec62aaa0d17dcbd691c999d2088a14fbeadb
data/README.md CHANGED
@@ -9,7 +9,8 @@ Inspired by the [socialcast-git-extensions gem](https://github.com/socialcast/so
9
9
  # Git Extensions for Workflow
10
10
 
11
11
  ### Options
12
- * `-v` = verbose for debugging commands
12
+ * `--trace` or `-v` = verbose output for debugging commands
13
+ * `--pretend` or `-p` = dry run commands and do not actually invoke operations
13
14
 
14
15
  ## git start <new_branch_name (optional)>
15
16
 
@@ -1,5 +1,5 @@
1
1
  module Thegarage
2
2
  module Gitx
3
- VERSION = '1.2.0.beta1'
3
+ VERSION = '1.2.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thegarage-gitx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.beta1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Sonnek
@@ -199,9 +199,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  requirements:
202
- - - '>'
202
+ - - '>='
203
203
  - !ruby/object:Gem::Version
204
- version: 1.3.1
204
+ version: '0'
205
205
  requirements: []
206
206
  rubyforge_project:
207
207
  rubygems_version: 2.0.7