vagrant-babushka 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/README.md +5 -0
- data/lib/vagrant-babushka/version.rb +1 -1
- data/vagrant-babushka.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -21,6 +21,8 @@ In Vagrant file set provisioner to `:babushka`
|
|
21
21
|
b.remote_dep 'tcurdt', 'rbenv system'
|
22
22
|
end
|
23
23
|
|
24
|
+
Also you can add options to deps giving hash as third parameter
|
25
|
+
|
24
26
|
## Contributing
|
25
27
|
|
26
28
|
1. Fork it
|
@@ -29,6 +31,9 @@ In Vagrant file set provisioner to `:babushka`
|
|
29
31
|
4. Push to the branch (`git push origin my-new-feature`)
|
30
32
|
5. Create new Pull Request
|
31
33
|
|
34
|
+
## Thanks
|
35
|
+
[patcon](https://github.com/patcon)
|
36
|
+
|
32
37
|
## License
|
33
38
|
|
34
39
|
MIT
|
data/vagrant-babushka.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.email = ["vladimir.valgis@gmail.com"]
|
12
12
|
gem.description = %q{Vagrant provisioner plugin for using Babushka}
|
13
13
|
gem.summary = %q{Vagrant provisioner plugin for using Babushka}
|
14
|
-
gem.homepage = ""
|
14
|
+
gem.homepage = "https://github.com/vvalgis/vagrant-babushka"
|
15
15
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
17
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-babushka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05
|
12
|
+
date: 2013-06-05 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Vagrant provisioner plugin for using Babushka
|
15
15
|
email:
|
@@ -29,7 +29,7 @@ files:
|
|
29
29
|
- lib/vagrant-babushka/provisioner.rb
|
30
30
|
- lib/vagrant-babushka/version.rb
|
31
31
|
- vagrant-babushka.gemspec
|
32
|
-
homepage:
|
32
|
+
homepage: https://github.com/vvalgis/vagrant-babushka
|
33
33
|
licenses: []
|
34
34
|
post_install_message:
|
35
35
|
rdoc_options: []
|