gitx 2.19.0.ci.112.1 → 2.19.0.ci.114.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZjcyOTIxYWMwNGM4YWYwMGIzOTZhNWU0MjkwMDU5MmI1NTQyM2UzYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzgxOGMzZDdmNDY4Mjk4OTQ5ZjgxNzc2MmE3Yzk2NGRjNDkzMDE3ZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTg3YTk5NmE3OWMyMWZmN2UwMDY0NmYyOTE5MmM3Y2MxNmJhN2I5ZTNmOGE5
|
10
|
+
MmM0Yjc1MTIzOTUwYzhhNmE2NWI4ZTM3NGViOTM3MDY0YmM0ZmVlZjgwZDNj
|
11
|
+
MWRhNGE5MzUxMWIyMDc3YzY5YTQ5MTE3NWZmNTRjMDFmNmM3YTk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZDU5Zjc3YzU0MTE3NTJjYmYxYjNiY2RjOGYyNWFkMzJhYTRmNDgxY2NiMWQ3
|
14
|
+
YjdiYzlkYmM2ZjA3MWYxY2Y1NDYyNGU1ZjVmNTY2ZDRlODViOTc0MjU2MjVi
|
15
|
+
ODgzOThlM2E2ZjlmNjY3OWRjNDFiNWJhYmM3NTRhYjZkMWRiMzk=
|
data/README.md
CHANGED
@@ -9,6 +9,12 @@
|
|
9
9
|
These custom scripts are automatically registered into the git namespace
|
10
10
|
so they are available without learning any new commands!
|
11
11
|
|
12
|
+
## Installation
|
13
|
+
|
14
|
+
```bash
|
15
|
+
$ gem install gitx
|
16
|
+
```
|
17
|
+
|
12
18
|
### Global Options
|
13
19
|
* `--trace` or `-v` = verbose output for debugging commands
|
14
20
|
* `--pretend` or `-p` = dry run commands and do not actually invoke operations
|
@@ -90,7 +96,5 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
90
96
|
* [socialcast-git-extensions](https://github.com/socialcast/socialcast-git-extensions)
|
91
97
|
* [thegarage-gitx](https://github.com/thegarage/thegarage-gitx)
|
92
98
|
|
93
|
-
|
94
99
|
## Copyright
|
95
100
|
See [LICENSE.txt](LICENSE.txt)
|
96
|
-
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.19.0.ci.
|
4
|
+
version: 2.19.0.ci.114.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Sonnek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rugged
|