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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52833f20baf0598073541425701ec14677832f98aa5a5f10d6b6fabb647c6b5e
4
- data.tar.gz: f579c6fcc86ad91fdb91983ab08c0acb2bdfe33f7c160693406daeccfc6a9b62
3
+ metadata.gz: 908407ea9ebf4972a435d8bbdfec53c677b5ac9497adf4575bc650413ef3a7a7
4
+ data.tar.gz: b196e6a46285002e2a4adf2b0e8d1db128c8ce7fee417bb10438eaf7ba909737
5
5
  SHA512:
6
- metadata.gz: 8eec775af216cf3e2a1c3d87eb23763d74c7e7f2f6f29e764f5e70ba6880533ea7245f5d7722c980c082e24a4463eebf274d617af5ce62779b1ef940cf6d477d
7
- data.tar.gz: 74ccdf65e4842e68b17f5f9f64cb8c79eda27d5b4b12753ea5cc4965041e72a6e4d608387f02f390b7ffe9a594b46d9753f5c383cdc4093c9afd5985373d96b9
6
+ metadata.gz: c1ce1fd99b757a370dea97f0d8d006b555f9ba83e5bee4378d749afafb1e9584a20a6cb3a6a9d527feea3cc586000866c456b0289e7048764638fb262da6f26d
7
+ data.tar.gz: cb8a814563968b969cd3a30b863d8d6a5b888699e539b677c0fc4bb883dd74c68385970cac62b1d63f0ff33fe587f38f58145f3c2c9edbddf6360b99be54bfd3
data/lib/Git.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  # Git.rb
2
2
  # Git
3
3
 
4
- # 20200127, 0128, 0202, 0207, 0208
5
- # 0.10.0
4
+ # 20200330
5
+ # 0.10.1
6
6
 
7
7
  lib_dir = File.expand_path(File.join(__FILE__, '..'))
8
8
  $LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
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.0
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-02-08 00:00:00.000000000 Z
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