gh_coab 0.1.0 → 0.1.1

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/gh_coab +12 -0
  3. data/lib/gh_coab/version.rb +1 -1
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d62ecd0d5625f3c05629877c4b666880ed9676a041aabf7b849fc4830394233d
4
- data.tar.gz: 25986f0f17ef33c24b345c2d05e9aa6fb2e410c76240d4e5c750f5b48c5c112d
3
+ metadata.gz: 25df3d014958ba15317f16e7e9bfcc5096cfdec5766f54aed282d0d26df89d32
4
+ data.tar.gz: 128bb9a219f9579766f592734c5fc0baaf281f208452b96da3f5e6828a375cb4
5
5
  SHA512:
6
- metadata.gz: b0dc1110f3a103561a8e3639e650dac6f3d04add5ee25dbb6036a41f852ef390ed200bfec12db1f9b7210fe6959e370ed035546a94832010b7d24b5846f9c0cc
7
- data.tar.gz: 9c8b990d18613133f722cf20098712915a2203026943f3d59fd1995db8e0ff73c31cce79a599e692dda7390d415fddb34c8151ec9768ea382d10d21381e5768b
6
+ metadata.gz: e69ebc0ec3f0170fda882bff6f723da5066b0b123105f84dce1ca2fe4185a58ee9ce18f0e6d7ba6cb136f10009517346137e7d778b03bd3c6d839cdd4143f4f9
7
+ data.tar.gz: 1fdcd02d10c18cf627d32a6f7ca51eb826e9ebc670817897fa02849078cf2205672777570b2c79e9510b30bc38c230fb59c456d1a3169d6a4db5f5d875d9b476
data/exe/gh_coab ADDED
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "gh_coab"
6
+
7
+ GhCoab::CLI.start
8
+ # You can add fixtures and/or initialization code here to make experimenting
9
+ # with your gem easier. You can also use a different console, if you like.
10
+
11
+ # require "irb"
12
+ # IRB.start(__FILE__)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GhCoab
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gh_coab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - george kosmopoulos
@@ -13,7 +13,8 @@ dependencies: []
13
13
  description: Get co-authors from github
14
14
  email:
15
15
  - gkosmo1@hotmail.com
16
- executables: []
16
+ executables:
17
+ - gh_coab
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
@@ -26,6 +27,7 @@ files:
26
27
  - LICENSE.txt
27
28
  - README.md
28
29
  - Rakefile
30
+ - exe/gh_coab
29
31
  - lib/gh_coab.rb
30
32
  - lib/gh_coab/gh_client.rb
31
33
  - lib/gh_coab/gh_coab.rb