Skip to content

Commit

Permalink
Maintenance work prior to a public release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Ziegler committed Feb 9, 2011
1 parent e621aef commit 812f719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lib/text/hyphen/language.rb
lib/text/hyphen/language/ca.rb
lib/text/hyphen/language/cs.rb
lib/text/hyphen/language/da.rb
lib/text/hyphen/language/de.rb
lib/text/hyphen/language/de1.rb
lib/text/hyphen/language/de2.rb
lib/text/hyphen/language/en_uk.rb
Expand All @@ -38,5 +39,6 @@ lib/text/hyphen/language/no2.rb
lib/text/hyphen/language/pl.rb
lib/text/hyphen/language/pt.rb
lib/text/hyphen/language/sv.rb
test/test_bugs.rb
test/test_text_hyphen.rb
text-hyphen.gemspec
8 changes: 4 additions & 4 deletions text-hyphen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{text-hyphen}
s.version = "1.0.2.20110127004139"
s.version = "1.0.2.20110208235554"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Austin Ziegler"]
s.date = %q{2011-01-27}
s.date = %q{2011-02-08}
s.default_executable = %q{hyphen}
s.description = %q{Text::Hyphen will hyphenate words using modified versions of TeX hyphenation
patterns.
Expand All @@ -24,15 +24,15 @@ a significant improvement over its predecessor, TeX::Hyphen.}
s.email = ["austin@rubyforge.org"]
s.executables = ["hyphen"]
s.extra_rdoc_files = ["COPYING.txt", "History.txt", "LICENCE.txt", "Manifest.txt", "README.txt"]
s.files = [".autotest", "COPYING.txt", "History.txt", "LICENCE.txt", "Manifest.txt", "README.txt", "Rakefile", "bin/hyphen", "lib/text-hyphen.rb", "lib/text/hyphen.rb", "lib/text/hyphen/language.rb", "lib/text/hyphen/language/ca.rb", "lib/text/hyphen/language/cs.rb", "lib/text/hyphen/language/da.rb", "lib/text/hyphen/language/de1.rb", "lib/text/hyphen/language/de2.rb", "lib/text/hyphen/language/en_uk.rb", "lib/text/hyphen/language/en_us.rb", "lib/text/hyphen/language/es.rb", "lib/text/hyphen/language/et.rb", "lib/text/hyphen/language/eu.rb", "lib/text/hyphen/language/fi.rb", "lib/text/hyphen/language/fr.rb", "lib/text/hyphen/language/ga.rb", "lib/text/hyphen/language/hr.rb", "lib/text/hyphen/language/hsb.rb", "lib/text/hyphen/language/hu1.rb", "lib/text/hyphen/language/hu2.rb", "lib/text/hyphen/language/ia.rb", "lib/text/hyphen/language/id.rb", "lib/text/hyphen/language/is.rb", "lib/text/hyphen/language/it.rb", "lib/text/hyphen/language/la.rb", "lib/text/hyphen/language/mn.rb", "lib/text/hyphen/language/nl.rb", "lib/text/hyphen/language/no1.rb", "lib/text/hyphen/language/no2.rb", "lib/text/hyphen/language/pl.rb", "lib/text/hyphen/language/pt.rb", "lib/text/hyphen/language/sv.rb", "test/test_text_hyphen.rb", "text-hyphen.gemspec"]
s.files = [".autotest", "COPYING.txt", "History.txt", "LICENCE.txt", "Manifest.txt", "README.txt", "Rakefile", "bin/hyphen", "lib/text-hyphen.rb", "lib/text/hyphen.rb", "lib/text/hyphen/language.rb", "lib/text/hyphen/language/ca.rb", "lib/text/hyphen/language/cs.rb", "lib/text/hyphen/language/da.rb", "lib/text/hyphen/language/de.rb", "lib/text/hyphen/language/de1.rb", "lib/text/hyphen/language/de2.rb", "lib/text/hyphen/language/en_uk.rb", "lib/text/hyphen/language/en_us.rb", "lib/text/hyphen/language/es.rb", "lib/text/hyphen/language/et.rb", "lib/text/hyphen/language/eu.rb", "lib/text/hyphen/language/fi.rb", "lib/text/hyphen/language/fr.rb", "lib/text/hyphen/language/ga.rb", "lib/text/hyphen/language/hr.rb", "lib/text/hyphen/language/hsb.rb", "lib/text/hyphen/language/hu1.rb", "lib/text/hyphen/language/hu2.rb", "lib/text/hyphen/language/ia.rb", "lib/text/hyphen/language/id.rb", "lib/text/hyphen/language/is.rb", "lib/text/hyphen/language/it.rb", "lib/text/hyphen/language/la.rb", "lib/text/hyphen/language/mn.rb", "lib/text/hyphen/language/nl.rb", "lib/text/hyphen/language/no1.rb", "lib/text/hyphen/language/no2.rb", "lib/text/hyphen/language/pl.rb", "lib/text/hyphen/language/pt.rb", "lib/text/hyphen/language/sv.rb", "test/test_bugs.rb", "test/test_text_hyphen.rb", "text-hyphen.gemspec"]
s.homepage = %q{http://rubyforge.org/projects/text-format/}
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new("< 1.9")
s.rubyforge_project = %q{text-format}
s.rubygems_version = %q{1.4.2}
s.summary = %q{Text::Hyphen will hyphenate words using modified versions of TeX hyphenation patterns}
s.test_files = ["test/test_text_hyphen.rb"]
s.test_files = ["test/test_bugs.rb", "test/test_text_hyphen.rb"]

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

0 comments on commit 812f719

Please sign in to comment.