We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6dbc83 + 109da0f commit 04c4b28Copy full SHA for 04c4b28
activeadmin-oidc.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
single install generator that wires everything up.
15
DESC
16
spec.license = "MIT"
17
- spec.homepage = "https://github.com/fedoronchuk/activeadmin-oidc"
+ spec.homepage = "https://github.com/activeadmin-plugins/activeadmin-oidc"
18
19
spec.required_ruby_version = ">= 3.2.0"
20
lib/activeadmin/oidc/version.rb
@@ -2,6 +2,6 @@
2
3
module ActiveAdmin
4
module Oidc
5
- VERSION = "0.1.0"
+ VERSION = "1.0.0"
6
end
7
0 commit comments