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 +4 -4
- data/README.md +2 -1
- data/lib/thegarage/gitx/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a44d5b6d944ad83cefaf44b1bef94c182321e80
|
|
4
|
+
data.tar.gz: 79f0b6b3fcede708628605d02276ac3854259e68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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:
|
|
204
|
+
version: '0'
|
|
205
205
|
requirements: []
|
|
206
206
|
rubyforge_project:
|
|
207
207
|
rubygems_version: 2.0.7
|