Skip to content

Commit

Permalink
FIX version management gem usage on gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lecid committed Apr 17, 2024
1 parent 06786f7 commit fe9fcdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rack-auth-ldap.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rack/auth/ldap/version'

Gem::Specification.new do |s|
s.name = 'rack-auth-ldap'
s.summary = %(Rack middleware providing LDAP authentication)
s.email = '[email protected]'
s.homepage = 'http://www.github.com/lecid/rack-auth-ldap'
s.authors = ['Romain GEORGES']
s.version = Rack::Auth::LDAP_VERSION
s.version = `cat VERSION`.chomp

s.description = 'rack-auth-ldap : provide LDAP authentication for Rack middelware'
s.add_development_dependency 'bundle-audit', '~> 0.1.0'
Expand Down

0 comments on commit fe9fcdd

Please sign in to comment.