git-amend 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +3 -0
- data/lib/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 54f3853f0a94f8dc631be66f5c4858e146dd62a6d11c16207be9f7b632a36adc
|
4
|
+
data.tar.gz: 67288be4ac5103d947617e03de996791b16e566be38a8e9820d46dd32154847d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3bd86ec8f65bf9b92d084ad424a4f3d5770998d7ea3b8394d784ea84d470d3f2cf74f92102c5d887958a9cf0f6802f0156d8595bcee9f98525b3b695ed0b4db
|
7
|
+
data.tar.gz: 3a426d3e93f3c0aa273ca44d4ae98328c961c267f7e891caf545fdffd4e0fbf14913b5b82db46bb00b50c63ee82ed16ba3eaa662ee4470fb5c1ab72dd41bb5c8
|
data/README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
# git-amend
|
2
|
+
[![Build Status](https://travis-ci.org/hex0cter/git-amend.svg?branch=master)](https://travis-ci.org/hex0cter/git-amend)
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/git-amend.svg)](https://badge.fury.io/rb/git-amend)
|
4
|
+
|
2
5
|
A CLI tool to update the information of exisiting git commit, such as commit date, auther, etc.
|
3
6
|
|
4
7
|
## How to install
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-amend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Han
|
@@ -55,8 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '0'
|
57
57
|
requirements: []
|
58
|
-
|
59
|
-
rubygems_version: 2.4.5
|
58
|
+
rubygems_version: 3.0.8
|
60
59
|
signing_key:
|
61
60
|
specification_version: 4
|
62
61
|
summary: Update git commit info.
|