We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bf891 commit 1c27da3Copy full SHA for 1c27da3
gist.gemspec
@@ -1,3 +1,4 @@
1
+# -*- encoding: utf-8 -*-
2
lib = File.expand_path("../lib", __FILE__)
3
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
require 'gist'
@@ -8,8 +9,8 @@ Gem::Specification.new do |s|
8
9
s.date = Time.now.strftime('%Y-%m-%d')
10
s.summary = "Creates Gists from STDIN or files."
11
s.homepage = "http://github.com/defunkt/gist"
- s.email = "chris@ozmm.org"
12
- s.authors = [ "Chris Wanstrath" ]
+ s.email = "andre@arko.net"
13
+ s.authors = [ "Chris Wanstrath", "André Arko" ]
14
s.has_rdoc = false
15
16
s.files = %w( README.markdown Rakefile LICENSE )
0 commit comments