Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Feb 28, 2010
1 parent 1baacf1 commit 78b481f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
@@ -0,0 +1,2 @@
require "mg"
MG.new("gist.gemspec")
16 changes: 16 additions & 0 deletions gist.gemspec
@@ -0,0 +1,16 @@
Gem::Specification.new do |s|
s.name = "gist"
s.version = "1.0.0"
s.date = "2010-02-28"
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.has_rdoc = false
s.files = %w( README.md gist.rb )
s.description = <<desc
Creates Gists (pastes) on gist.github.com from standard input or
arbitrary files. Can link to your GitHub account, create private gists,
and enable syntax highlighting.
desc
end

0 comments on commit 78b481f

Please sign in to comment.