nwiki 0.0.4 → 0.0.5

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.0.5
3
+ - Internal change(move spec)
2
4
  ** 0.0.4
3
5
  - [feature] view list at root directory
4
6
  ** 0.0.3
data/lib/nwiki/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nwiki
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
@@ -7,9 +7,13 @@ module Nwiki
7
7
  let(:path) { 'spec/examples/sample.git' }
8
8
  subject { described_class.new(path) }
9
9
 
10
+ describe '.parser' do
11
+ it { described_class.parser.should eq Orgmode::Parser }
12
+ end
13
+
10
14
  describe '.canonicalize_path' do
11
- it { described_class.canonicalize_path('/foo').should eq 'foo' }
12
- it { described_class.canonicalize_path('/日本語').should eq '日本語' }
15
+ it { described_class.canonicalize_path('/foo/bar/').should eq 'foo/bar/' }
16
+ it { described_class.canonicalize_path('/%E6%97%A5%E6%9C%AC%E8%AA%9E').should eq '日本語' }
13
17
  end
14
18
 
15
19
  describe '#find' do
@@ -30,6 +34,7 @@ module Nwiki
30
34
  describe '#name' do
31
35
  it { subject.name.should eq 'ヽ(´・肉・`)ノログ' }
32
36
  end
37
+
33
38
  end
34
39
  end
35
40
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nwiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-09 00:00:00.000000000 Z
12
+ date: 2012-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gollum
@@ -272,18 +272,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
272
272
  - - ! '>='
273
273
  - !ruby/object:Gem::Version
274
274
  version: '0'
275
- segments:
276
- - 0
277
- hash: 3374850286995081300
278
275
  required_rubygems_version: !ruby/object:Gem::Requirement
279
276
  none: false
280
277
  requirements:
281
278
  - - ! '>='
282
279
  - !ruby/object:Gem::Version
283
280
  version: '0'
284
- segments:
285
- - 0
286
- hash: 3374850286995081300
287
281
  requirements: []
288
282
  rubyforge_project:
289
283
  rubygems_version: 1.8.23