Skip to content

Commit

Permalink
release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lecid committed Apr 30, 2020
1 parent 1084bad commit 170f192
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 6 additions & 0 deletions examples/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem 'rack'
gem 'sinatra'
gem 'haml'
gem 'rack-auth-ldap'
10 changes: 0 additions & 10 deletions examples/config.ru~

This file was deleted.

2 changes: 1 addition & 1 deletion rack-auth-ldap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.github.com/lecid/rack-auth-ldap"
s.authors = ["Romain GEORGES"]
s.version = Rack::Auth::LDAP_VERSION
s.date = "2014-04-29"


s.description = %q{rack-auth-ldap : provide LDAP authentication for Rack middelware}
s.add_development_dependency 'rspec', '~> 3.9.0'
Expand Down

0 comments on commit 170f192

Please sign in to comment.