Rakefile in guilded-1.0.9 vs Rakefile in guilded-1.0.10

- old
+ new

@@ -9,9 +9,10 @@ gem.description = %Q{Guilded intends to provide a toolset for creating and consuming reusable web components. Currently, this problem domain is filled with JavaScript frameworks. These frameworks are wonderful and work very well. However, they do not degrade gracefully and are not accessible (in most cases). Guilded seeks to provide the same level of "componentization" and ease of use without sacrificing degradability and accessibility. Guilded will achieve these goals by applying each technology at our disposal (HTML, CSS and JavaScript) to do as it was intended.} gem.email = "jason@lookforwardenterprises.com" gem.homepage = "http://github.com/midas/guilded" gem.authors = ["C. Jason Harrelson (midas)"] gem.add_development_dependency "shoulda", ">= 2.10.2" + gem.add_development_dependency "rspec", ">= 1.2.9" gem.add_dependency "activesupport", ">= 2.0.2" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"