draghunt 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
2
  SHA1:
3
- metadata.gz: 05c58567a9c258b0e6aedfc5b49914af57843e5b
4
- data.tar.gz: 60d3d2196284103f1172dd4aff026b70f2adcfe7
3
+ metadata.gz: 620cbdce69e73235a556edbfa85785a4262d2b5e
4
+ data.tar.gz: 8c82e6863a72aca695535319e6b8d29a5874a34a
5
5
  SHA512:
6
- metadata.gz: cc27076c9c9118bfc36f701cc30999f6640cb3e00d913e7c9b5239fcc87b76e01e4d99fafae6dbbd2e8ce9900a00b9a37f1aedfdd9f6b8f3516ad07d0eff1e51
7
- data.tar.gz: 4bebe3c602578d7ac8101bd3f218442b381bdd2db9379d3cefb29235ddad2164b657f4e527bff5d2a57f8171f719d2f87bcfda65ded7d73eb7dfb583b5ef2e75
6
+ metadata.gz: 726f16f40fc8076acc35b96c6fefbf42b9735c0c223c4d0a7efe5a49d3325fee478c27431d90ddbaaff07110492f63e35e7965dfa4e86edd9d5b4ec2a249a5d6
7
+ data.tar.gz: ca5c4f716574e63ba12b76b0d35d12836b485897184068a1e6c487145df7d7fef502a7015e8a330cb081b38223271292157290a18acd585c05960f74d0dd90fe
@@ -20,7 +20,7 @@ module Draghunt
20
20
  def all_stats
21
21
  git_stats.inject([]) do |m, (k, v)|
22
22
  m << [k, v, cloc_stats[k]] if cloc_stats.key?(k); m
23
- end.sort { |x, y| y[1] <=> x[1] }
23
+ end.sort { |x, y| x[1] <=> y[1] }
24
24
  end
25
25
 
26
26
  def self.print
@@ -1,3 +1,3 @@
1
1
  module Draghunt
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: draghunt
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
  - jarra