scim-kit.gemspec in scim-kit-0.2.6 vs scim-kit.gemspec in scim-kit-0.2.7

- old
+ new

@@ -10,11 +10,11 @@ spec.authors = ['mo'] spec.email = ['mo@mokhan.ca'] spec.summary = 'A SCIM library.' spec.description = 'A SCIM library.' - spec.homepage = 'https://www.mokhan.ca/' + spec.homepage = 'https://www.github.com/mokhan/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 @@ -26,9 +26,10 @@ spec.executables = spec.files.grep(%r{^exe/}) do |file| File.basename(file) end spec.require_paths = ['lib'] + spec.add_dependency 'activemodel', '>= 5.2.0' spec.add_dependency 'tilt', '~> 2.0' spec.add_dependency 'tilt-jbuilder', '~> 0.7' spec.add_development_dependency 'bundler', '~> 1.17' spec.add_development_dependency 'bundler-audit', '~> 0.6' spec.add_development_dependency 'byebug'