nwiki 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2300b9b7e9fb1a76f2d53fbc5af1126be62bf9a2
4
- data.tar.gz: 3ce63e471b4dfe352a8510a250201d398eff873e
3
+ metadata.gz: e0058db40228a7ca1ce4bb55bef4375a822bfe27
4
+ data.tar.gz: da8f67dd2012cea66eecf22a5cd27b4848744538
5
5
  SHA512:
6
- metadata.gz: e399ab4ce6a0ea6f0e3be0dcb10bee021f278d683b4392e61e888511276ce15f69fd767f84ac099ef0af5f399e265cd2315d29a5f0c5bf2e2a18ef5853fadf17
7
- data.tar.gz: d388fc2bf03c305f3b252d240373f49249528d9abc828254bff20290b014b0613a85ee26e6c62fabea5c1c354418738bd3dc02fd741ab5ecae89f9084498ad14
6
+ metadata.gz: 8524e266fc1f78f865a1f7f76f96beae8a05f84aeb271ff152369baa9b402587a581f175abf80cca07da6aa273bd65ed0425048077a15a232e698d411732270a
7
+ data.tar.gz: 303f0b8c65df1405463ff4a221d1abdce130105acdf68236c7076ee93ff88e6b10302864e6fecf7e183e6bc3e5f48892b154a835638a4edc3706ceba8aa7a806
data/CHANGELOG.org CHANGED
@@ -1,4 +1,6 @@
1
1
  * CHANGELOG
2
+ ** 0.1.6
3
+ - [feature] update twitter bootstrap
2
4
  ** 0.1.5
3
5
  - [feature] add GitHub Ribbons
4
6
  - [fix] fix overlapping the ribbon on the subtitle
@@ -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.0/css/bootstrap.min.css">
32
- <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
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.0/js/bootstrap.min.js"></script>
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.0/css/bootstrap.min.css">
29
- <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
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.0/js/bootstrap.min.js"></script>
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
@@ -1,3 +1,3 @@
1
1
  module Nwiki
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
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.5
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-09 00:00:00.000000000 Z
11
+ date: 2013-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack