vagrant-gitcredentials 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ require "vagrant-gitcredentials/Util"
2
+
1
3
  module VagrantPlugins
2
4
  module GitCredentials
3
5
  module Action
@@ -1,3 +1,4 @@
1
+ require "vagrant-gitcredentials/Util"
1
2
  module VagrantPlugins
2
3
  module GitCredentials
3
4
  module Action
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module GitCredentials
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
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
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeremy Giberson