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 +4 -4
- data/lib/vagrant-logs/version.rb +1 -1
- data/vagrant-logs.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4e46eb4186a5fc00c2a87ada969c181151f49a6
|
4
|
+
data.tar.gz: 295704f4d14bc5bb297d0355302a56689d71cb64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f730b5bbd0ac9df8b298de324fc9cf84f70d3516d827f434c74834403962c7f3e8d19bac9c2939de0de47a4b18060694c2334b78fa65115900fc8c709920bb6
|
7
|
+
data.tar.gz: 9c7633f06808b5af3caeab9c464b02fcb49c06eef3018aba659ab1b5022c753d31fd511f40be991bc4bace3fb61c6d056ef651fdef77e1655a326eb22d576bd3
|
data/lib/vagrant-logs/version.rb
CHANGED
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(
|
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
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
-
|
7
|
+
- seppsepp
|
8
|
+
- fh
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|