octocli 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17bb64e18e5ac7331c12b85d032bf196e5aa8c73
4
- data.tar.gz: 10f6bdaf94c825305453cf2840f2aa2262d74b5f
3
+ metadata.gz: 33bc3566110b60f617ed88264ad1cfb179c75443
4
+ data.tar.gz: 253cca9d8a5bdd2cbe93ee180af37c5d5916b291
5
5
  SHA512:
6
- metadata.gz: 159897f650a70592c8c656a02b4302c11a104b46e3af97eb4a381e000caed0592405bfab711b9a303e18dad2869898adc0c4177e4f5c6c3843cb621b04d1e2c0
7
- data.tar.gz: 2f5422608f1df74da600b718a9f19da8751c42b9e00a1b3063b1d25f1f8796136e486ee18271742f8df4a56ebef3dd0d43451d98a4e71ac22ede558635c0b9e9
6
+ metadata.gz: 738aeb93222d641da58cb11eaa4b11aa1f34a575e7e824ff0153ce7f51844759ff6f9fdfa3912b3dbfc2f766dff05c14b9b121efb29589b2d2a08707f3c46989
7
+ data.tar.gz: ff2d9197ab0b6f616f10abc730eabb5928919b9d026585609708b954204471c687bbb0e8d1ba7f45bef241eaebf1dda686bf9e743cbe7201c31be796b6f9295d
data/bin/octocli CHANGED
@@ -34,7 +34,7 @@ def prompt_config
34
34
  input.each do |key, value|
35
35
  @config["#{key}"] = value
36
36
  end
37
- File.open("lib/octocli/yaml/config.yaml", 'w') { |f| YAML.dump(@config, f) }
37
+ File.open(File.join(File.dirname(__FILE__),"../lib/octocli/yaml/config.yaml"), 'w') { |f| YAML.dump(@config, f) }
38
38
  check_config()
39
39
  end
40
40
 
@@ -1,3 +1,3 @@
1
1
  module Octocli
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -0,0 +1,5 @@
1
+ ---
2
+ username:
3
+ token:
4
+ owner:
5
+ repo:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octocli
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
  - CRIZN
@@ -82,6 +82,7 @@ files:
82
82
  - bin/octocli
83
83
  - lib/octocli.rb
84
84
  - lib/octocli/version.rb
85
+ - lib/octocli/yaml/config.yaml
85
86
  - octocli.gemspec
86
87
  homepage: ''
87
88
  licenses: