Rakefile in chillfile-0.0.2 vs Rakefile in chillfile-0.0.3

- old
+ new

@@ -6,9 +6,10 @@ gemspec.description = "Let your files chill on the couch" gemspec.email = "whiterabbit.init@gmail.com" gemspec.homepage = "http://github.com/dpree/chillfile" gemspec.authors = ["dpree"] gemspec.add_dependency("thor", "~> 0.14.6") + gemspec.add_dependency("ruby-progressbar", "~> 0.0.9") gemspec.add_dependency("couchrest", "~> 1.0.1") #gemspec.add_dependency("couchrest_model", "~> 1.0.0.beta8") # currently you have to clone, build and install it yourself from HEAD gemspec.add_dependency("treedisha", "~> 0.0.2") gemspec.add_development_dependency('rspec', '~> 2.0.0') gemspec.date = Time.now.strftime("%Y-%m-%d") \ No newline at end of file