Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9849f13

Browse files
committed
add metadata.source_code_uri for gemspec
1 parent 37607b0 commit 9849f13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎regexp_trie.gemspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# coding: utf-8
2+
# frozen_string_literal: true
3+
24
require_relative './lib/regexp_trie/version'
35

46
Gem::Specification.new do |spec|
@@ -11,8 +13,11 @@ Gem::Specification.new do |spec|
1113
spec.description = %q{Optimized Regexp builder with Trie as a port of Perl's Regexp::Trie}
1214
spec.homepage = "https://github.com/gfx/ruby-regexp_trie"
1315
spec.license = "MIT"
16+
spec.metadata = {
17+
"source_code_uri" => "https://github.com/gfx/ruby-regexp_trie",
18+
"allowed_push_host" => "https://rubygems.org/"
19+
}
1420

15-
spec.metadata['allowed_push_host'] = 'https://rubygems.org/'
1621

1722
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
1823
spec.bindir = "exe"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /