vagrant-hostel 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -0,0 +1,3 @@
1
+ module VagrantHostel
2
+ VERSION = "0.0.4"
3
+ end
@@ -1,5 +1,5 @@
1
1
  module VagrantHostel
2
- class Hostel < Vagrant::Command::Base
2
+ class Hostel < Vagrant::Plugin::Base
3
3
  name "Hostel"
4
4
 
5
5
  command "hostel" do
@@ -7,4 +7,4 @@ rescue LoadError
7
7
  raise "The Vagrant Hostel plugin must be run within Vagrant."
8
8
  end
9
9
 
10
- require 'hostel/plugin'
10
+ require 'vagrant-hostel'
@@ -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 'hostel/version'
4
+ require 'vagrant-hostel/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "vagrant-hostel"
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,12 +56,11 @@ files:
56
56
  - LICENSE.txt
57
57
  - README.md
58
58
  - Rakefile
59
- - lib/hostel.rb
60
- - lib/hostel/command.rb
61
- - lib/hostel/plugin.rb
62
- - lib/hostel/version.rb
59
+ - lib/vagrant-hostel.rb
60
+ - lib/vagrant-hostel/command.rb
61
+ - lib/vagrant-hostel/version.rb
62
+ - lib/vagrant_init.rb
63
63
  - vagrant-hostel.gemspec
64
- - vagrant_init.rb
65
64
  homepage: ''
66
65
  licenses:
67
66
  - MIT
@@ -77,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
76
  version: '0'
78
77
  segments:
79
78
  - 0
80
- hash: 2309075255227334563
79
+ hash: -911483689488742943
81
80
  required_rubygems_version: !ruby/object:Gem::Requirement
82
81
  none: false
83
82
  requirements:
@@ -86,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
85
  version: '0'
87
86
  segments:
88
87
  - 0
89
- hash: 2309075255227334563
88
+ hash: -911483689488742943
90
89
  requirements: []
91
90
  rubyforge_project:
92
91
  rubygems_version: 1.8.25
@@ -1,3 +0,0 @@
1
- module VagrantHostel
2
- VERSION = "0.0.3"
3
- end
data/lib/hostel.rb DELETED
@@ -1 +0,0 @@
1
- require "hostel/version"