vagrant-cloudstack 0.0.5 → 0.0.6

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: 5d750f86b43aa8348d4e5c9687d83637b9b7997e
4
- data.tar.gz: f0551d674a64b6478c4a6b44a5dca65010dae7bd
3
+ metadata.gz: 0a1a59128d14a4b08b994bb3d3d56cef7a1a706b
4
+ data.tar.gz: 95977b5b0ab2b1807ecdc53ef36e16f3af0c9d2f
5
5
  SHA512:
6
- metadata.gz: 8e442bbdbfa07e2ae3f44421e3a3191c05352f025c1b41e8a6270e650e51d1ad74ab37f3c200b1ff494bd8fe148bf2a3a7e87d22536e2956836e326cc1392889
7
- data.tar.gz: d5ebb8c660995a2caa731bf48e953bf029dc5982994f48c48366f8643a6ce74efbef8ba00318d3f6617bc8b28aa085deb58f613af0ee22491858dda5630ebb32
6
+ metadata.gz: 2f94f67d5bec9e12c3023fcdc9a97750f89fa30aa249a131241ab5dcb57943bd800b9c483b4099ce8620bfa7729639c9f896f436c2be7650849964df613277ae
7
+ data.tar.gz: bfd5d74ebebaf153b3cd6f22ba7a0c599e8395003414a1451dc039014c1c4e44aa69c30d685a65fe9c5557594b11cfe16414e38a364cfb38b5bc9777890095ac
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Vagrant Cloudstack Provider
2
2
 
3
3
  [![Build Status](https://travis-ci.org/klarna/vagrant-cloudstack.png?branch=master)](https://travis-ci.org/klarna/vagrant-cloudstack)
4
+ [![Gem Version](https://badge.fury.io/rb/vagrant-cloudstack.png)](http://badge.fury.io/rb/vagrant-cloudstack)
4
5
 
5
6
  This is a fork of [mitchellh AWS Provider](https://github.com/mitchellh/vagrant-aws/).
6
7
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Cloudstack
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -5,6 +5,7 @@ Gem::Specification.new do |s|
5
5
  s.name = "vagrant-cloudstack"
6
6
  s.version = VagrantPlugins::Cloudstack::VERSION
7
7
  s.platform = Gem::Platform::RUBY
8
+ s.license = "MIT"
8
9
  s.authors = ["Mitchell Hashimoto", "Carl Loa Odin", "Tor-Åke Fransson", "Roeland Kuipers", "atsaki"]
9
10
  s.email = "carlodin@gmail.com"
10
11
  s.homepage = "https://github.com/klarna/vagrant-cloudstack/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-cloudstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-10-28 00:00:00.000000000 Z
15
+ date: 2013-11-04 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: fog
@@ -123,7 +123,8 @@ files:
123
123
  - .gitignore
124
124
  - .travis.yml
125
125
  homepage: https://github.com/klarna/vagrant-cloudstack/
126
- licenses: []
126
+ licenses:
127
+ - MIT
127
128
  metadata: {}
128
129
  post_install_message:
129
130
  rdoc_options: []