streamlined.gemspec in streamlined-0.3.1 vs streamlined.gemspec in streamlined-0.4.0
- old
+ new
@@ -6,13 +6,13 @@
spec.name = "streamlined"
spec.version = Streamlined::VERSION
spec.author = "Bridgetown Team"
spec.email = "maintainers@bridgetownrb.com"
- spec.summary = "Component rendering for Ruby using streamlined procs & heredocs."
+ spec.summary = "HTML fragment & component rendering for Ruby using streamlined procs & heredocs."
spec.homepage = "https://github.com/bridgetownrb/streamlined"
spec.license = "MIT"
- spec.required_ruby_version = ">= 3.0"
+ spec.required_ruby_version = ">= 3.1"
spec.metadata["rubygems_mfa_required"] = "true"
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do