summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-03-23 09:48:55 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-03-23 09:48:55 +0000
commitaa4072d9e5441762583907960c22f56c9bf4fb99 (patch)
tree647270d7c698d7a74f580d88bfe1f90790dc6c60 /slop.gemspec
parent0cfdde6921b96c8977fc03ea4e2af207b08c087c (diff)
downloadslop-aa4072d9e5441762583907960c22f56c9bf4fb99.tar.gz
update my email address
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index b80dd3c..aaae19c 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.summary = 'Simple Lightweight Option Parsing'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'
- s.email = 'lee@jarvis.co'
+ s.email = 'ljjarvis@gmail.com'
s.homepage = 'http://github.com/injekt/slop'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")