Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Mar 1, 2013
1 parent c5832d3 commit 585cd1c
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions chinese_pinyin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{chinese_pinyin}
s.version = "0.4.1"
s.name = "chinese_pinyin"
s.version = "0.4.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Richard Huang"]
s.date = %q{2011-10-08}
s.description = %q{translate chinese hanzi to pinyin.}
s.email = %q{flyerhzm@gmail.com}
s.date = "2013-03-01"
s.description = "translate chinese hanzi to pinyin."
s.email = "flyerhzm@gmail.com"
s.extra_rdoc_files = [
"README.md"
]
s.files = [
"Gemfile",
"MIT-LICENSE",
"README.md",
"Rakefile",
"VERSION",
Expand All @@ -26,20 +28,24 @@ Gem::Specification.new do |s|
"test/chinese_pinyin_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/flyerhzm/chinese_pinyin}
s.homepage = "http://github.com/flyerhzm/chinese_pinyin"
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{translate chinese hanzi to pinyin.}

s.add_development_dependency 'jeweler'
s.rubygems_version = "2.0.0"
s.summary = "translate chinese hanzi to pinyin."

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<chinese_pinyin>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
else
s.add_dependency(%q<chinese_pinyin>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
else
s.add_dependency(%q<chinese_pinyin>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
end

0 comments on commit 585cd1c

Please sign in to comment.