nwiki 0.0.11 → 0.1.0a

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.org CHANGED
@@ -1,4 +1,6 @@
1
1
  * CHANGELOG
2
+ ** 0.1.0
3
+ - [feature] link to list of articles
2
4
  ** 0.0.11
3
5
  - [feature] change top-page from static to dynamic
4
6
  ** 0.0.10
@@ -148,7 +148,7 @@ EOS
148
148
  <div class="container">
149
149
  <div class="row">
150
150
  <div class="span12">
151
- <h1><%= @wiki.title %></h1>
151
+ <h1><a href="/articles"><%= @wiki.title %></a></h1>
152
152
  <h2><%= @wiki.subtitle %></h2>
153
153
  <%= page.to_html %>
154
154
  </div>
data/lib/nwiki/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nwiki
2
- VERSION = '0.0.11'
2
+ VERSION = '0.1.0a'
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nwiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
5
- prerelease:
4
+ version: 0.1.0a
5
+ prerelease: 5
6
6
  platform: ruby
7
7
  authors:
8
8
  - niku
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-09 00:00:00.000000000 Z
12
+ date: 2013-06-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gollum-lib
@@ -265,16 +265,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  segments:
267
267
  - 0
268
- hash: -871644879149832010
268
+ hash: -16791929514689930
269
269
  required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  none: false
271
271
  requirements:
272
- - - ! '>='
272
+ - - ! '>'
273
273
  - !ruby/object:Gem::Version
274
- version: '0'
275
- segments:
276
- - 0
277
- hash: -871644879149832010
274
+ version: 1.3.1
278
275
  requirements: []
279
276
  rubyforge_project:
280
277
  rubygems_version: 1.8.23