Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ matrix:
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx-2

notifications:
slack: layer8x:cvixULdjCINfq7u9Zs1rS0VY
Expand Down
2 changes: 1 addition & 1 deletion lib/youtube-dl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
module YoutubeDL
# Semantic Version as well as the bundled binary version.
# "(major).(minor).(teeny).(pre-release).(binary-version)"
VERSION = '0.3.1.2016.09.11.1'.freeze
VERSION = '0.3.1.2017.07.15'.freeze
end
9 changes: 2 additions & 7 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
if RUBY_PLATFORM == "java"
require 'simplecov'
SimpleCov.start
else
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
end
require 'simplecov'
SimpleCov.start

$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

Expand Down
Binary file modified vendor/bin/youtube-dl
Binary file not shown.
Binary file modified vendor/bin/youtube-dl.exe
100644 → 100755
Binary file not shown.