lib/menagerie/release.rb in menagerie-1.1.0 vs lib/menagerie/release.rb in menagerie-1.1.1

- old
+ new

@@ -13,10 +13,10 @@ @path = @options[:path] || create parse_path end def artifacts - Dir.glob("#{@path}/*").map do |x| + Dir.glob("#{@path}/*").sort.map do |x| Artifact.new path: x, paths: @options[:paths], logger: @logger end end def <=>(other)