Movatterモバイル変換


[0]ホーム

URL:


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

Commit3b10eb5

Browse files
committed
Change to remove gemspec file artifacts
1 parentdcc2cac commit3b10eb5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎strings-inflection.gemspec‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.name="strings-inflection"
77
spec.version=Strings::Inflection::VERSION
88
spec.authors=["Piotr Murach"]
9-
spec.email=["me@piotrmurach.com"]
9+
spec.email=["piotr@piotrmurach.com"]
1010
spec.summary=%q{Inflect English nouns and verbs.}
1111
spec.description=%q{Inflect English nouns and verbs. The algorithms are based on the analysis of 7,000 most frequently used nouns and 6,000 most used verbs in English language.}
1212
spec.homepage="https://github.com/piotrmurach/strings-inflection"
@@ -20,12 +20,9 @@ Gem::Specification.new do |spec|
2020
spec.metadata["source_code_uri"]="https://github.com/piotrmurach/strings-inflection"
2121
end
2222

23-
spec.files=Dir["lib/**/*.rb"]
24-
spec.files +=Dir["tasks/*","strings-inflection.gemspec"]
25-
spec.files +=Dir["README.md","CHANGELOG.md","LICENSE.txt","Rakefile"]
26-
spec.executables=spec.files.grep(%r{^exe/}){ |f|File.basename(f)}
23+
spec.files=Dir["lib/**/*","README.md","CHANGELOG.md","LICENSE.txt"]
24+
spec.bindir="exe"
2725
spec.require_paths=["lib"]
28-
2926
spec.required_ruby_version=">= 2.0.0"
3027

3128
spec.add_dependency"strings-numeral","~> 0.1.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp