Skip to content

Commit 8557696

Browse files
committed
Bumped version.
1 parent b92409f commit 8557696

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pdoc.gemspec

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Gem::Specification.new do |s|
22
s.name = "pdoc"
3-
s.version = "0.2.0"
4-
s.date = "2008-11-17"
3+
s.version = "0.2.1"
4+
s.date = "2011-04-07"
55
s.summary = "Inline comment parser and JavaScript documentation generator"
66
s.email = "[email protected]"
77
s.homepage = "http://pdoc.org/"
88
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."
99
s.has_rdoc = true
1010
s.authors = ["Tobie Langel"]
1111
s.files = [
12-
"README.markdown",
13-
"Rakefile",
14-
"pdoc.gemspec"] +
15-
Dir['lib/**/*'] +
16-
Dir['templates/**/*']
12+
"README.markdown",
13+
"Rakefile",
14+
"pdoc.gemspec"] +
15+
Dir['lib/**/*'] +
16+
Dir['templates/**/*']
1717

1818
s.autorequire = "lib/pdoc.rb"
1919

0 commit comments

Comments
 (0)