vagrant-chefdev 0.1.0 → 0.1.1

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.
@@ -1,4 +1,6 @@
1
- require "vagrant/chefdev/version"
1
+ require "vagrant-chefdev/plugin"
2
+ require "vagrant-chefdev/version"
3
+
2
4
 
3
5
  module Vagrant
4
6
  module Chefdev
@@ -1,5 +1,5 @@
1
- require 'vagrant/chefdev/action/delete_chef_client'
2
- require 'vagrant/chefdev/action/delete_chef_node'
1
+ require 'vagrant-chefdev/action/delete_chef_client'
2
+ require 'vagrant-chefdev/action/delete_chef_node'
3
3
 
4
4
  module Vagrant
5
5
  module Chefdev
File without changes
@@ -1,4 +1,4 @@
1
- require 'vagrant/chefdev/action'
1
+ require 'vagrant-chefdev/action'
2
2
 
3
3
  module Vagrant
4
4
  module Chefdev
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Chefdev
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'vagrant/chefdev/version'
4
+ require 'vagrant-chefdev/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "vagrant-chefdev"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - nikethan.nagularaja
@@ -57,13 +57,13 @@ files:
57
57
  - LICENSE.txt
58
58
  - README.md
59
59
  - Rakefile
60
- - lib/vagrant/chefdev.rb
61
- - lib/vagrant/chefdev/action.rb
62
- - lib/vagrant/chefdev/action/delete_chef_client.rb
63
- - lib/vagrant/chefdev/action/delete_chef_node.rb
64
- - lib/vagrant/chefdev/config.rb
65
- - lib/vagrant/chefdev/plugin.rb
66
- - lib/vagrant/chefdev/version.rb
60
+ - lib/vagrant-chefdev.rb
61
+ - lib/vagrant-chefdev/action.rb
62
+ - lib/vagrant-chefdev/action/delete_chef_client.rb
63
+ - lib/vagrant-chefdev/action/delete_chef_node.rb
64
+ - lib/vagrant-chefdev/config.rb
65
+ - lib/vagrant-chefdev/plugin.rb
66
+ - lib/vagrant-chefdev/version.rb
67
67
  - vagrant-chefdev.gemspec
68
68
  has_rdoc: true
69
69
  homepage: ""