From b7b1891e250ba9f680ad4cd518f83b657c9a2096 Mon Sep 17 00:00:00 2001 From: Atrox Date: Sun, 5 May 2019 17:22:30 +0200 Subject: [PATCH] update email --- LICENSE | 2 +- sweetify.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 812f4ef..162191f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, Atrox +Copyright (c) 2019, Atrox All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/sweetify.gemspec b/sweetify.gemspec index c822e94..89c2497 100644 --- a/sweetify.gemspec +++ b/sweetify.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = 'sweetify' s.version = Sweetify::VERSION s.authors = ['Atrox'] - s.email = ['mail@atrox.me'] + s.email = ['hello@atrox.dev'] s.homepage = 'https://github.com/atrox/sweetify' s.summary = 'SweetAlert integrated in Ruby on Rails' s.description = 'Sweetify allows you to easily use SweetAlert within your controllers'