yadecli 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 755e7471d5c931bc8c2abcadca1105d3af78baa83d6734e6538927a69baaeea8
4
- data.tar.gz: 02ab4f4bf68e6b718eeb95ceb5b91a2be4ce9f8382ab128149172baf3aaaf76f
3
+ metadata.gz: a44a9ea70d28da9ff038f8cdedebd2dd4bed6cbe675779ea04365b5fd125b153
4
+ data.tar.gz: 383afa33fde904b3a921f64305c4a3dc83c8b6396d14872d6d0da0d05d5ec339
5
5
  SHA512:
6
- metadata.gz: 0517566cf487ebe02d971c6d7facfc7b42803f3b129b103c5f3357b0c2684e9cb845e64f018300d35838cb2eb51edccdc3bab0e7c20cdbb647c1c6fabb87d78a
7
- data.tar.gz: 3c919b6af35b6e3ddf95d20c0f86f1a554262c21389e5ecd4a2c9befffeb2990b0785001b55d176d1a347c18fe51ac332e2928b4a31d7bf664d80740a78f0282
6
+ metadata.gz: aa291dc050459a4712674344e72bc34b759c72e9e70baaac7b4bd2be36a26a67ec2ed191db5e31efb71ce8de48ad18bbed945c04efb0d28860aff7294c347e82
7
+ data.tar.gz: d6152e28590b6b2bffb1c7e29fdb403864d352f61dffb126cddc2cc85411f1ca3508e906d8aa48a46d118901bd6633f1c5813bc78fed79799dd38265c93bd4d3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yadecli (0.1.2)
4
+ yadecli (0.1.3)
5
5
  activemodel (~> 5.2)
6
6
  artii (~> 2.1)
7
7
  colorize (~> 0.8)
@@ -6,6 +6,7 @@ password: user
6
6
  access_token: some_realy_long_access_token
7
7
  refresh_token: some_realy_long_refresh_token
8
8
  expiration_time: 2018-08-28 17:34:08.775486917 +02:00
9
+ git_api_url: https://gitlab.com/api/v4
9
10
  git_username: your_git_username
10
11
  git_password: your_git_password
11
12
  git_token: your_git_token
@@ -24,6 +24,7 @@ module Yadecli
24
24
  CliUtil.print_header('YadeCli Composer Setup',
25
25
  ['Answer the following questions to setup Composer on this host:', ''])
26
26
 
27
+ AppConfig[:git_api_url] = UserInput.ask(' * Gitlab API Url?', :git_api_url)
27
28
  AppConfig[:git_username] = UserInput.ask(' * Gitlab Username?', :git_username)
28
29
  AppConfig[:git_password] = UserInput.ask(' * Gitlab Password?', :git_password)
29
30
  AppConfig[:git_token] = UserInput.ask(' * Gitlab Api Token?', :git_token)
@@ -1,3 +1,3 @@
1
1
  module Yadecli
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yadecli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Freund