githug 0.3.1 → 0.3.2

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: b998e69188f28ab1276dfbd253552a089d1a7492
4
- data.tar.gz: b6dd4c01eeac6d2858d8fee98bdc9578f9c7b768
3
+ metadata.gz: cd01623048e26d6e08ad8dedad77025768f50170
4
+ data.tar.gz: 2eb13fc8cc825f045bceb74e3577de6d0b180549
5
5
  SHA512:
6
- metadata.gz: 08fdd2f641d7b199b204c1aa29b616b13cb981ca75c580402768f1502fed154541c912b1f52e6358111721ddc9b60692cf27095af60992f1f418116cda423b04
7
- data.tar.gz: a166b43a5784e178ff7d7693e3cef80732c7f353d30bfa90b8cdb341adbe7c89001b9d8895b9d31ac1dd23811f06dd74b1fc63987d922175735d2bca285ae3ab
6
+ metadata.gz: 9771274cca2fa11c94e4fb68ab10359c8eae7057d34a8b650cda30ae3241b72337a97b26b33a2800b7787acef5423c53771d2ec4b17dfa8cecd874ae969cc22a
7
+ data.tar.gz: ce8b883542b3edac372f0648e0354cc2c98919d102a02347968c87d53a2c0f18bbbf7879cfc2441e27eb7638f4c0f203b5c156af307fcfa02e0f0f1db008d856
@@ -14,4 +14,8 @@ class String
14
14
  end
15
15
  end
16
16
 
17
+ if Object.const_defined?(:PACK_IDX_SIGNATURE)
18
+ Object.send(:remove_const, :PACK_IDX_SIGNATURE)
19
+ end
20
+
17
21
  PACK_IDX_SIGNATURE = "\377tOc".b
@@ -1,3 +1,3 @@
1
1
  module Githug
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: githug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Rennie