Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Apr 7, 2011
1 parent b92409f commit 8557696
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pdoc.gemspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Gem::Specification.new do |s|
s.name = "pdoc"
s.version = "0.2.0"
s.date = "2008-11-17"
s.version = "0.2.1"
s.date = "2011-04-07"
s.summary = "Inline comment parser and JavaScript documentation generator"
s.email = "tobie.langel@gmail.com"
s.homepage = "http://pdoc.org/"
s.description = "PDoc is an inline comment parser and JavaScript documentation generator written in Ruby. It is designed for documenting Prototype and Prototype-based libraries."
s.has_rdoc = true
s.authors = ["Tobie Langel"]
s.files = [
"README.markdown",
"Rakefile",
"pdoc.gemspec"] +
Dir['lib/**/*'] +
Dir['templates/**/*']
"README.markdown",
"Rakefile",
"pdoc.gemspec"] +
Dir['lib/**/*'] +
Dir['templates/**/*']

s.autorequire = "lib/pdoc.rb"

Expand Down

0 comments on commit 8557696

Please sign in to comment.