vagrant-logs 0.0.1 → 0.1.0

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: 49e28a7c0aa315d741308b034b1832ce1c7ba03b
4
- data.tar.gz: fecad9fe7923088f9be67e978663488727ebb321
3
+ metadata.gz: a4e46eb4186a5fc00c2a87ada969c181151f49a6
4
+ data.tar.gz: 295704f4d14bc5bb297d0355302a56689d71cb64
5
5
  SHA512:
6
- metadata.gz: afc575872ae72d3a674b7f425a1b3339f7fd47e780400cb51eedd5bda88a7eacbbb89aaa889036b50644a5efef345183ead851446e836f0ccb4b4b020d017a23
7
- data.tar.gz: 00a0d86e4b175d36f01ca4f5b688c097e82b5972e61a6110340ca9bb0c718f66a3e44313ffa7ffc22b645da82158179fee347fd2b77fff7df563b98a06289b2e
6
+ metadata.gz: 1f730b5bbd0ac9df8b298de324fc9cf84f70d3516d827f434c74834403962c7f3e8d19bac9c2939de0de47a4b18060694c2334b78fa65115900fc8c709920bb6
7
+ data.tar.gz: 9c7633f06808b5af3caeab9c464b02fcb49c06eef3018aba659ab1b5022c753d31fd511f40be991bc4bace3fb61c6d056ef651fdef77e1655a326eb22d576bd3
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module CommandLogs
3
- VERSION = '0.0.1'
3
+ VERSION = '0.1.0'
4
4
  end
5
5
  end
data/vagrant-logs.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = 'vagrant-logs'
8
8
  spec.version = VagrantPlugins::CommandLogs::VERSION
9
9
  spec.platform = Gem::Platform::RUBY
10
- spec.authors = %w('seppsepp', 'fh')
10
+ spec.authors = %w(seppsepp fh)
11
11
  spec.email = ['sebastian.lenk@gmail.com']
12
12
  spec.description = 'A RubyGem to print log files and/or upload them to a Gist'
13
13
  spec.summary = 'Print log files and/or upload to Gist'
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-logs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - "'seppsepp',"
8
- - "'fh'"
7
+ - seppsepp
8
+ - fh
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []