lib/appraisal/gemspec.rb in appraisal-1.0.3 vs lib/appraisal/gemspec.rb in appraisal-2.0.0
- old
+ new
@@ -20,10 +20,10 @@
private
def exported_options
@options.merge(
- path: Utils.prefix_path(@options[:path])
+ :path => Utils.prefix_path(@options[:path])
)
end
end
end