tool-markdown 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: 945f5d679593942fa9c2e6c46595360fe71eaecf1afa3e5e1554929eafe8beda
4
- data.tar.gz: 958b8f1d91a057f4c7ffcdf18f518849628b81cd36e6329068fccbf46a4081df
3
+ metadata.gz: e38c4023a1ea72b5f3d30ab5dc7e28918e322936ea9b3808f4fbfc374d2d7caa
4
+ data.tar.gz: 3761617df97986a8f9472b61206641963507c7cdcd02d37125082083a46e5b2f
5
5
  SHA512:
6
- metadata.gz: 22642ab3cc7ba18d749fca4e967e340a606f12c4d140d6b6ea050c6569e5db8c1244f810ad15b46c64c22e10721f6268a20da07da0937da41a350e15c6f9fdc4
7
- data.tar.gz: 8fb0d95ef3da88233e83ce465c94fba3cb3829a7a2df3e48831b66df5bd661b5daee7bdb4a7bac6d7d598fcf336a00aa23f9684cb4bcce2d7059822732f13b27
6
+ metadata.gz: eac4501fffb486ec5cbf7b05d03a203004f6a2e36851ceb74b60c1905f12cad277784055fdbcf53a0a3058723435b963a4a5bb866f3184cefd9baafc3ae1631e
7
+ data.tar.gz: 10a19de68828092db58fcebd2ad85249cbf2bbdf8c56792d67d0d9c2258084ca1e9cc136cd4b16fe04bb46094366d80f1685d9b80eb4ce1bf913734af8c4add9
@@ -1,7 +1,7 @@
1
1
 
2
2
  require 'thor'
3
3
  require_relative 'version'
4
- require_relative '../markdown'
4
+ require_relative '../tool-markdown'
5
5
 
6
6
  ##
7
7
  # Command Line User Interface
File without changes
File without changes
File without changes
@@ -3,7 +3,7 @@
3
3
  module Version
4
4
  AUTHOR = 'dvarrui'
5
5
  MAJOR_NUMBER = '0.0'
6
- VERSION = "#{MAJOR_NUMBER}.3"
6
+ VERSION = "#{MAJOR_NUMBER}.4"
7
7
  NAME = 'markdown'
8
8
  GEMNAME = 'tool-markdown'
9
9
  DOCKERNAME = "#{AUTHOR}/tool-markdown"
@@ -1,6 +1,6 @@
1
1
 
2
- require_relative 'markdown/markdown/link'
3
- require_relative 'markdown/version'
2
+ require_relative 'tool-markdown/markdown/link'
3
+ require_relative 'tool-markdown/version'
4
4
 
5
5
  class Markdown
6
6
  def self.link(dirname, options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tool-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Vargas Ruiz
@@ -64,12 +64,12 @@ files:
64
64
  - LICENSE
65
65
  - README.md
66
66
  - bin/markdown
67
- - lib/markdown.rb
68
- - lib/markdown/cli.rb
69
- - lib/markdown/markdown/debug.rb
70
- - lib/markdown/markdown/link.rb
71
- - lib/markdown/markdown/read.rb
72
- - lib/markdown/version.rb
67
+ - lib/tool-markdown.rb
68
+ - lib/tool-markdown/cli.rb
69
+ - lib/tool-markdown/markdown/debug.rb
70
+ - lib/tool-markdown/markdown/link.rb
71
+ - lib/tool-markdown/markdown/read.rb
72
+ - lib/tool-markdown/version.rb
73
73
  homepage: https://github.com/dvarrui/tools/markdown.d/README.md
74
74
  licenses:
75
75
  - GPL-3.0