snackpack 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/snackpack/snack_log.rb +1 -1
  2. metadata +2 -2
@@ -6,7 +6,7 @@ class SnackLog
6
6
  end
7
7
 
8
8
  def build
9
- Dir[@stomach+'*'].each do |folder|
9
+ Dir[@stomach+'*'].sort.reverse.each do |folder|
10
10
  menu = fetch_menu(folder)
11
11
  write_log(menu) if menu.first
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snackpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-15 00:00:00.000000000 Z
12
+ date: 2012-11-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! " Snackpack logs into your RubyTapas subscription and downloads\n
15
15
  \ all the available episodes with their supporting files onto your local\n computer.