gltail 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.txt +4 -0
- data/lib/gl_tail.rb +2 -2
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/lib/gl_tail.rb
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
|
7
7
|
module GlTail
|
8
|
-
VERSION = '0.1.
|
8
|
+
VERSION = '0.1.6'
|
9
9
|
end
|
10
10
|
|
11
11
|
begin
|
@@ -38,7 +38,7 @@ rescue LoadError
|
|
38
38
|
end
|
39
39
|
|
40
40
|
begin
|
41
|
-
gem 'net-ssh'
|
41
|
+
gem 'net-ssh', '< 1.2'
|
42
42
|
require 'net/ssh'
|
43
43
|
rescue LoadError
|
44
44
|
puts "Missing gem net-ssh."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gltail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Erlend Simonsen
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
29
29
|
/UfNqVgtDGy57Xw9DBNRbUm92FVILwpudQs3SX1z2Gik08RrKReELwpRciY=
|
30
30
|
-----END CERTIFICATE-----
|
31
31
|
|
32
|
-
date: 2008-05-
|
32
|
+
date: 2008-05-31 00:00:00 +02:00
|
33
33
|
default_executable:
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
Binary file
|