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

- old
+ new

@@ -8,17 +8,13 @@ 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.<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.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.add_dependency("hashmodel", "~>0.4") - s.add_dependency("commandable", "~>0.2") + s.add_dependency("commandable", "~>0.2.1") s.add_dependency("rspec", "~>2.5") s.add_dependency("aruba", "~>0.3") s.add_dependency("cucumber", "~>0.10")