Skip to content

Commit 9e82f07

Browse files
author
Bastian Bartmann
committed
fixed rake
1 parent f7e8f09 commit 9e82f07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Rakefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
require "bundler/gem_tasks"
2+
require 'rake/testtask'
3+
4+
Rake::TestTask.new do |t|
5+
t.libs << 'test'
6+
end
7+
8+
desc "Run tests"
9+
task :default => :test
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module PodloveWebPlayerRails
22
# version of the gem
3-
VERSION = "0.3.0"
3+
VERSION = "0.3.1"
44
# version of the podlove web player
55
PODLOVE_WEB_PLAYER_VERSION = "2.0.2"
66
end

0 commit comments

Comments
 (0)