Update pg-ldap-sync.gemspec

This commit is contained in:
Руслан 2023-08-09 17:21:48 +06:00 committed by GitHub
parent e7082557a0
commit aa5431ff9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "pg_ldap_sync/version" require "pg_ldap_sync/version"
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "pg-ldap-sync" spec.name = "pgls"
spec.version = PgLdapSync::VERSION spec.version = PgLdapSync::VERSION
spec.authors = ["Lars Kanis"] spec.authors = ["Lars Kanis"]
spec.email = ["lars@greiz-reinsdorf.de"] spec.email = ["lars@greiz-reinsdorf.de"]
spec.summary = %q{Use LDAP permissions in PostgreSQL} spec.summary = %q{Use LDAP permissions in PostgreSQL}
spec.homepage = "https://github.com/fruworg/pg-ldap-sync" spec.homepage = "https://github.com/fruworg/pgls
spec.license = "MIT" spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f| spec.files = `git ls-files -z`.split("\x0").reject do |f|