activeldap 5.2.4 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00a51c5eea0a3462f51af0a8f0159a299559b00a113e07f7540f193c5a32d4ef
4
- data.tar.gz: 972c61535e1dda4b54b16b2cb57dc7f1077fcd563e0af8e36ab6ea84d366c438
3
+ metadata.gz: fd73013b75dc4f7aa629d12ba1b144ea34458f64f69245f1e78a399f5a5a7072
4
+ data.tar.gz: 8ee47f89c8e5e9316bdbe7f9fdc620657a336dceb968751cf15ad8aae0d39e6f
5
5
  SHA512:
6
- metadata.gz: 878e34cb5f1dfea2ae28ad4119f1be5b5ec11a984f13b1e5fd621d6a8dba75a16bc80d73e02e824f751e878ddceaca71d2e2e2a754afa1cf8f6b0808fcf51a62
7
- data.tar.gz: 9c3e4994448a62e33bfe0f0e4a81bb2c14f23f455a99134ca02d05c55202870815628fa12002f38ce26c19a9c7b4683f29df0271ab52e652e9433d1f52e7cf81
6
+ metadata.gz: caaa12bfb35a8cf5838de135583e0165c7ef7a08e825b553f75dee95a26074430365f112cfb78cc11b42460ce039857af144c3e2d87da15426f97ade72c17eec
7
+ data.tar.gz: a148359f6c91dafb62b3883cd3bd38e95ab0650f68243cc5a0d69229a591111b8625d816cf8db75ee4d128ad69b6352e054a1d5170542e38031272ca3434d623
data/.yardopts CHANGED
@@ -1,6 +1,8 @@
1
1
  --title ActiveLdap
2
2
  --charset UTF-8
3
- --readme README.textile
3
+ --readme README.md
4
+ --markup markdown
5
+ --markup-provider kramdown
4
6
  --files doc/text/**/*
5
7
  --output-dir doc/reference/en
6
8
  --exclude /templates/
@@ -0,0 +1,26 @@
1
+ # Development
2
+
3
+ Here is information for developers.
4
+
5
+ ## Repository
6
+
7
+ ActiveLdap uses [Git repository on
8
+ GitHub](https://github.com/activeldap). Here is a list to get each
9
+ source code.
10
+
11
+ [activeldap](https://github.com/activeldap/activeldap):
12
+
13
+ ```console
14
+ % git clone https://github.com/activeldap/activeldap.git
15
+
16
+ [al-admin](https://github.com/activeldap/al-admin):
17
+
18
+ ```console
19
+ % git clone https://github.com/activeldap/al-admin.git
20
+ ```
21
+
22
+ ## Issues
23
+
24
+ ActiveLdap uses [Issues on
25
+ GitHub](https://github.com/activeldap/activeldap/issues) for issue
26
+ tracking. Please submit a issue when you find an issue.