rocketwheel-command 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ module Rocketwheel::Command::CLI
16
16
  :desc => 'Directory where the encoded videos will be stored.',
17
17
  :default => 'build/videos'
18
18
  def encode
19
- files = Dir["#{File.join(File.expand_path('./'), source)}/**/**"]
19
+ files = Dir["#{File.join(File.expand_path('./'), source)}/**/**"].select { |f| File.file?(f) }
20
20
  invoke Task, [files, manifest, File.join(File.expand_path('./'), destination)]
21
21
  end
22
22
 
@@ -1,5 +1,5 @@
1
1
  module Rocketwheel
2
2
  module Command
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocketwheel-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: