ika3.gemspec in ika3-0.2.1 vs ika3.gemspec in ika3-0.3.0
- old
+ new
@@ -6,12 +6,12 @@
spec.name = "ika3"
spec.version = Ika3::VERSION
spec.authors = ["YutaGoto"]
spec.email = ["you.goto.510@gmail.com"]
- spec.summary = "Splatoon3 weapons infomation library."
- spec.description = "Splatoon3 weapons infomation library. This gem provide weapon name, sub, and special. not official"
+ spec.summary = "Splatoon3 weapons information library."
+ spec.description = "Splatoon3 weapons information library. This gem provide weapon name, sub, and special. not official"
spec.homepage = "https://github.com/YutaGoto/ika3"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
@@ -30,10 +30,9 @@
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency "faraday", ">= 2.7.0"
spec.add_dependency "activesupport", ">= 5.0.0"
- spec.add_dependency "hashie", ">= 2.0.5"
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
end