yac.gemspec in wosmvp-yac-0.1.5 vs yac.gemspec in wosmvp-yac-0.1.6

- old
+ new

@@ -1,7 +1,7 @@ GEM = "yac" -VER = "0.1.5" +VER = "0.1.6" DATE = %q{2008-10-18} AUTHOR = "Jinzhu Zhang" EMAIL = "wosmvp@gmail.com" HOMEPAGE = "http://www.zhangjinzhu.com" SUMMARY = "Yet Another Cheat" @@ -23,10 +23,10 @@ s.require_path = 'lib' s.autorequire = 'yac' s.executables = ["yac"] - s.files = %w[README.rdoc README.cn yac.gemspec resources/yacrc bin/yac lib/yac.rb] + s.files = %w[README.rdoc README.cn yac.gemspec resources/yacrc bin/yac lib/yac.rb lib/format.rb] #s.has_rdoc = true s.rdoc_options = ["--quiet", "--title", "YAC => Yet Another Cheat", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source"] s.extra_rdoc_files = "README.rdoc"