We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b83c5a commit 1790930Copy full SHA for 1790930
init.rb
@@ -2,11 +2,11 @@
2
3
Redmine::Plugin.register :redmine_ldap_sync do
4
name 'Redmine LDAP Sync'
5
- author 'Ricardo Santos'
6
- author_url 'https://github.com/thorin'
+ author 'Ricardo Santos, Taine Woo'
+ author_url 'https://github.com/tainewoo'
7
description 'Syncs users and groups with ldap'
8
- url 'https://github.com/thorin/redmine_ldap_sync'
9
- version '2.1.1.devel'
+ url 'https://github.com/tainewoo/redmine_ldap_sync'
+ version '2.2.0'
10
requires_redmine :version_or_higher => '2.1.0'
11
12
settings :default => HashWithIndifferentAccess.new()
0 commit comments