vagrant-gitcredentials 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,11 @@
1
+ require
1
2
  module VagrantPlugins
2
3
  module GitCredentials
3
4
  module Util
4
-
5
+ include Vagrant
6
+
7
+ @ui = Vagrant::Environment::ui
8
+
5
9
  # generates new ssh key and calls github v3 api to add key to user account
6
10
  def createKey
7
11
  promptCredentials()
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module GitCredentials
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeremy Giberson