buildar.gemspec in buildar-2.0.2.1 vs buildar.gemspec in buildar-2.0.2.2

- old
+ new

@@ -6,10 +6,10 @@ s.homepage = 'https://github.com/rickhull/buildar' s.license = 'MIT' s.has_rdoc = true s.description = 'Buildar helps automate the release process with versioning, building, packaging, and publishing. Optional git integration.' - s.add_runtime_dependency "rake", ">= 8" # guess? + s.add_runtime_dependency "rake" # dynamic setup this_dir = File.expand_path('..', __FILE__) version_file = File.join(this_dir, 'VERSION') manifest_file = File.join(this_dir, 'MANIFEST.txt')