solid_callback 1.0.0 → 2.0.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 +4 -4
- data/Gemfile +5 -0
- data/Gemfile.lock +2 -2
- data/README.md +6 -6
- data/doc/SolidCallback/Core.html +655 -0
- data/doc/SolidCallback/Error.html +124 -0
- data/doc/SolidCallback/Hooks.html +453 -0
- data/doc/SolidCallback/MethodWrapper.html +105 -0
- data/doc/SolidCallback.html +253 -0
- data/doc/_index.html +167 -0
- data/doc/class_list.html +54 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +58 -0
- data/doc/css/style.css +503 -0
- data/doc/file.README.html +297 -0
- data/doc/file_list.html +59 -0
- data/doc/frames.html +22 -0
- data/doc/index.html +297 -0
- data/doc/js/app.js +344 -0
- data/doc/js/full_list.js +242 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +150 -0
- data/doc/top-level-namespace.html +110 -0
- data/lib/solid_callback/version.rb +1 -1
- metadata +24 -9
@@ -0,0 +1,110 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— Documentation by YARD 0.9.37
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
16
|
+
|
17
|
+
<script type="text/javascript">
|
18
|
+
pathId = "";
|
19
|
+
relpath = '';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
|
23
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
24
|
+
|
25
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
26
|
+
|
27
|
+
|
28
|
+
</head>
|
29
|
+
<body>
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
38
|
+
|
39
|
+
<a href="_index.html">Index</a> »
|
40
|
+
|
41
|
+
|
42
|
+
<span class="title">Top Level Namespace</span>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div id="search">
|
47
|
+
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
49
|
+
href="class_list.html">
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div id="content"><h1>Top Level Namespace
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
</div>
|
80
|
+
|
81
|
+
<h2>Defined Under Namespace</h2>
|
82
|
+
<p class="children">
|
83
|
+
|
84
|
+
|
85
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="SolidCallback.html" title="SolidCallback (module)">SolidCallback</a></span>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
</p>
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
</div>
|
101
|
+
|
102
|
+
<div id="footer">
|
103
|
+
Generated on Wed Mar 12 18:55:58 2025 by
|
104
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
|
+
0.9.37 (ruby-3.3.0).
|
106
|
+
</div>
|
107
|
+
|
108
|
+
</div>
|
109
|
+
</body>
|
110
|
+
</html>
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solid_callback
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Gokul
|
8
|
-
autorequire:
|
7
|
+
- Gokul (gklsan)
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: bundler
|
@@ -84,6 +83,25 @@ files:
|
|
84
83
|
- Rakefile
|
85
84
|
- bin/console
|
86
85
|
- bin/setup
|
86
|
+
- doc/SolidCallback.html
|
87
|
+
- doc/SolidCallback/Core.html
|
88
|
+
- doc/SolidCallback/Error.html
|
89
|
+
- doc/SolidCallback/Hooks.html
|
90
|
+
- doc/SolidCallback/MethodWrapper.html
|
91
|
+
- doc/_index.html
|
92
|
+
- doc/class_list.html
|
93
|
+
- doc/css/common.css
|
94
|
+
- doc/css/full_list.css
|
95
|
+
- doc/css/style.css
|
96
|
+
- doc/file.README.html
|
97
|
+
- doc/file_list.html
|
98
|
+
- doc/frames.html
|
99
|
+
- doc/index.html
|
100
|
+
- doc/js/app.js
|
101
|
+
- doc/js/full_list.js
|
102
|
+
- doc/js/jquery.js
|
103
|
+
- doc/method_list.html
|
104
|
+
- doc/top-level-namespace.html
|
87
105
|
- lib/solid_callback.rb
|
88
106
|
- lib/solid_callback/core.rb
|
89
107
|
- lib/solid_callback/hooks.rb
|
@@ -94,12 +112,10 @@ homepage: https://github.com/gklsan/solid_callback
|
|
94
112
|
licenses:
|
95
113
|
- MIT
|
96
114
|
metadata:
|
97
|
-
homepage_uri: https://github.com/gklsan/solid_callback
|
98
115
|
source_code_uri: https://github.com/gklsan/solid_callback
|
99
116
|
changelog_uri: https://github.com/gklsan/solid_callback/releases
|
100
117
|
bug_tracker_uri: https://github.com/gklsan/solid_callback/issues
|
101
118
|
documentation_uri: https://rubydoc.info/github/gklsan/solid_callback
|
102
|
-
post_install_message:
|
103
119
|
rdoc_options: []
|
104
120
|
require_paths:
|
105
121
|
- lib
|
@@ -107,15 +123,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
123
|
requirements:
|
108
124
|
- - ">="
|
109
125
|
- !ruby/object:Gem::Version
|
110
|
-
version:
|
126
|
+
version: 3.3.0
|
111
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
128
|
requirements:
|
113
129
|
- - ">="
|
114
130
|
- !ruby/object:Gem::Version
|
115
131
|
version: '0'
|
116
132
|
requirements: []
|
117
|
-
rubygems_version: 3.
|
118
|
-
signing_key:
|
133
|
+
rubygems_version: 3.6.6
|
119
134
|
specification_version: 4
|
120
135
|
summary: SolidCallback adds powerful method interception capabilities to your Ruby
|
121
136
|
classes with near-zero overhead. Clean, flexible, and unobtrusive.
|