git_command 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/git_command.rb +0 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d68037fc43f50fa7df3bb36bcb86c0d2ebaeef29
4
- data.tar.gz: 50f1caac111487d5f721a28d3dba7b69f9a7fc11
3
+ metadata.gz: 4edac1e3e4af103575b34f962c204308dc1c5b93
4
+ data.tar.gz: b5de82caee0a7c86433c70961ca5690a8dce1961
5
5
  SHA512:
6
- metadata.gz: f36a01bfde2b5f6add9b8e221644f121438f14465dc8a4baa4341c1451ec737ae5832c66a22d4f8076171ada5cedb7736869882f85313cfd4073c2ab21590285
7
- data.tar.gz: 2283972959f407e58598c56ad093a3c63446d7a46b099c01c0fddc1990feea9a1a062c09d316f2af402e3ae107013a43da6ed2639c876c8c6c03981cd1aeb450
6
+ metadata.gz: 8fd6513f3cdfda3eee140b211d3cc38423cb6da736894b3433b34e39f23a2eb888d70e1de57809ac85f26c9150882fb4aa9204ef47fef6fe76d22bd02d008b17
7
+ data.tar.gz: 66799e0e397d71ff45b3c49742c20659feeaca5a747f1cffe82fe5e112ea45d2e44685a4fa567617403768db014f216cddca855b8f6ea2f9217eb47f412ff71c
data/lib/git_command.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'byebug'
2
1
  def command command, &block
3
2
  @commands ||= {}
4
3
 
@@ -31,7 +30,6 @@ def command command, &block
31
30
  args = [ nil ] if args = []
32
31
 
33
32
  if first == command.to_s
34
- byebug
35
33
  block.call *args, **options
36
34
  end
37
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Poll