widget.gemspec in widget-0.0.4 vs widget.gemspec in widget-0.0.5.beta1

- old
+ new

@@ -8,10 +8,14 @@ s.platform = Gem::Platform::RUBY s.authors = ["Mike Bethany"] s.email = ["mikbe.tk@gmail.com"] s.homepage = "http://mikbe.tk" s.summary = %q{A demonstration app showing how to use Commandable and HashModel.} - s.description = %q{A demonstration app showing how to use Commandable and HashModel. It also serves as a test platform for fleshing out problems and designing new features for the aforementioned libraries.} + s.description = %q{A demonstration app showing how to use Commandable and HashModel.<br/> + It also serves as a test platform for fleshing out problems + and designing new features for the aforementioned libraries. + (Test: Does RubyGems **support** _markdown_ in descriptions?) +} s.add_dependency("hashmodel", "~>0.4") s.add_dependency("commandable", "~>0.2") s.add_dependency("rspec", "~>2.5")