sequel-asterisk-hunter 1.3.1 → 1.3.2

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: 7a648b2dc2cbd2484c204e7d48bce2c63f922ac10dc55cd4c2296702cbc6f481
4
- data.tar.gz: c2f9e46f4a88fe1bdf4f6aee171983b9affa70756a5c1b7fae060c93422b673d
3
+ metadata.gz: 18ce0f8604006a522459ee8d09585d3fa40e96addd291957408ce463b56e77a0
4
+ data.tar.gz: 751cd0df91663acbd541b6a59f351bb4c521e2f303fd2f731bcfe3dc268f83e7
5
5
  SHA512:
6
- metadata.gz: a799a0e13b7ef1d747b76d98fe802ab50aa293fc14be259fcb006aecee176e3abf5683d65843286d640e809ae89305332aae47fd5dc2a66e7f9d0588a33e21f2
7
- data.tar.gz: 151f291f636d63aa588f2bc4de02b698496dadc6752031215080af3c843871d1b7a621dd80261ee5152ae9980795a3391dd0e7e2094561ab8ae3f6c45ff5eb03
6
+ metadata.gz: 407a5675f95cd9b8945d0ff561af696ade6b831eda244018fd489a604389df687c379fdc5af3a60a7ba10ccaa50064404944da48e3c4528b36d7d7b685e25506
7
+ data.tar.gz: 3fab9586b271361242bc2ff28807ad48152fb7b948a571fbf819ed6d1c88669ce971d43a3b542f2874f8162c7310f926e123b4cb332f664497b722765ecd29e5
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Maintainability](https://api.codeclimate.com/v1/badges/45c9c0861e32902a4b0a/maintainability)](https://codeclimate.com/github/danilobarion1986/sequel-asterisk-hunter/maintainability)
4
4
 
5
- This extension hooks into `Sequel::Dataset#all` method, doing some predefined action when an `SELECT *` statement is found.
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. The simplest way to configure it globally is adding this line to the initializer:
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SequelAsteriskHunter
4
- VERSION = '1.3.1'
4
+ VERSION = '1.3.2'
5
5
  end
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.1
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-24 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel