./livetext.gemspec in livetext-0.5.9 vs ./livetext.gemspec in livetext-0.6.0

- old
+ new

@@ -1,9 +1,11 @@ +require_relative "./lib/livetext" + Gem::Specification.new do |s| system("rm -f *.gem") s.name = 'livetext' - s.version = '0.5.9' + s.version = Livetext::VERSION s.date = '2017-03-09' s.summary = "A smart processor for text" s.description = "A smart text processor extensible in Ruby" s.authors = ["Hal Fulton"] s.email = 'rubyhacker@gmail.com' @@ -26,12 +28,9 @@ ./README.ltx ./README.md ./test ./test/cleanup ./test/newtest - ./test/rawtext.inc - ./test/simple_mixin.rb - ./test/simplefile.inc ./test/test.rb ./test/testfiles ./test/testfiles/basic_formatting ./test/testfiles/basic_formatting/expected-error.txt ./test/testfiles/basic_formatting/expected-output.txt