gltail 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +4 -0
  3. data/Rakefile +1 -1
  4. data/lib/gl_tail.rb +1 -1
  5. metadata +4 -4
  6. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,7 @@
1
+ == 0.1.5 / 2008-05-19
2
+
3
+ * Freeze net-ssh version at 1.1.4
4
+
1
5
  == 0.1.4 / 2008-04-29
2
6
 
3
7
  * Only trap signals on non Windows platforms (Chris Gahan)
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ Hoe.new('gltail', GlTail::VERSION) do |p|
13
13
  p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
14
14
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
15
15
  p.extra_deps << ['ruby-opengl', '>= 0.40.1']
16
- p.extra_deps << ['net-ssh', '>= 1.1.2']
16
+ p.extra_deps << ['net-ssh', '= 1.1.4']
17
17
  end
18
18
 
19
19
  # vim: syntax=Ruby
@@ -5,7 +5,7 @@
5
5
  #
6
6
 
7
7
  module GlTail
8
- VERSION = '0.1.4'
8
+ VERSION = '0.1.5'
9
9
  end
10
10
 
11
11
  begin
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
4
+ version: 0.1.5
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-04-29 00:00:00 +02:00
32
+ date: 2008-05-19 00:00:00 +02:00
33
33
  default_executable:
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
@@ -46,9 +46,9 @@ dependencies:
46
46
  version_requirement:
47
47
  version_requirements: !ruby/object:Gem::Requirement
48
48
  requirements:
49
- - - ">="
49
+ - - "="
50
50
  - !ruby/object:Gem::Version
51
- version: 1.1.2
51
+ version: 1.1.4
52
52
  version:
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: hoe
metadata.gz.sig CHANGED
Binary file