Skip to content

Commit

Permalink
Start with 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdt committed Feb 22, 2024
1 parent cd24fb1 commit 051456e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
omniauth-shikimori-oauth2 (0.1.0)
omniauth-shikimori-oauth2 (1.0.0)
omniauth-oauth2 (~> 1.8)
shikimori-oauth2 (~> 0.1.0)
shikimori-api (0.1.0)
shikimori-oauth2 (0.1.0)
shikimori-oauth2 (~> 1.0.0)
shikimori-api (1.0.0)
shikimori-oauth2 (1.0.0)
oauth2 (~> 2.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/shikimori/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module OmniAuth
module Shikimori
# @return [String] Semantic version of library
VERSION = '0.1.0'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion lib/shikimori/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Shikimori
module API
# @return [String] Semantic version of library
VERSION = '0.1.0'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion lib/shikimori/oauth2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Shikimori
module OAuth2
# @return [String] Semantic version of library
VERSION = '0.1.0'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion omniauth-shikimori-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'omniauth-oauth2', '~> 1.8'
spec.add_dependency 'shikimori-oauth2', '~> 0.1.0'
spec.add_dependency 'shikimori-oauth2', '~> 1.0.0'
end

0 comments on commit 051456e

Please sign in to comment.