vagrant-persistent-storage 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d06ebc8e252aece51a84e0d8caec5691ecbed911
4
- data.tar.gz: 4a5a9a4961fbd7a12221554a8739946addff1593
3
+ metadata.gz: 5fb1da711b3dc37f73b3a6db4d21154a2c0c149b
4
+ data.tar.gz: dfa4742ec27108e21131fca4463b9c3093fc68e9
5
5
  SHA512:
6
- metadata.gz: 355de3c1853498483c3897a4ecb79cb5aa98323f0b8f2c65a6bd11cc9faa7c0f8d95cbd386286934fe5558f09907d776c4211503d888d7e05b16534f0a6e7894
7
- data.tar.gz: 019cc98b6f1d00e35543e5a817a4517faad61b976951f6be2b4cc5db5b8b514429a29fb031e74ae63ccbc4824c48e6d8cef912c63d52c929363ed6b8e79ec90e
6
+ metadata.gz: 77ae13fabc8db8d95ddf770da57f3c89df54c4ce78b6145a35cff333ca6bd831a6cf9782a71f03a3b32470accfe786b780ae0aaae5d356f5e44a2256fd87433b
7
+ data.tar.gz: 8973156849a747785190cb167ed4b5e448a91e0d2459df2480cb84522dea0699760562af93f57ba5715955e0b39f1ed665b9184ef57cd7183dd4b9cde36b6558
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Sebastian Kusnier
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PersistentStorage
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = "A Vagrant plugin that creates a persistent storage and attaches it to guest machine."
12
12
  gem.summary = gem.description
13
13
  gem.homepage = "https://github.com/kusnier/vagrant-persistent-storage"
14
+ gem.license = "MIT"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
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-persistent-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Kusnier
@@ -48,6 +48,7 @@ extra_rdoc_files: []
48
48
  files:
49
49
  - .gitignore
50
50
  - Gemfile
51
+ - LICENSE
51
52
  - README.md
52
53
  - Rakefile
53
54
  - lib/vagrant-persistent-storage.rb
@@ -68,7 +69,8 @@ files:
68
69
  - sample-vm/Vagrantfile
69
70
  - vagrant-persistent-storage.gemspec
70
71
  homepage: https://github.com/kusnier/vagrant-persistent-storage
71
- licenses: []
72
+ licenses:
73
+ - MIT
72
74
  metadata: {}
73
75
  post_install_message:
74
76
  rdoc_options: []