sequel-asterisk-hunter 1.3.1 → 1.3.2
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/README.md +3 -2
- data/lib/sequel-asterisk-hunter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18ce0f8604006a522459ee8d09585d3fa40e96addd291957408ce463b56e77a0
|
|
4
|
+
data.tar.gz: 751cd0df91663acbd541b6a59f351bb4c521e2f303fd2f731bcfe3dc268f83e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 407a5675f95cd9b8945d0ff561af696ade6b831eda244018fd489a604389df687c379fdc5af3a60a7ba10ccaa50064404944da48e3c4528b36d7d7b685e25506
|
|
7
|
+
data.tar.gz: 3fab9586b271361242bc2ff28807ad48152fb7b948a571fbf819ed6d1c88669ce971d43a3b542f2874f8162c7310f926e123b4cb332f664497b722765ecd29e5
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://codeclimate.com/github/danilobarion1986/sequel-asterisk-hunter/maintainability)
|
|
4
4
|
|
|
5
|
-
This extension hooks into `Sequel::Dataset#
|
|
5
|
+
This extension hooks into `Sequel::Dataset#fetch_rows` method, doing some predefined action when an `SELECT *` statement is found.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -20,7 +20,8 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
|
-
The extension needs to be initialized by the Sequel extension interface.
|
|
23
|
+
The extension needs to be initialized by the Sequel extension interface.
|
|
24
|
+
The simplest way to configure it globally is by adding this line to the initializer:
|
|
24
25
|
|
|
25
26
|
```ruby
|
|
26
27
|
Sequel.extension :asterisk_hunter
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sequel-asterisk-hunter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danilo Barion Nogueira
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sequel
|