vagrant-sprinkle 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97b9f4859639b4318650c8046298e0a08acb9065
4
- data.tar.gz: 1891b60e5ba3e51f3f5be6225e254b52376e7d53
3
+ metadata.gz: 8946ecf355ecd19851a505b9374e364b76644f9d
4
+ data.tar.gz: 4e1629423f03a3e79fd218874d2f2033fcafbad0
5
5
  SHA512:
6
- metadata.gz: 0c29a2538a226f4e70d8f2fa8331dd3d310b76dac752584ff0b35b79573862974231fe4e000e0a6ee7285b4e1cc438cd8fdb06a2cb7e3e5818bce45092907ce4
7
- data.tar.gz: 3098d9e37fb9eb9ba9a93e4b71ddcb0c572e77366d62a6c20d817993912b2185c64ae184ab59a474ca70175941fe1cdf7d691362a51e2a393247b30c078490bb
6
+ metadata.gz: 49f735ac24e336dd05b58203873f8ad5bb6553e9531f8d427ad5f1a6ae6c0ad524c665be92f90df4008f40c9bb9d01a201adf219740c69ca28e842875cf74ed0
7
+ data.tar.gz: a1a41568dd5027fcd75639a52767eb0031ce9b5184cbfa6fadc6b748b04c81589e278e0ba625719c9799ce0de4d354939aba33295395e14add9bbbcd258d7351
@@ -16,7 +16,7 @@ module VagrantPlugins
16
16
  def compile_options
17
17
  options = []
18
18
  options << "--script=#{config.script}"
19
- options << "--only #{config.only}" if config.only
19
+ options << "--only=#{config.only}" if config.only
20
20
  options << '--test' if config.test
21
21
  options << '--verbose' if config.verbose
22
22
  options << '--cloud' if config.cloud
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Sprinkle
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ package :vim do
6
6
  apt 'vim'
7
7
  end
8
8
 
9
- policy :development, roles: :main do
9
+ policy :development, roles: :vagrant do
10
10
  requires :git
11
11
  requires :vim
12
12
  end
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-sprinkle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-26 00:00:00.000000000 Z
11
+ date: 2014-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprinkle
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.5'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.5'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '!='
31
+ - - "!="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.2.13
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '!='
38
+ - - "!="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 3.2.13
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.3'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.3'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: A Sprinkle provisioner for Vagrant.
@@ -73,7 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - .gitignore
76
+ - ".gitignore"
77
77
  - Gemfile
78
78
  - README.md
79
79
  - Rakefile
@@ -96,19 +96,20 @@ require_paths:
96
96
  - lib
97
97
  required_ruby_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - '>='
99
+ - - ">="
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - '>='
104
+ - - ">="
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.0.3
109
+ rubygems_version: 2.2.2
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: A Vagrant plugin which adds the ability to provision virtual machines with
113
113
  the Sprinkle gem.
114
114
  test_files: []
115
+ has_rdoc: