Skip to content

Commit bc91316

Browse files
Merge pull request #11 from fastruby/gemspec-changes
Gemspec changes prior to releasing v0.1.0
2 parents 2baa356 + f0a7884 commit bc91316

File tree

2 files changed

+7
-217
lines changed

2 files changed

+7
-217
lines changed

Gemfile.lock

Lines changed: 0 additions & 207 deletions
This file was deleted.

ombu_labs-auth.gemspec

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,22 @@ Gem::Specification.new do |spec|
44
spec.name = "ombu_labs-auth"
55
spec.version = OmbuLabs::Auth::VERSION
66
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"
99
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"
1111
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"
1613

1714
# 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"
2017

2118
spec.files = Dir.chdir(File.expand_path(__dir__)) do
2219
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2320
end
2421

25-
spec.add_dependency "rails", "~> 7.0.2"
22+
spec.add_dependency "rails", ">= 6.0"
2623
spec.add_dependency "devise", "~> 4.8.1"
2724
spec.add_dependency "omniauth", "~> 2.1.0"
2825
spec.add_dependency "omniauth-github", "~> 2.0.0"

0 commit comments

Comments
 (0)