From d95c0e6a3ff4054785c3d57dcff20cea9d9ee7a3 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 21 Apr 2012 14:48:26 -0700 Subject: [PATCH] Ducks in row --- middleman-core/middleman-core.gemspec | 6 +++--- middleman-more/middleman-more.gemspec | 6 +++--- middleman/middleman.gemspec | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/middleman-core/middleman-core.gemspec b/middleman-core/middleman-core.gemspec index daaaea7d..dbefc33c 100644 --- a/middleman-core/middleman-core.gemspec +++ b/middleman-core/middleman-core.gemspec @@ -7,11 +7,11 @@ Gem::Specification.new do |s| s.version = Middleman::VERSION s.platform = Gem::Platform::RUBY s.license = "MIT" - s.authors = ["Thomas Reynolds"] - s.email = ["me@tdreyno.com"] + s.authors = ["Thomas Reynolds", "Ben Hollis"] + s.email = ["me@tdreyno.com", "ben@benhollis.net"] s.homepage = "http://middlemanapp.com" s.summary = "Hand-crafted frontend development" - s.description = "A static site generator based on Sinatra. Providing 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." + 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." s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {fixtures,features}/*`.split("\n") diff --git a/middleman-more/middleman-more.gemspec b/middleman-more/middleman-more.gemspec index 3477348f..628856fe 100644 --- a/middleman-more/middleman-more.gemspec +++ b/middleman-more/middleman-more.gemspec @@ -7,11 +7,11 @@ Gem::Specification.new do |s| s.version = Middleman::VERSION s.platform = Gem::Platform::RUBY s.license = "MIT" - s.authors = ["Thomas Reynolds"] - s.email = ["me@tdreyno.com"] + s.authors = ["Thomas Reynolds", "Ben Hollis"] + s.email = ["me@tdreyno.com", "ben@benhollis.net"] s.homepage = "http://middlemanapp.com" s.summary = "Hand-crafted frontend development" - s.description = "A static site generator based on Sinatra. Providing 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." + 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." s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {fixtures,features}/*`.split("\n") diff --git a/middleman/middleman.gemspec b/middleman/middleman.gemspec index d798743e..66b67102 100644 --- a/middleman/middleman.gemspec +++ b/middleman/middleman.gemspec @@ -7,11 +7,11 @@ Gem::Specification.new do |s| s.version = Middleman::VERSION s.platform = Gem::Platform::RUBY s.license = "MIT" - s.authors = ["Thomas Reynolds"] - s.email = ["me@tdreyno.com"] + s.authors = ["Thomas Reynolds", "Ben Hollis"] + s.email = ["me@tdreyno.com", "ben@benhollis.net"] s.homepage = "http://middlemanapp.com" s.summary = "Hand-crafted frontend development" - s.description = "A static site generator based on Sinatra. Providing 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." + 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." s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {fixtures,features}/*`.split("\n")