vagrant-adam 0.4.0a → 0.5.0a

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05938e38f2d43c0e8c7dc8f65023b43933c2a6f3
4
- data.tar.gz: 08a2a3e40f847c6ecbb61a3ea79dfdc243920eb9
3
+ metadata.gz: be27d27d7186144787fb2c86583b361820c22392
4
+ data.tar.gz: 767bf279c74edaafa6a7aa284628610793537d96
5
5
  SHA512:
6
- metadata.gz: a0141523a6c04ef07a10b88c1628d21f3678660ec4580e5c91d3300f4781b7b2588b129d5f15e85288e41651e1be6de4a366963aee5b5c7f8a3b10f76a219b83
7
- data.tar.gz: a322a1a794a4c602a0e981243b0db423bfb7c785c394bd1bc95bb80ea375ec4165586f770929dc288696a12aa24e5d3c7c6d6f2036d25eb83b866089c63f72db
6
+ metadata.gz: 000d41bb07678c802e69873ba20542d81d3e74838572bb086154088d822c2abe8fbf95487a2b44758736171ed643f009a9d1240fec6857ed45b3c4083b7856d2
7
+ data.tar.gz: be987f48831ebf357b13637eb41b36c49f2473abb1d94fec0700f34a7b20226e83b37bcb92f29c984224988c9a592ba869ec663d6b05e12cd0baa99a793225fa
data/Gemfile CHANGED
@@ -8,6 +8,7 @@ group :development do
8
8
  # Vagrant environment itself using `vagrant plugin`.
9
9
  gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.4.3'
10
10
  gem 'cucumber', git: 'https://github.com/cucumber/cucumber.git', tag: 'v2.0.0.beta.2'
11
+ gem 'cucumber-core', git: 'https://github.com/cucumber/cucumber-core.git', tag: 'v1.0.0.beta.2'
11
12
  end
12
13
 
13
14
  group :acceptance do
@@ -1,6 +1,5 @@
1
1
  require 'log4r'
2
2
  require 'shellwords'
3
- require 'fog'
4
3
 
5
4
  require 'vagrant/util/downloader'
6
5
 
@@ -1,6 +1,6 @@
1
1
  module VagrantPlugins
2
2
  # Define version for Gem here
3
3
  module Adam
4
- VERSION = '0.4.0a'
4
+ VERSION = '0.5.0a'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-adam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0a
4
+ version: 0.5.0a
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Souter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-07 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler