githubrepo 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.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/bin/githubrepo +1 -1
- data/githubrepo.gemspec +1 -1
- data/lib/githubrepo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e21852a65de15a69d0b034ee8257adc1b2006355
|
|
4
|
+
data.tar.gz: d19f88e6ffee8f7653000d5d397659d9ef333251
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eebc25fb1dffeeb11dceca26a885e1e7b50ff22402e39e18326d0d2ffd2f33cbf99c7a318ee40d9533ce43cc67be64174c4d4784e68f76ced9984483d95aca42
|
|
7
|
+
data.tar.gz: 33226ca14c6f1b719d263a2ba9a2d0b3836de94375d2542bb3795afbedc20d6a43bb244be2f2eb9ee05150884cb8a28422a68cf3cd4d6a62189b1bab9fdebebb
|
data/.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
pkg
|
|
1
|
+
pkg
|
|
2
|
+
.idea
|
data/bin/githubrepo
CHANGED
|
@@ -7,7 +7,7 @@ require 'pry'
|
|
|
7
7
|
require './lib/create'
|
|
8
8
|
|
|
9
9
|
program :name, 'githubrepo'
|
|
10
|
-
program :version, '0.0.
|
|
10
|
+
program :version, '0.0.2'
|
|
11
11
|
program :description, 'Create GitHub repositories from the command line'
|
|
12
12
|
program :help, 'Author', 'Elikem Adadevoh <elikem@gmail.com>'
|
|
13
13
|
|
data/githubrepo.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['elikem@gmail.com']
|
|
11
11
|
spec.description = %q{Create GitHub repositories from the command line}
|
|
12
12
|
spec.summary = %q{CLI to create repositories}
|
|
13
|
-
spec.homepage = ''
|
|
13
|
+
spec.homepage = 'https://github.com/elikem/githubrepo'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/githubrepo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: githubrepo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elikem Adadevoh
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- githubrepo.gemspec
|
|
60
60
|
- lib/create.rb
|
|
61
61
|
- lib/githubrepo/version.rb
|
|
62
|
-
homepage:
|
|
62
|
+
homepage: https://github.com/elikem/githubrepo
|
|
63
63
|
licenses:
|
|
64
64
|
- MIT
|
|
65
65
|
metadata: {}
|