docwu 0.0.10 → 0.0.11

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.
data/lib/docwu/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Docwu
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
data/lib/docwu.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
+ require "#{File.dirname(__FILE__)}/docwu/version"
2
3
  require "#{File.dirname(__FILE__)}/docwu/config"
3
4
  require "#{File.dirname(__FILE__)}/docwu/route" # 定制页面路由器
4
5
  require "#{File.dirname(__FILE__)}/docwu/topic"
@@ -1,3 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem 'docwu', '0.0.10'
3
+ gem 'docwu', '0.0.11'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docwu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -110,7 +110,6 @@ files:
110
110
  - lib/docwu/post.rb
111
111
  - lib/docwu/folder.rb
112
112
  - lib/template_files/README.md
113
- - lib/template_files/Gemfile.lock
114
113
  - lib/template_files/layouts/folder.mustache
115
114
  - lib/template_files/layouts/post.mustache
116
115
  - lib/template_files/layouts/partials/folder/posterity.mustache
@@ -156,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
155
  version: '0'
157
156
  segments:
158
157
  - 0
159
- hash: 3634284059566908709
158
+ hash: 3950068511084363584
160
159
  required_rubygems_version: !ruby/object:Gem::Requirement
161
160
  none: false
162
161
  requirements:
@@ -165,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
164
  version: '0'
166
165
  segments:
167
166
  - 0
168
- hash: 3634284059566908709
167
+ hash: 3950068511084363584
169
168
  requirements: []
170
169
  rubyforge_project:
171
170
  rubygems_version: 1.8.25
@@ -1,28 +0,0 @@
1
- GEM
2
- remote: http://rubygems.org/
3
- specs:
4
- coderay (1.0.9)
5
- daemons (1.1.9)
6
- docwu (0.0.10)
7
- coderay
8
- mustache_render
9
- nokogiri
10
- redcarpet
11
- thin
12
- eventmachine (1.0.3)
13
- mini_portile (0.5.1)
14
- mustache_render (0.0.25)
15
- nokogiri (1.6.0)
16
- mini_portile (~> 0.5.0)
17
- rack (1.5.2)
18
- redcarpet (3.0.0)
19
- thin (1.5.1)
20
- daemons (>= 1.0.9)
21
- eventmachine (>= 0.12.6)
22
- rack (>= 1.0.0)
23
-
24
- PLATFORMS
25
- ruby
26
-
27
- DEPENDENCIES
28
- docwu (= 0.0.10)