vagrant-chakraos-host 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5127e15e34c482911b7ea28127871cadd9392fed
4
- data.tar.gz: 8f07f314fce26abf4980c6c540b8c4efed236b69
3
+ metadata.gz: 07eb6d76de95eae1f113d6100dc0d74734395373
4
+ data.tar.gz: f67ddeeb1adce7bc8fdef49db718ac2626652fe0
5
5
  SHA512:
6
- metadata.gz: 5904fa6ab122b3c11772f0a36f1be96d8655db35eadfe2bcd9382bf7acff3d0f332239ed2d121702764c0b906aed5fe08c9c01cbdf9b4cba35a6203376a1d264
7
- data.tar.gz: 4d8047264c4ec6e441f6140df3f1e19d061b7ac8a5bc55152cbebc756306a4f0f9bbf06e624387fa39fbdaa37f8d9726e3b769b4d70302a7e4a4254c247d05bc
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
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
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
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and 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).
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
 
@@ -1,7 +1,7 @@
1
1
  module Vagrant
2
2
  module Chakraos
3
3
  module Host
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
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.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-02 00:00:00.000000000 Z
11
+ date: 2016-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler