Skip to content

Commit 1c27da3

Browse files
committed
Update gemspec
1 parent 83bf891 commit 1c27da3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gist.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- encoding: utf-8 -*-
12
lib = File.expand_path("../lib", __FILE__)
23
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
34
require 'gist'
@@ -8,8 +9,8 @@ Gem::Specification.new do |s|
89
s.date = Time.now.strftime('%Y-%m-%d')
910
s.summary = "Creates Gists from STDIN or files."
1011
s.homepage = "http://github.com/defunkt/gist"
11-
s.email = "chris@ozmm.org"
12-
s.authors = [ "Chris Wanstrath" ]
12+
s.email = "andre@arko.net"
13+
s.authors = [ "Chris Wanstrath", "André Arko" ]
1314
s.has_rdoc = false
1415

1516
s.files = %w( README.markdown Rakefile LICENSE )

0 commit comments

Comments
 (0)