git-amnesia 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 35580fa55a5927ca193da5cf166ff2d05805c066
4
- data.tar.gz: 1036a5a5b1f327d2f64522cbb5cd846e3bd920e2
2
+ SHA256:
3
+ metadata.gz: edfb78a8d105505587e970a331b516f1e75e330ff5692b980e8faa90fcba8dac
4
+ data.tar.gz: 18ca9909765cb010a58f785db3d98913572e4b73a3afd8f8405793e415eabc20
5
5
  SHA512:
6
- metadata.gz: 320996b645e229ec8077eac7b9b1d594ba9ba1c98f3fa5d44124fa38656ba7fdd9c63b3ee6c9378bd8f0ae14cb877771add5f91c49804474d123648e278186de
7
- data.tar.gz: 4df772c88c521b64531f16c94b3f90c1877f0a4006ceeb8548c27c92c8099d209f60895bfa445761c240ee47f22144d2cd0c86a239c28608ba0a5e407a17815a
6
+ metadata.gz: e59615bb9b9794742693c69d45920efe66c0e1d8f5d4ac68ba36718abbaad3738807bb6371f4a364e6271193dadbf6ea7485702f97837a1e0e0a4b3c827834fa
7
+ data.tar.gz: 6c066d66fbaa36149a358d11da34c7fd19fc4726c67995cfa5babb4a4bb737304527e59894faef33806f88dc02b00201c6c1b1488cf032c5ea4825f5ee60a15b
@@ -40,7 +40,7 @@ class Git
40
40
  repos.each do |repo|
41
41
  cmd = "cd '#{repo}' 2>/dev/null" +
42
42
  " && git log --max-count=#{Git.amnesia_max} --author='#{Git.author_name}'" +
43
- " --pretty=format:'%at::#{repo.basename}::%s' 2>/dev/null"
43
+ " --all --pretty=format:'%at::#{repo.basename}::%s' 2>/dev/null"
44
44
  log = `#{cmd}`
45
45
  if $?.exitstatus == 0
46
46
  logs += log.explode.map { |l| Log.new(l) }
@@ -1,3 +1,3 @@
1
1
  module GitAmnesia
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-amnesia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armin Grodon
@@ -61,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  requirements:
63
63
  - git
64
- rubyforge_project:
65
- rubygems_version: 2.5.1
64
+ rubygems_version: 3.0.1
66
65
  signing_key:
67
66
  specification_version: 4
68
67
  summary: A tool to help you recover from your post-weekend amnesia