git.rb 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/Git.rb +2 -2
- data/lib/Thoran/{AllButFirst → Array/AllButFirst}/all_but_first.rb +0 -0
- data/lib/Thoran/{AllButLast → Array/AllButLast}/all_but_last.rb +0 -0
- data/lib/Thoran/{FirstX → Array/FirstX}/firstX.rb +0 -0
- data/lib/Thoran/{LastX → Array/LastX}/lastX.rb +0 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 908407ea9ebf4972a435d8bbdfec53c677b5ac9497adf4575bc650413ef3a7a7
|
4
|
+
data.tar.gz: b196e6a46285002e2a4adf2b0e8d1db128c8ce7fee417bb10438eaf7ba909737
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1ce1fd99b757a370dea97f0d8d006b555f9ba83e5bee4378d749afafb1e9584a20a6cb3a6a9d527feea3cc586000866c456b0289e7048764638fb262da6f26d
|
7
|
+
data.tar.gz: cb8a814563968b969cd3a30b863d8d6a5b888699e539b677c0fc4bb883dd74c68385970cac62b1d63f0ff33fe587f38f58145f3c2c9edbddf6360b99be54bfd3
|
data/lib/Git.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git.rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- thoran
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Do stuff with git-blame, git-branch, git-log, and git-remote from Ruby.
|
14
14
|
email: code@thoran.com
|
@@ -26,10 +26,10 @@ files:
|
|
26
26
|
- lib/Git/VERSION.rb
|
27
27
|
- lib/Ordinal.rb
|
28
28
|
- lib/Ordinal/Array.rb
|
29
|
-
- lib/Thoran/AllButFirst/all_but_first.rb
|
30
|
-
- lib/Thoran/AllButLast/all_but_last.rb
|
31
|
-
- lib/Thoran/FirstX/firstX.rb
|
32
|
-
- lib/Thoran/LastX/lastX.rb
|
29
|
+
- lib/Thoran/Array/AllButFirst/all_but_first.rb
|
30
|
+
- lib/Thoran/Array/AllButLast/all_but_last.rb
|
31
|
+
- lib/Thoran/Array/FirstX/firstX.rb
|
32
|
+
- lib/Thoran/Array/LastX/lastX.rb
|
33
33
|
homepage: http://github.com/thoran/git.rb
|
34
34
|
licenses:
|
35
35
|
- MIT
|