Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
renny-ren committed Jan 7, 2021
1 parent 7ff5f1c commit bf5964b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
require "bundler/gem_tasks"
task :default => :spec
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
2 changes: 1 addition & 1 deletion lib/omniauth/feishu/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omniauth
module Feishu
VERSION = "0.1.0"
VERSION = "0.1.2"
end
end

0 comments on commit bf5964b

Please sign in to comment.