koara-html.gemspec in koara-html-0.9.0 vs koara-html.gemspec in koara-html-0.12.0

- old
+ new

@@ -1,11 +1,15 @@ # -*- encoding: utf-8 -*- lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) +require 'koara/html' + Gem::Specification.new do |s| s.name = 'koara-html' - s.version = '0.9.0' + s.version = Koara::Html::VERSION + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.authors = ['Andy Van Den Heuvel'] s.email = ['andy.vandenheuvel@gmail.com'] s.summary = 'Koara to HTML parser written in Ruby' s.description = s.summary s.homepage = 'https://github.com/koara/koara-rb-html'