gltail 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +4 -0
  3. data/lib/gl_tail.rb +2 -2
  4. metadata +2 -2
  5. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,7 @@
1
+ == 0.1.6 / 2008-05-31
2
+
3
+ * Use net-ssh version < 1.2 when loading gem
4
+
1
5
  == 0.1.5 / 2008-05-19
2
6
 
3
7
  * Freeze net-ssh version at 1.1.4
@@ -5,7 +5,7 @@
5
5
  #
6
6
 
7
7
  module GlTail
8
- VERSION = '0.1.5'
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.5
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-19 00:00:00 +02:00
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