From c2a6abe7ed9353b862d3994fba54fad813237ad4 Mon Sep 17 00:00:00 2001 From: khiav reoy Date: Sun, 15 Sep 2024 02:08:33 +0800 Subject: [PATCH] change email --- CODE_OF_CONDUCT.md | 4 ++-- atomically.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 86f55ea..2bb8bd7 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -35,7 +35,7 @@ This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting a project maintainer at mrtmrt15xn@yahoo.com.tw. All +reported by contacting a project maintainer at khiav223577@gmail.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an @@ -46,4 +46,4 @@ version 1.3.0, available at [http://contributor-covenant.org/version/1/3/0/][version] [homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/3/0/ \ No newline at end of file +[version]: http://contributor-covenant.org/version/1/3/0/ diff --git a/atomically.gemspec b/atomically.gemspec index 07a8098..9f2910d 100644 --- a/atomically.gemspec +++ b/atomically.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.name = 'atomically' spec.version = Atomically::VERSION spec.authors = ['khiav reoy'] - spec.email = ['mrtmrt15xn@yahoo.com.tw'] + spec.email = ['khiav223577@gmail.com'] spec.summary = 'An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.' spec.description = 'An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.'