Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 327374c

Browse files
committed
comment_meta_info
1 parent d197ee2 commit 327374c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hyperloop.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Gem::Specification.new do |spec|
1212
spec.email = ['loic@boutet.com', 'jan@kursator.com']
1313
spec.homepage = 'http://ruby-hyperloop.org'
1414
spec.license = 'MIT'
15-
spec.metadata = {
16-
"homepage_uri" => 'http://ruby-hyperloop.org',
17-
"source_code_uri" => 'https://github.com/ruby-hyperloop/hyper-component'
18-
}
15+
# spec.metadata = {
16+
# "homepage_uri" => 'http://ruby-hyperloop.org',
17+
# "source_code_uri" => 'https://github.com/ruby-hyperloop/hyper-component'
18+
# }
1919
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(tasks)/}) }
2020
spec.require_paths = ['lib']
2121

0 commit comments

Comments
 (0)