From babb5d3afbd51a19bc49e7091f88a74785c24d49 Mon Sep 17 00:00:00 2001 From: khiav reoy Date: Sun, 15 Sep 2024 02:09:16 +0800 Subject: [PATCH] change email --- CODE_OF_CONDUCT.md | 4 ++-- find_with_order.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/find_with_order.gemspec b/find_with_order.gemspec index 1ccf3c9..6ab048c 100644 --- a/find_with_order.gemspec +++ b/find_with_order.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.name = "find_with_order" spec.version = FindWithOrder::VERSION spec.authors = ["khiav reoy"] - spec.email = ["mrtmrt15xn@yahoo.com.tw"] + spec.email = ["khiav223577@gmail.com"] spec.summary = %q{A simple way to find records in the same order of input array.} spec.description = %q{A simple way to find records in the same order of input array. Has better performance than manually sorting. Supports Rails 3+.}