vagrant-chakraos-host 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/lib/vagrant/chakraos/host/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07eb6d76de95eae1f113d6100dc0d74734395373
|
4
|
+
data.tar.gz: f67ddeeb1adce7bc8fdef49db718ac2626652fe0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a30207e128841f8abcf81ba8632e0bc706e0bd059dd503735f8d8a565d5e53a989e0f097b1d0a0177da71935d7c4c723a1fe45f6a221d7e36c872d6cb6fae84
|
7
|
+
data.tar.gz: 2539a9c64b60184f164d709c838d2259d63e9fd900f2e861c2d58df1af7b18784d23903aa1d529f284f53a76a682097b4d91dba61c31f17dfa4f0eaa4df3ef21
|
data/README.md
CHANGED
@@ -16,9 +16,13 @@ There's nothing more to do than install it :D
|
|
16
16
|
|
17
17
|
## Development
|
18
18
|
|
19
|
-
|
19
|
+
* Check out the repo,
|
20
|
+
* Run `bin/setup` to install dependencies
|
21
|
+
* You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
20
22
|
|
21
|
-
|
23
|
+
To release a new version:
|
24
|
+
* update the version number in `version.rb`,
|
25
|
+
* then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
22
26
|
|
23
27
|
## Contributing
|
24
28
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-chakraos-host
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lionel Félicité
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|