widget.gemspec in widget-0.0.3 vs widget.gemspec in widget-0.0.4
- old
+ new
@@ -10,11 +10,11 @@
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.add_dependency("hashmodel", "~>0.4.0.rc")
- s.add_dependency("commandable", "~>0.2.0.rc")
+ s.add_dependency("hashmodel", "~>0.4")
+ s.add_dependency("commandable", "~>0.2")
s.add_dependency("rspec", "~>2.5")
s.add_dependency("aruba", "~>0.3")
s.add_dependency("cucumber", "~>0.10")