From 012e7508f51fcf11b0e39cd5332f2d1fb8817691 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Mon, 20 Jul 2020 12:46:11 -0700 Subject: [PATCH] Update more package details --- gem/foundation-emails.gemspec | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gem/foundation-emails.gemspec b/gem/foundation-emails.gemspec index fb5d7f0a..fa7d986d 100644 --- a/gem/foundation-emails.gemspec +++ b/gem/foundation-emails.gemspec @@ -6,10 +6,10 @@ require "foundation_emails/version" Gem::Specification.new do |spec| spec.name = "foundation_emails" spec.version = FoundationEmails::VERSION - spec.authors = ["ZURB"] - spec.email = ["foundation@zurb.com"] + spec.authors = ["Foundation"] + spec.email = ["contact@get.foundation"] - spec.summary = %q{A framework for responsive emails made by ZURB.} + spec.summary = %q{A framework for responsive emails.} spec.description = %q{Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client.} spec.homepage = "https://get.foundation/emails" spec.license = "MIT" diff --git a/package.json b/package.json index 139aee48..61b3e630 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "foundation-emails", "version": "2.2.1", - "description": "A framework for responsive emails made by ZURB", + "description": "A framework for responsive emails", "keywords": [ "responsive", "emails" ], "style": "dist/foundation-emails.min.css", "main": "dist/foundation-emails.css", - "author": "ZURB (http://foundation.zurb.com)", + "author": "Foundation (https://get.foundation)", "scripts": { "start": "gulp", "test:visual": "gulp test", -- 2.47.2