git-maintain 0.2.0.pre.1.g7946fbc → 0.2.0.pre.2.g229b454
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/CHANGELOG +6 -1
- data/README.md +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a427a9cf371c53e66cd009d6e590678ae440e2daf81144bc9ef618acc0191677
|
4
|
+
data.tar.gz: bb9d9b005b0b302d41cf09d9513ae51f391f98b8d7bc25e9b60edf0aa6dcb3c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cad5a8b34790b1d4cb1a85031a8347116172d94005379f766b67b4bcb251a586cd86af22e2996c66e329148098060b1e3cc63010011ba1d615f869ed4efa644
|
7
|
+
data.tar.gz: 2d7ad65bb96ba9242c2ab550f9a04ed488db31383195a5cfa76e01e4c74280452ebf61b115f5cbe50175b43a8b524d2cc9cc3a6ddb960298c181239463b80f71
|
data/CHANGELOG
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,7 @@ The idea is to script most of the maintenance tasks so the maintainer can focus
|
|
4
4
|
|
5
5
|
- Note: the workflow is highly inspired to the git-topic-branches (https://github.com/nmorey/git-topic-branches)
|
6
6
|
and both can be used at the same time
|
7
|
-
- Note2: Releasing on github is done through
|
7
|
+
- Note2: Releasing on github is done through github-release gem (https://github.com/mpalmer/github-release)
|
8
8
|
|
9
9
|
# Command summary
|
10
10
|
|
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.0.pre.
|
4
|
+
version: 0.2.0.pre.2.g229b454
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Morey-Chaisemartin
|
@@ -9,7 +9,21 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2018-07-13 00:00:00.000000000 Z
|
12
|
-
dependencies:
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: github-release
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
13
27
|
description: |-
|
14
28
|
Be lazy and let git-maintain do all the heavy lifting for maintaining stable branches.
|
15
29
|
Leaves you only with the essential: reviewing the selected patches and decide where they should go.
|