agate.gemspec in agate-0.3.3 vs agate.gemspec in agate-0.3.4
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "agate"
spec.version = Agate::VERSION
spec.authors = ["Jesse B. Hannah"]
spec.email = ["jesse@jbhannah.net"]
- spec.description = %q{Wrap ruby characters (e.g. furigana, Pinyin, Zhuyin) in text with the HTML ruby element.}
- spec.summary = %q{Wrap ruby characters (e.g. furigana, Pinyin, Zhuyin) in text with the HTML ruby element.}
+ spec.description = %q{Wrap ruby characters (currently only furigana) in text with the HTML5 ruby element.}
+ spec.summary = %q{Wrap ruby characters (currently only furigana) in text with the HTML5 ruby element.}
spec.homepage = "https://github.com/jbhannah/agate"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }