lizarb.gemspec in lizarb-1.0.1 vs lizarb.gemspec in lizarb-1.0.2
- old
+ new
@@ -10,11 +10,11 @@
spec.summary = "Application Framework"
spec.description = "Liza is a light, experimental framework primarily developed to help study the Ruby language and the Ruby ecosystem."
spec.homepage = "http://lizarb.org"
spec.license = "MIT"
- spec.required_ruby_version = ">= 3.1.0"
+ spec.required_ruby_version = ">= 3.2.0"
spec.metadata = {
"homepage_uri" => "https://github.com/rubyonrails-brasil/lizarb",
"changelog_uri" => "https://github.com/rubyonrails-brasil/lizarb/blob/main/CHANGELOG.md",
"source_code_uri" => "https://github.com/rubyonrails-brasil/lizarb",
@@ -27,10 +27,10 @@
`git ls-files -z`.split("\x0").reject do |f|
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
end
end
spec.bindir = "exe"
- spec.executables = ["liza", "lizarb"]
+ spec.executables = ["lrb", "liza", "lizarb"]
spec.require_paths = ["lib"]
# dependencies
spec.add_dependency "colorize", "~> 0.8"