vagrant-cucumber 0.0.1 → 0.0.2

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.0.2 (July 4, 2013)
2
+
3
+ * Clarify license position
4
+ * Add correct dependency on to_regexp to the gem description.
5
+
1
6
  ## 0.0.1 (June 12, 2013)
2
7
 
3
8
  Initial release - supports Virtualbox and VMWare Fusion
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2010-2013 The Scale Factory Ltd
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
data/README.md CHANGED
@@ -112,5 +112,6 @@ Other step definitions and hooks are defined in ```lib/vagrant-cucumber/step_def
112
112
 
113
113
 
114
114
 
115
-
116
-
115
+ License
116
+ -------
117
+ vagrant-cucumber is licensed under the MIT license.
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Cucumber
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
 
26
26
  s.add_runtime_dependency "cucumber", ">=1.3.2"
27
27
  s.add_runtime_dependency "vagrant-zz-multiprovider-snap", ">=0.0.3"
28
+ s.add_runtime_dependency "to_regexp", ">=0.2.1"
28
29
 
29
30
  s.files = files
30
31
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
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.1
4
+ version: 0.0.2
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-02 00:00:00.000000000 Z
12
+ date: 2013-07-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber
16
- requirement: &70146505916660 !ruby/object:Gem::Requirement
16
+ requirement: &70270536143820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.3.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70146505916660
24
+ version_requirements: *70270536143820
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: vagrant-zz-multiprovider-snap
27
- requirement: &70146505916160 !ruby/object:Gem::Requirement
27
+ requirement: &70270535634900 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,18 @@ dependencies:
32
32
  version: 0.0.3
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70146505916160
35
+ version_requirements: *70270535634900
36
+ - !ruby/object:Gem::Dependency
37
+ name: to_regexp
38
+ requirement: &70270535634400 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: 0.2.1
44
+ type: :runtime
45
+ prerelease: false
46
+ version_requirements: *70270535634400
36
47
  description: This plugin makes it possible for Cucumber to interact with Vagrant
37
48
  email:
38
49
  - jon@scalefactory.com
@@ -41,6 +52,7 @@ extensions: []
41
52
  extra_rdoc_files: []
42
53
  files:
43
54
  - CHANGELOG.md
55
+ - LICENSE
44
56
  - README.md
45
57
  - example/Vagrantfile
46
58
  - example/features/basic.feature