Move from Hoe to Bundler
This adds a gemspec and a Gemfile to the repository.
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
module PgLdapSync
|
||||
VERSION = '0.1.1'
|
||||
end
|
||||
require "pg_ldap_sync/application"
|
||||
require "pg_ldap_sync/version"
|
||||
|
3
lib/pg_ldap_sync/version.rb
Normal file
3
lib/pg_ldap_sync/version.rb
Normal file
@ -0,0 +1,3 @@
|
||||
module PgLdapSync
|
||||
VERSION = "0.2.0"
|
||||
end
|
Reference in New Issue
Block a user