vagrant-gitcredentials 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module VagrantPlugins
2
2
  module GitCredentials
3
3
  module Action
4
4
  class AddKey
5
- include GitCredentials
5
+ include Util
6
6
 
7
7
  def initialize(app, env)
8
8
  @app = app
@@ -2,7 +2,7 @@ module VagrantPlugins
2
2
  module GitCredentials
3
3
  module Action
4
4
  class RemoveKey
5
- include GitCredentials
5
+ include Util
6
6
 
7
7
  def initialize(app, env)
8
8
  @app = app
@@ -1,6 +1,6 @@
1
1
  module VagrantPlugins
2
2
  module GitCredentials
3
- module GitCredentials
3
+ module Util
4
4
 
5
5
  # generates new ssh key and calls github v3 api to add key to user account
6
6
  def createKey
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module GitCredentials
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
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
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeremy Giberson
@@ -60,7 +60,7 @@ files:
60
60
  - lib/vagrant-gitcredentials.rb
61
61
  - lib/vagrant-gitcredentials/Action/AddKey.rb
62
62
  - lib/vagrant-gitcredentials/Action/RemoveKey.rb
63
- - lib/vagrant-gitcredentials/GitCredentials.rb
63
+ - lib/vagrant-gitcredentials/Util.rb
64
64
  - lib/vagrant-gitcredentials/plugin.rb
65
65
  - lib/vagrant-gitcredentials/version.rb
66
66
  - vagrant-gitcredentials.gemspec