Skip to content

Commit

Permalink
chore: fix gem spec
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Apr 18, 2021
1 parent 174a329 commit 3b52d80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/spec/reports/
/tmp/
Gemfile.lock
*.gem

# rspec failure tracking
.rspec_status
2 changes: 0 additions & 2 deletions omniauth-open-edx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] =
"https://github.com/ibm-skills-network/omniauth-open-edx"
Expand Down

0 comments on commit 3b52d80

Please sign in to comment.