We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174a329 commit 3b52d80Copy full SHA for 3b52d80
.gitignore
@@ -7,6 +7,7 @@
7
/spec/reports/
8
/tmp/
9
Gemfile.lock
10
+*.gem
11
12
# rspec failure tracking
13
.rspec_status
omniauth-open-edx.gemspec
@@ -12,8 +12,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
15
- spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
16
-
17
spec.metadata["homepage_uri"] = spec.homepage
18
spec.metadata["source_code_uri"] =
19
"https://github.com/ibm-skills-network/omniauth-open-edx"
0 commit comments