yard-slipstream 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -67,9 +67,9 @@ form.search input { margin-left: 5px; width: 250px; border: 1px solid #99f; -moz
67
67
 
68
68
  #menu .noframes { margin-right: 355px; float: right; width: 130px; text-align: right; }
69
69
 
70
- /*#menu a.link_disabled:link { color: inherit; font-size:20;}*/
71
- /*#menu a.link_disabled:visited { color: inherit; font-size:20;}*/
72
- #menu a.link_disabled:hover { color: inherit; font-size:20;}
70
+ /*#menu a.link_disabled:link { color: inherit; }*/
71
+ /*#menu a.link_disabled:visited { color: inherit; }*/
72
+ #menu a.link_disabled:hover { color: inherit; }
73
73
 
74
74
  #search2 { float: right; z-index: 1; }
75
75
  #search2 { position: absolute; right: 0px; top: 0px; }
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=<%= charset %>"/>
7
7
  <title><%= options[:title] %></title>
8
- <script language="JavaScript">
8
+ <script type="text/javascript" charset="utf-8">
9
9
  function frame_saver()
10
10
  {
11
11
  if (self.location.search)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yard-slipstream}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dreamcat4"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dreamcat4