vagrant-wrapper 1.2.1 → 1.2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@
13
13
  #
14
14
 
15
15
  require 'vagrant-wrapper/exceptions'
16
- require 'Shellwords'
16
+ require 'shellwords'
17
17
 
18
18
  # Main class for the VagrantWrapper driver.
19
19
  # This driver will search predefined paths for a packaged version of Vagrant,
@@ -0,0 +1,18 @@
1
+ #
2
+ # Author:: BinaryBabel OSS (<projects@binarybabel.org>)
3
+ # Homepage:: http://www.binarybabel.org
4
+ # License:: MIT
5
+ #
6
+ # For bugs, docs, updates:
7
+ #
8
+ # http://code.binbab.org
9
+ #
10
+ # Copyright 2013 sha1(OWNER) = df334a7237f10846a0ca302bd323e35ee1463931
11
+ #
12
+ # See LICENSE file for more details.
13
+ #
14
+
15
+ class VagrantWrapper
16
+ VERSION = '1.2.1.1'
17
+ RELEASE_DATE = '2013-05-20'
18
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-02 00:00:00.000000000 Z
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rake
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
14
30
  - !ruby/object:Gem::Dependency
15
31
  name: rspec
16
32
  requirement: !ruby/object:Gem::Requirement
@@ -64,6 +80,7 @@ files:
64
80
  - LICENSE
65
81
  - README.md
66
82
  - lib/vagrant-wrapper/exceptions.rb
83
+ - lib/vagrant-wrapper/version.rb
67
84
  - lib/vagrant-wrapper.rb
68
85
  - bin/vagrant
69
86
  homepage: http://code.binbab.org
@@ -79,12 +96,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
96
  - - ! '>='
80
97
  - !ruby/object:Gem::Version
81
98
  version: '0'
99
+ segments:
100
+ - 0
101
+ hash: 1894894601892164128
82
102
  required_rubygems_version: !ruby/object:Gem::Requirement
83
103
  none: false
84
104
  requirements:
85
105
  - - ! '>='
86
106
  - !ruby/object:Gem::Version
87
107
  version: '0'
108
+ segments:
109
+ - 0
110
+ hash: 1894894601892164128
88
111
  requirements: []
89
112
  rubyforge_project:
90
113
  rubygems_version: 1.8.24