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

- old
+ new

@@ -1,9 +1,10 @@ Gem::Specification.new do |s| + system("rm -f *.gem") s.name = 'livetext' - s.version = '0.5.8' - s.date = '2017-03-08' + s.version = '0.5.9' + 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' s.files = %w[ @@ -75,13 +76,9 @@ ./test/testfiles/more_complex_vars/source.ltx ./test/testfiles/raw_text_block ./test/testfiles/raw_text_block/expected-error.txt ./test/testfiles/raw_text_block/expected-output.txt ./test/testfiles/raw_text_block/source.ltx - ./test/testfiles/sigil_can_change - ./test/testfiles/sigil_can_change/expected-error.txt - ./test/testfiles/sigil_can_change/expected-output.txt - ./test/testfiles/sigil_can_change/source.ltx ./test/testfiles/simple_copy ./test/testfiles/simple_copy/expected-error.txt ./test/testfiles/simple_copy/expected-output.txt ./test/testfiles/simple_copy/source.ltx ./test/testfiles/simple_include