vagrant-cucumber 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.3 (July 26, 2013)
2
+
3
+ * Update dependencies for vagrant-multiprovider-snap
4
+
1
5
  ## 0.0.2 (July 4, 2013)
2
6
 
3
7
  * Clarify license position
data/README.md CHANGED
@@ -22,7 +22,7 @@ and with the following workflow in mind:
22
22
  Requirements
23
23
  ------------
24
24
 
25
- The plugin requires cucumber and vagrant-zz-multiprovider-snap gems, but will
25
+ The plugin requires cucumber and vagrant-multiprovider-snap gems, but will
26
26
  install these itself if required.
27
27
 
28
28
  Vagrant Cucumber currently works only with the current Vagrant providers:
@@ -43,7 +43,7 @@ vagrant plugin install vagrant-cucumber
43
43
  ```
44
44
 
45
45
  As well as the vagrant-cucumber plugin, this will also install the
46
- vagrant-zz-multiprovider-snap plugin if you don't already have it.
46
+ vagrant-multiprovider-snap plugin if you don't already have it.
47
47
 
48
48
  vagrant-cucumber will also install a version of cucumber >= 1.3.2 under the
49
49
  Ruby environment provided by Vagrant.
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Cucumber
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  end
25
25
 
26
26
  s.add_runtime_dependency "cucumber", ">=1.3.2"
27
- s.add_runtime_dependency "vagrant-zz-multiprovider-snap", ">=0.0.3"
27
+ s.add_runtime_dependency "vagrant-multiprovider-snap", ">=0.0.4"
28
28
  s.add_runtime_dependency "to_regexp", ">=0.2.1"
29
29
 
30
30
  s.files = files
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-04 00:00:00.000000000 Z
12
+ date: 2013-07-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber
16
- requirement: &70270536143820 !ruby/object:Gem::Requirement
16
+ requirement: &70119409963120 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,21 +21,21 @@ dependencies:
21
21
  version: 1.3.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70270536143820
24
+ version_requirements: *70119409963120
25
25
  - !ruby/object:Gem::Dependency
26
- name: vagrant-zz-multiprovider-snap
27
- requirement: &70270535634900 !ruby/object:Gem::Requirement
26
+ name: vagrant-multiprovider-snap
27
+ requirement: &70119409962620 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
- version: 0.0.3
32
+ version: 0.0.4
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70270535634900
35
+ version_requirements: *70119409962620
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: to_regexp
38
- requirement: &70270535634400 !ruby/object:Gem::Requirement
38
+ requirement: &70119409962160 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 0.2.1
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70270535634400
46
+ version_requirements: *70119409962160
47
47
  description: This plugin makes it possible for Cucumber to interact with Vagrant
48
48
  email:
49
49
  - jon@scalefactory.com