nwiki 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.org +2 -0
- data/lib/nwiki/frontend/app/html.rb +3 -3
- data/lib/nwiki/frontend/app/top.rb +3 -3
- data/lib/nwiki/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0058db40228a7ca1ce4bb55bef4375a822bfe27
|
4
|
+
data.tar.gz: da8f67dd2012cea66eecf22a5cd27b4848744538
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8524e266fc1f78f865a1f7f76f96beae8a05f84aeb271ff152369baa9b402587a581f175abf80cca07da6aa273bd65ed0425048077a15a232e698d411732270a
|
7
|
+
data.tar.gz: 303f0b8c65df1405463ff4a221d1abdce130105acdf68236c7076ee93ff88e6b10302864e6fecf7e183e6bc3e5f48892b154a835638a4edc3706ceba8aa7a806
|
data/CHANGELOG.org
CHANGED
@@ -28,8 +28,8 @@ module Nwiki
|
|
28
28
|
<title><%= page.title %> - <%= @wiki.title %></title>
|
29
29
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
30
30
|
<link rel="alternate" type="application/atom+xml" title="ATOM Feed" href="/articles.xml">
|
31
|
-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.
|
32
|
-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.
|
31
|
+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
|
32
|
+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">
|
33
33
|
</head>
|
34
34
|
<body>
|
35
35
|
<a href="https://github.com/niku/nikulog">
|
@@ -49,7 +49,7 @@ module Nwiki
|
|
49
49
|
</div>
|
50
50
|
</div>
|
51
51
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
|
52
|
-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.
|
52
|
+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
|
53
53
|
</body>
|
54
54
|
</html>
|
55
55
|
EOS
|
@@ -25,8 +25,8 @@ module Nwiki
|
|
25
25
|
<title><%= @wiki.title %></title>
|
26
26
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
27
27
|
<link rel="alternate" type="application/atom+xml" title="ATOM Feed" href="/articles.xml">
|
28
|
-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.
|
29
|
-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.
|
28
|
+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
|
29
|
+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">
|
30
30
|
</head>
|
31
31
|
<body>
|
32
32
|
<a href="https://github.com/niku/nikulog">
|
@@ -46,7 +46,7 @@ module Nwiki
|
|
46
46
|
</div>
|
47
47
|
</div>
|
48
48
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
|
49
|
-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.
|
49
|
+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
|
50
50
|
</body>
|
51
51
|
</html>
|
52
52
|
EOS
|
data/lib/nwiki/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nwiki
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- niku
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|