Add Karl to authors list

This commit is contained in:
Thomas Reynolds 2014-04-04 10:50:35 -07:00
parent f3edabfb7e
commit 3cb320abdf

View file

@ -7,8 +7,8 @@ Gem::Specification.new do |s|
s.version = Middleman::VERSION
s.platform = Gem::Platform::RUBY
s.license = "MIT"
s.authors = ["Thomas Reynolds", "Ben Hollis"]
s.email = ["me@tdreyno.com", "ben@benhollis.net"]
s.authors = ["Thomas Reynolds", "Ben Hollis", "Karl Freeman"]
s.email = ["me@tdreyno.com", "ben@benhollis.net", "karlfreeman@gmail.com"]
s.homepage = "http://middlemanapp.com"
s.summary = "Hand-crafted frontend development"
s.description = "A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle."