fedux_org-stdlib 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b00ea9d3603b268193ac2e63c3500a66625713b1
|
|
4
|
+
data.tar.gz: 635a472d86683df65b77b5e54335595870fcab91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bd3761ba86251c81c11df692e824c23799e81dca4720c25bb099d8197d81185aa274ca561047fd4bea8e01f0c2693fc2e22fd00f01404f104fb8c6cdb7fac3d
|
|
7
|
+
data.tar.gz: ed8065425179dd1bfab613852a0bcd5ff9001cd9e9bb369351e2a5c1807b3dbd6d180d019d4007e487a5b596f4dfec5d08d912efdc698303ec832bb8417b9169
|
data/Gemfile.lock
CHANGED
|
@@ -14,8 +14,18 @@ module FeduxOrgStdlib
|
|
|
14
14
|
# recommended to use something like `your-application-<plugin>`, where
|
|
15
15
|
# `your-application-` is the prefix (please mind the dash at the end).
|
|
16
16
|
#
|
|
17
|
+
# @example PluginManager-class
|
|
18
|
+
#
|
|
19
|
+
# module YourApplication
|
|
20
|
+
# class PluginManager < FeduxOrgStdlib::GemPlugins::PluginManager
|
|
21
|
+
# end
|
|
22
|
+
# end
|
|
23
|
+
#
|
|
17
24
|
# @example Default prefix
|
|
18
25
|
#
|
|
26
|
+
# Please make sure you create a class for your plugin manager to make it
|
|
27
|
+
# work. Otherwise give the prefix via parameter - see below.
|
|
28
|
+
#
|
|
19
29
|
# # -- main.rb --
|
|
20
30
|
# # main module
|
|
21
31
|
# module YourApplication
|