scim-kit.gemspec in scim-kit-0.5.3 vs scim-kit.gemspec in scim-kit-0.6.0

- old
+ new

@@ -10,11 +10,11 @@ spec.authors = ['mo'] spec.email = ['mo@mokhan.ca'] spec.summary = 'A simple toolkit for working with SCIM 2.0' spec.description = 'A simple toolkit for working with SCIM 2.0' - spec.homepage = 'https://www.github.com/mokhan/scim-kit' + spec.homepage = 'https://github.com/xlgmokha/scim-kit' spec.license = 'MIT' # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do @@ -25,10 +25,10 @@ spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) do |file| File.basename(file) end spec.require_paths = ['lib'] - spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0') + spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0') spec.metadata['yard.run'] = 'yri' spec.add_dependency 'activemodel', '>= 6.1', '< 8.0' spec.add_dependency 'net-hippie', '~> 1.0' spec.add_dependency 'parslet', '~> 2.0'