mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Merge pull request #512 from Shopify/fix_tobi_name
Fix Tobi last name on gemspec
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||||||
s.version = Liquid::VERSION
|
s.version = Liquid::VERSION
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
||||||
s.authors = ["Tobias Luetke"]
|
s.authors = ["Tobias Lütke"]
|
||||||
s.email = ["[email protected]"]
|
s.email = ["[email protected]"]
|
||||||
s.homepage = "http://www.liquidmarkup.org"
|
s.homepage = "http://www.liquidmarkup.org"
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user