openstack-vagrant 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjUzZWU1ZjcyOTgwZTg2Yjg1NjMwN2IwNzE0NGM1ZjRmOTY5NThhOA==
4
+ NGY0NTcxM2M5YjFiNzIyNzU3YzcxMGIxMzNjMTE3MDMyNzI4MzMxMA==
5
5
  data.tar.gz: !binary |-
6
- ZTJjMjk1MzcxOWZlOGViODVlNjJmMjA4NDBlOTNmNTIzNjlmYmZhNQ==
6
+ OWU3NGRiZDhmNmYzNjBiODE3YjFiMjZlZDhlMDMxZDE4Y2I2YzBiNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzM2MWU5NDUxODEzYjhkZDk2YjRhYmJhZTk1YzkxMTIxZTBkZjlhNmE3M2E1
10
- ZDgwMzgxNzMzYmNkYTQ4MGZhZmI3MzViZjQzYWU1ZWRlZTg0ZjMyODUxY2Zm
11
- OTQxNTBlYzkxZDVlODhjMTAzN2U0ZTBhMjlhZmU0ZmQyNzkxY2M=
9
+ ZDg3MjdjMzQ5YTcxZmVlZDRiMzZkZTBmMzE4ODAwNWFkYTM1ODBmMDgxODk5
10
+ MmVhOWIxMmUzMWIxYzc4NjFkNTVjNWNlZTI2NDk0OWEzOTIyNzY0M2E5NmU2
11
+ MjFmYmEwODc0ZTcyY2RlMjg5YTc3ZjZhMTlkNmQ3NmMxMGIxNGM=
12
12
  data.tar.gz: !binary |-
13
- NTU5ZmNlODNmNjkzMmFkMmZlNGViYWNiZDNlMmZiZjQ1MWVjMDM2YThhNTY4
14
- Y2JiMTU1YWIwZmZlOThhZDMzMDQwMzk1NGEwNDNjMmYwYjBjNTA2YWUzZTQ0
15
- MzU1NDc2MDYxMzMxNDYxZGYyMjhkMjMwYzM3YjVhYzhhY2U0YzA=
13
+ NGQ2YjdkNTJhNWJkZjI2MGJkMDc1NDk0ZTY4ZTQ4MGZhZTI4NTdlMTQwNDVj
14
+ YmUxYjBkMTk0MjgzNDNkOWFhNjkzYzFhNTYwYzcwNjU2ZjNlZDkzOWZhYjYy
15
+ Yjk0NzZhNWRmNzU5ZjcyNThjNjY5NzgwODc1NmUwZTg2YzFmOGE=
data/AUTHORS ADDED
@@ -0,0 +1,5 @@
1
+ Authors
2
+ =======
3
+
4
+ - Mitchell Hashimoto for vagrant-rackspace
5
+ - Thomas Kadauke from Cloudbau for the original vagrant-openstack, which was a fork of vagrant-rackspace.
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module OpenStack
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
@@ -6,9 +6,10 @@ require 'vagrant-openstack/version'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "openstack-vagrant"
8
8
  gem.version = VagrantPlugins::OpenStack::VERSION
9
- gem.authors = ["Mitchell Hashimoto"]
10
- gem.email = ["mitchell@hashicorp.com"]
11
- gem.description = "Enables Vagrant to manage machines in OpenStack Cloud."
9
+ gem.licenses = ['MIT']
10
+ gem.authors = ["Mathieu Mitchell"]
11
+ gem.email = ["mat128@gmail.com"]
12
+ gem.description = "Vagrant provider for OpenStack clouds."
12
13
  gem.summary = "Enables Vagrant to manage machines in OpenStack Cloud."
13
14
  gem.homepage = "http://www.vagrantup.com"
14
15
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstack-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - Mitchell Hashimoto
7
+ - Mathieu Mitchell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -52,15 +52,16 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 2.13.0
55
- description: Enables Vagrant to manage machines in OpenStack Cloud.
55
+ description: Vagrant provider for OpenStack clouds.
56
56
  email:
57
- - mitchell@hashicorp.com
57
+ - mat128@gmail.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - .gitignore
63
63
  - .travis.yml
64
+ - AUTHORS
64
65
  - Gemfile
65
66
  - LICENSE.txt
66
67
  - README.md
@@ -92,7 +93,8 @@ files:
92
93
  - spec/vagrant-openstack/action/read_ssh_info_spec.rb
93
94
  - spec/vagrant-openstack/config_spec.rb
94
95
  homepage: http://www.vagrantup.com
95
- licenses: []
96
+ licenses:
97
+ - MIT
96
98
  metadata: {}
97
99
  post_install_message:
98
100
  rdoc_options: []