reverse_adoc.gemspec in reverse_adoc-0.2.8 vs reverse_adoc.gemspec in reverse_adoc-0.2.9

- old
+ new

@@ -1,11 +1,11 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) -require "reverse_asciidoctor/version" +require "reverse_adoc/version" Gem::Specification.new do |s| s.name = "reverse_adoc" - s.version = ReverseAsciidoctor::VERSION + s.version = ReverseAdoc::VERSION s.authors = ["Ribose Inc."] s.email = ["open.source@ribose.com"] s.homepage = "http://github.com/metanorma/reverse_adoc" s.summary = %q{Generate AsciiDoc from HTML and Microsoft Word via CLI or library.}