liquor.gemspec in liquor-0.1.0 vs liquor.gemspec in liquor-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- require File.expand_path('../lib/liquor/version', __FILE__) Gem::Specification.new do |gem| - gem.authors = ["Ivan Evtukhovich"] - gem.email = ["evtuhovich@gmail.com"] + gem.authors = ["Timothy N. Tsvetkov", "Yaroslav Markin", "Ivan Evtukhovich"] + gem.email = ["timothy.tsvetkov@gmail.com"] gem.description = %q{Liquor is a safe (not evaling) template language based on Liquid template language} gem.summary = %q{Liquor is a safe (not evaling) template language based on Liquid template language. Safe means that templates cannot affect security of the server they are rendered on. So it is usable when you need to give an ability to edit templates to your users (HTML or email).} gem.homepage = "https://github.com/evilmartians/liquor" gem.files = `git ls-files`.split($\)