oldskool 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Oldskool
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/views/layout.erb CHANGED
@@ -3,7 +3,7 @@
3
3
  <link rel="stylesheet/less" type="text/css" href="/lib/bootstrap.less">
4
4
  <script src="/js/less-1.1.3.min.js" type="text/javascript"></script>
5
5
  <link rel="search" type="application/opensearchdescription+xml" title="Oldskool" href="/opensearch.xml" />
6
- <title>Oldskool</title>
6
+ <title><%= params[:q] == nil ? "" : "#{h(params[:q])} - " %>Oldskool</title>
7
7
  </head>
8
8
  <body style="padding-top: 80px;">
9
9
  <div class="topbar" data-dropdown="dropdown" >
@@ -17,7 +17,7 @@
17
17
  <% end %>
18
18
  </ul>
19
19
  <% end %>
20
- <form action="/do" method="get" class="pull-right"><input name="q" type="text" placeholder="#" value="<%= params[:q] == nil ? "" : h(params[:q]) %>"/></form>
20
+ <form action="/do" method="get" class="pull-right"><input name="q" type="text" autofocus="autofocus" placeholder="#" value="<%= params[:q] == nil ? "" : h(params[:q]) %>"/></form>
21
21
  </div>
22
22
  </div>
23
23
  </div>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oldskool
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - R.I.Pienaar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-07 00:00:00 +00:00
18
+ date: 2012-06-17 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency