nwiki 0.2.4 → 0.2.5

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: 952e03609c20ae10b2a553be70054e880e755d53
4
- data.tar.gz: c450f193cce1fa68eecde27d7f3c5088a56a597c
3
+ metadata.gz: 93b85c06f25395012dfc77b2ef75c0db0473a122
4
+ data.tar.gz: 8ac1ae8147810699d112b7a0b691126b42e6a3ed
5
5
  SHA512:
6
- metadata.gz: 8337f32eddbb73af4d34d2603c6f425617567f7ce187d35f23d832d5b030d2766b91091ba3009cdf29a96549354888cb2dd930982c00bb83e53adde0a9f2f95c
7
- data.tar.gz: 4476d5bbcb104e95cfd397a71a4fe02f386493948f532ac0c599d11dd8f858b46ef8f2844cbc4af7ead14be3e3ce7472e4f0b3b37d3d31e91866b9af44b70a79
6
+ metadata.gz: da34ee3fa81d6a5ad67b1b9c572b3277d32f918f6c5f98ac667ff583060bccaedb66f364eb7ab20ef90c45e529466cdce8052f30025be75f5483190b742709be
7
+ data.tar.gz: dbaaec41db2b205a8d1a263a32474fe8baa2d2931f4be3fcd7db11da7180fed48aab52daea18031ef303a4341291a35f836c5cb07579ad41d96193f779348b4d
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.1.2
1
+ 2.1.4
data/.travis.yml CHANGED
@@ -1 +1 @@
1
- rvm: 2.1.3
1
+ rvm: 2.1.1
data/CHANGELOG.org CHANGED
@@ -1,6 +1,8 @@
1
1
  * CHANGELOG
2
+ ** 0.2.5
3
+ - Use Ruby2.1.4
2
4
  ** 0.2.4
3
- - [improvement] work on Ruby2.1.3
5
+ - Remove github-ribbon
4
6
  ** 0.2.3
5
7
  - [fix] Escape link url
6
8
  ** 0.2.2
@@ -20,13 +20,10 @@ module Nwiki
20
20
  <title><%= page_title %><%= wiki.title %></title>
21
21
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
22
22
  <link rel="alternate" type="application/atom+xml" title="ATOM Feed" href="/articles.xml">
23
- <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
24
- <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
23
+ <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
24
+ <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">
25
25
  </head>
26
26
  <body>
27
- <a href="https://github.com/niku/nikulog">
28
- <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub">
29
- </a>
30
27
  <div class="container">
31
28
  <div class="row">
32
29
  <div class="col-md-12"><h1><a href="/articles/"><%= wiki.title %></a></h1></div>
@@ -41,7 +38,7 @@ module Nwiki
41
38
  </div>
42
39
  </div>
43
40
  <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
44
- <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
41
+ <script src="//netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
45
42
  </body>
46
43
  </html>
47
44
  EOS
data/lib/nwiki/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nwiki
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
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.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - niku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-09 00:00:00.000000000 Z
11
+ date: 2014-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack