@@ -4,25 +4,22 @@ Gem::Specification.new do |spec|
4
4
spec . name = "ombu_labs-auth"
5
5
spec . version = OmbuLabs ::Auth ::VERSION
6
6
spec . authors = [ "Ombulabs" ]
7
- spec . email = [ "hello @ombulabs.com" ]
8
- # spec.homepage = "TODO "
7
+ spec . email = [ "[email protected] " , "ernesto+ @ombulabs.com"]
8
+ spec . homepage = "https://github.com/fastruby/ombu_labs-auth "
9
9
spec . summary = "Ombulabs internal authentication gem"
10
- # spec.description = "TODO: Description of OmbuLabs::Auth. "
10
+ spec . description = "Helps us authenticate teammates using GitHub Oauth and Devise "
11
11
spec . license = "MIT"
12
-
13
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
14
- # to allow pushing to a single host or delete this section to allow pushing to any host.
15
- spec . metadata [ "allowed_push_host" ] = "TODO: Set to 'http://mygemserver.com'"
12
+ spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
16
13
17
14
# spec.metadata["homepage_uri"] = spec.homepage
18
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here. "
19
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here. "
15
+ spec . metadata [ "source_code_uri" ] = "https://github.com/fastruby/ombu_labs-auth "
16
+ spec . metadata [ "changelog_uri" ] = "https://github.com/fastruby/ombu_labs-auth/blob/main/ CHANGELOG.md"
20
17
21
18
spec . files = Dir . chdir ( File . expand_path ( __dir__ ) ) do
22
19
Dir [ "{app,config,db,lib}/**/*" , "MIT-LICENSE" , "Rakefile" , "README.md" ]
23
20
end
24
21
25
- spec . add_dependency "rails" , "~> 7.0.2 "
22
+ spec . add_dependency "rails" , ">= 6.0 "
26
23
spec . add_dependency "devise" , "~> 4.8.1"
27
24
spec . add_dependency "omniauth" , "~> 2.1.0"
28
25
spec . add_dependency "omniauth-github" , "~> 2.0.0"
0 commit comments