We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e8f09 commit 9e82f07Copy full SHA for 9e82f07
Rakefile
@@ -1 +1,9 @@
1
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
lib/podlove-web-player-rails/version.rb
@@ -1,6 +1,6 @@
module PodloveWebPlayerRails
# version of the gem
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
# version of the podlove web player
PODLOVE_WEB_PLAYER_VERSION = "2.0.2"
end
0 commit comments