wtails 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Wtails
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -165,4 +165,6 @@ pre {
165
165
 
166
166
  word-wrap: break-word;
167
167
  white-space: pre-wrap;
168
+ word-break: break-all;
169
+ border-bottom: thin dashed #777;
168
170
  }
@@ -32,7 +32,6 @@ var Wtails = {
32
32
  };
33
33
  $(window).resize(function() {
34
34
  $('.terminal').each(function() {
35
- console.log($(this));
36
35
  $(this).parent().scrollTop($(this).height());
37
36
  });
38
37
  });
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wtails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Naoyuki HIRAYAMA
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-11 00:00:00 Z
18
+ date: 2013-01-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: eventmachine