diff options
author | Takashi Kokubun <[email protected]> | 2021-01-20 21:36:22 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2021-01-20 21:36:23 -0800 |
commit | 084662dc9f1629995777a11cde72faa98ccb0efc () | |
tree | 44326d70fab852d3fd3e0e43a38f7d63022cccfb | |
parent | 922989fa0f1bf1e13b2c9bf1c8d6ad9459c798f6 (diff) |
[ruby/erb] Make styles consistent throught the project
https://.com/ruby/erb/commit/c68c9470b0
-rw-r--r-- | lib/erb.gemspec | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -1,24 +1,24 @@ Gem::Specification.new do |spec| - spec.name = "erb" - spec.version = "2.2.0" - spec.authors = ["Masatoshi SEKI"] - spec.email = ["[email protected]"] spec.summary = %q{An easy to use but powerful templating system for Ruby.} spec.description = %q{An easy to use but powerful templating system for Ruby.} - spec.homepage = "https://.com/ruby/erb" - spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") - spec.licenses = ["Ruby", "BSD-2-Clause"] - spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = spec.homepage - spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end - spec.bindir = "libexec" - spec.executables = ["erb"] - spec.require_paths = ["lib"] - spec.add_dependency "cgi" end |