madowu 0.0.4 → 0.0.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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES +3 -1
  3. data/VERSION +1 -1
  4. data/bin/dirmap +1 -0
  5. data/madowu.gemspec +3 -3
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e83aaa529b422a787293cf3cc842b321c7fe6ec
4
- data.tar.gz: 3d7f864e87f1da8d1560917ac9bb09d7e7378347
3
+ metadata.gz: 79085b1d8b60aa41729516fd165b8cbb89efd9f4
4
+ data.tar.gz: 316e40e554957279b51a22218917e3c77947b7a6
5
5
  SHA512:
6
- metadata.gz: 8a77ff4a46b30976dfc1bb98b9889b651f9c9f2ddad8b64688e64598dfc9e1c4639463d74756133091cb4f5fbf6bcba1aac17fe96decb59d3bf510efc1fd9406
7
- data.tar.gz: 5ce5c291810593ed8ae942e66d62287d61951b7297af03758740d3735459c2bd4298e11f9cc256e9d563897c1746620ae202a69f353cec61d6b4dbbd8089baf3
6
+ metadata.gz: 54214dd0e6d15e231dce0ebdb3ffac76e1e9461aed315025fda0de0a72935f946e8787954448d2760ab0b2abddfd96da541e53837844750de13ba51949f5a181
7
+ data.tar.gz: f8565fa5e3341109607e49fbc97b1621ca885de66d165dc5888bdc7ee7acfad3530286ed184a53abdca2f7106c3bf9212f96c49d6ea29a82a4b986fffa09793f
data/CHANGES CHANGED
@@ -1,6 +1,8 @@
1
1
  = THIS_GEM changelog
2
2
 
3
- == Master (for 0.0.5)
3
+ == Master (for 0.0.6)
4
+ == Version 0.0.5 [2016-04-25]
5
+ * Bugfix of 'madowu --outline' for pandoc.
4
6
 
5
7
  == Version 0.0.4 [2016-04-23]
6
8
  * bin/urltitle was added
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/bin/dirmap CHANGED
@@ -46,6 +46,7 @@ end
46
46
  outfile = DEFAULT_OUTFILE
47
47
  contents = Madowu::DirectoryMapper.dirmap(dir)
48
48
 
49
+ #pp contents
49
50
  if should_update?(options, outfile, contents)
50
51
  io = File.open(outfile, 'w')
51
52
  io.puts contents
data/madowu.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: madowu 0.0.4 ruby lib
5
+ # stub: madowu 0.0.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "madowu"
9
- s.version = "0.0.4"
9
+ s.version = "0.0.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["ippei94da"]
14
- s.date = "2016-04-23"
14
+ s.date = "2016-04-25"
15
15
  s.description = "Markdown to HTML with table of contents, sidebar to neighboring directories."
16
16
  s.email = "ippei94da@gmail.com"
17
17
  s.executables = ["dirmap", "isbninfo", "madowu", "tex2image", "urltitle"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madowu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ippei94da
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-23 00:00:00.000000000 Z
11
+ date: 2016-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit