Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Nov 1, 2009
1 parent ebcb7d4 commit c1fbb91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,4 +1,4 @@
RbST: A simple Ruby wrapper for processing reStructuredText via Pythons's Docutils.
RbST: A simple Ruby wrapper for processing reStructuredText via Python's Docutils.

RbST
====
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,8 +5,8 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "RbST"
gem.summary = %Q{A simple Ruby wrapper for processing reStructuredText via Pythons's Docutils}
gem.description = %Q{A simple Ruby wrapper for processing reStructuredText via Pythons's Docutils}
gem.summary = %Q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils}
gem.description = %Q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils}
gem.email = "wmelody@gmail.com"
gem.homepage = "http://github.com/autodata/rbst"
gem.authors = ["William Melody"]
Expand Down
6 changes: 3 additions & 3 deletions RbST.gemspec
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["William Melody"]
s.date = %q{2009-10-31}
s.description = %q{A simple Ruby wrapper for processing reStructuredText via Pythons's Docutils}
s.date = %q{2009-11-01}
s.description = %q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils}
s.email = %q{wmelody@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{A simple Ruby wrapper for processing reStructuredText via Pythons's Docutils}
s.summary = %q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils}
s.test_files = [
"test/test_helper.rb",
"test/test_rbst.rb"
Expand Down

0 comments on commit c1fbb91

Please sign in to comment.