Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Nov 7, 2010
1 parent 83bf891 commit 1c27da3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gist.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- encoding: utf-8 -*-
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'gist'
Expand All @@ -8,8 +9,8 @@ Gem::Specification.new do |s|
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Creates Gists from STDIN or files."
s.homepage = "http://github.com/defunkt/gist"
s.email = "chris@ozmm.org"
s.authors = [ "Chris Wanstrath" ]
s.email = "andre@arko.net"
s.authors = [ "Chris Wanstrath", "André Arko" ]
s.has_rdoc = false

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

0 comments on commit 1c27da3

Please sign in to comment.