We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37607b0 commit 9849f13Copy full SHA for 9849f13
regexp_trie.gemspec
@@ -1,4 +1,6 @@
1
# coding: utf-8
2
+# frozen_string_literal: true
3
+
4
require_relative './lib/regexp_trie/version'
5
6
Gem::Specification.new do |spec|
@@ -11,8 +13,11 @@ Gem::Specification.new do |spec|
11
13
spec.description = %q{Optimized Regexp builder with Trie as a port of Perl's Regexp::Trie}
12
14
spec.homepage = "https://github.com/gfx/ruby-regexp_trie"
15
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
+ }
20
- spec.metadata['allowed_push_host'] = 'https://rubygems.org/'
21
22
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
23
spec.bindir = "exe"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments