Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lianowar committed Jun 21, 2021
1 parent 77aa2ee commit f9e0996
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ source 'https://rubygems.org'
gemspec

gem 'rake', '~> 13.0'
gem 'rspec'
gem 'rubocop'
gem 'rubocop-github'
2 changes: 1 addition & 1 deletion lib/omniauth-tiktok/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Omniauth
module Tiktok
VERSION = '0.1.0'
VERSION = '1.0.0'
end
end
3 changes: 0 additions & 3 deletions omniauth-tiktok.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'omniauth', '~> 1.9'
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.2'

spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 2.7'
end

0 comments on commit f9e0996

Please sign in to comment.