vagrant-hostel 0.0.8 → 0.0.9

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,3 +1,3 @@
1
1
  module VagrantHostel
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -3,12 +3,12 @@ module VagrantHostel
3
3
  name "Hostel"
4
4
 
5
5
  command "hostel" do
6
- require_relative "command"
6
+ require_relative "vagrant-hostel/command"
7
7
  Command
8
8
  end
9
9
 
10
10
  config "hostel" do
11
- require_relative "config"
11
+ require_relative "vagrant-hostel/config"
12
12
  Config
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-hostel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,9 +56,9 @@ files:
56
56
  - LICENSE.txt
57
57
  - README.md
58
58
  - Rakefile
59
+ - lib/vagrant-hostel.rb
59
60
  - lib/vagrant-hostel/command.rb
60
61
  - lib/vagrant-hostel/config.rb
61
- - lib/vagrant-hostel/plugin.rb
62
62
  - lib/vagrant-hostel/version.rb
63
63
  - lib/vagrant_init.rb
64
64
  - vagrant-hostel.gemspec
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: 2146763337475154752
80
+ hash: 2234954504471461407
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  none: false
83
83
  requirements:
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: 2146763337475154752
89
+ hash: 2234954504471461407
90
90
  requirements: []
91
91
  rubyforge_project:
92
92
  rubygems_version: 1.8.25