Skip to content

Commit

Permalink
update rubocop-ast to 1.32.1 and simplify gemspec description
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 18, 2024
1 parent 75c78c5 commit 7e3b9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
Expand Down
5 changes: 2 additions & 3 deletions template-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ require_relative "lib/template/version"
Gem::Specification.new do |s|
s.name = "template-ruby"
s.version = ::Template::Version
s.summary = "A templating programming language"
s.description =
'A templating programming language, like "Hello {name}" with {name: "Dorian"} gives "Hello Dorian"'
s.summary = "templating language"
s.description = s.summary
s.authors = ["Dorian Marié"]
s.email = "[email protected]"
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
Expand Down

0 comments on commit 7e3b9db

Please sign in to comment.