Skip to content

Commit

Permalink
Tornar o limarka compatível com o pandoc 2.0 #159
Browse files Browse the repository at this point in the history
Outros commits foram realizados, o principal foi a atualização da dependecia do pandoc_abnt
  • Loading branch information
edusantana committed Oct 22, 2018
1 parent 6b6b342 commit f13e6a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.0.0](https://github.com/abntex/limarka/tree/v1.0.0) (2018-10-22)
[Full Changelog](https://github.com/abntex/limarka/compare/v0.8.0...v1.0.0)

**Melhorias implementadas:**

- Tornar o limarka compatível com o pandoc 2.0 [\#159](https://github.com/abntex/limarka/issues/159)

## [v0.8.0](https://github.com/abntex/limarka/tree/v0.8.0) (2018-10-20)
[Full Changelog](https://github.com/abntex/limarka/compare/v0.7.2...v0.8.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/limarka/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Limarka
VERSION = "0.8.0"
VERSION = "1.0.0"
end
7 changes: 3 additions & 4 deletions limarka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.requirements = 'pandoc, v1.19.1'
spec.post_install_message = 'O limarka depende de uma versão nova do pandoc (v1.19.1 ou superior) que ainda não está disponível nos repositórios de muitas distribuições. Será necessário instalar a nova versão manualmente: https://github.com/abntex/limarka/issues/138'


spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 11.0"
spec.add_development_dependency "rspec", "~> 3.5"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "github_changelog_generator"

spec.add_dependency "clipboard"
spec.add_dependency "ffi"
spec.add_dependency "colorize"
Expand All @@ -35,8 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "thor"
spec.add_dependency 'bibtex-ruby'
spec.add_dependency 'terminal-table'
spec.add_dependency 'pandoc_abnt'
spec.add_dependency 'pandoc_abnt', "~> 2.0.0"
spec.add_dependency 'guard'
spec.add_dependency 'guard-shell'
end

0 comments on commit f13e6a2

Please sign in to comment.