Skip to content

Commit

Permalink
Regenerate gemspec for version 0.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
uwabami committed Nov 11, 2011
1 parent 9b8291c commit 630a3d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rdtool.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{rdtool}
s.name = "rdtool"
s.version = "0.6.30"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Youhei SASAKI"]
s.date = %q{2011-09-11}
s.description = %q{RD is multipurpose documentation format created for documentating Ruby and output of Ruby world. You can embed RD into Ruby script. And RD have neat syntax which help you to read document in Ruby script. On the other hand, RD have a feature for class reference.}
s.email = %q{uwabami@gfd-dennou.org}
s.date = "2011-11-11"
s.description = "RD is multipurpose documentation format created for documentating Ruby and output of Ruby world. You can embed RD into Ruby script. And RD have neat syntax which help you to read document in Ruby script. On the other hand, RD have a feature for class reference."
s.email = "uwabami@gfd-dennou.org"
s.executables = ["rd2", "rdswap.rb"]
s.files = [
"COPYING.txt",
Expand Down Expand Up @@ -107,11 +107,11 @@ Gem::Specification.new do |s|
"test/test-visitor.rb",
"utils/rd-mode.el"
]
s.homepage = %q{http://github.com/uwabami/rdtool}
s.homepage = "http://github.com/uwabami/rdtool"
s.licenses = ["GPL", "Ruby"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.7.2}
s.summary = %q{RDtool is formatter for RD.}
s.rubygems_version = "1.8.11"
s.summary = "RDtool is formatter for RD."

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 630a3d4

Please sign in to comment.