debounced 1.0.7 → 1.0.8

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
  SHA256:
3
- metadata.gz: ce024343868b42b1f0c07f7e223b88eee4a71bdcebe09ce34bec02bb5c7bd728
4
- data.tar.gz: d6d1b7b010f11845807e2bd75af2e40339542b1cac707beac7ced023fef12b26
3
+ metadata.gz: 221e144d2900e1237f3f06e9b9ef347eb2703f7c3b5d33242272ab5d1115c582
4
+ data.tar.gz: 7757b7afd63ade6894f5dd62ac9a2855197f0ba14229bed563e3d4a3662ad2d1
5
5
  SHA512:
6
- metadata.gz: aace6da8245717efc890b6607cccd4432a9ee5f83b5f1782bb324dd5fd47b7bfba69352e0dcb215dbefe337d7bd1c31f92b43873759e7547d903603616a8d981
7
- data.tar.gz: cbe457cc18a58c186785960fe22e7ec4f649d29ff75a930baab576a207f042161254f62bf297372acb66864cdf94237a79cb9be13862b24e9744d7c2cc3633ed
6
+ metadata.gz: f1e65faa3339ae66dce491120890d923213b8bbe49048525fc70ea022f6040ca9f2ab1fc78d28aa2905d0044bf8c78cffeb9811a6bfab6d01172334eb9273a0a
7
+ data.tar.gz: 53c8676a30eba9f9ed493055e00a0fe9d72f760240626cc999c185d6ab57a3d2823cacc64da1d885b92425862b2e86a342934ef6ba185e109631601af05fb1ad
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.7](https://github.com/Flytedesk/debounced/compare/v1.0.6...v1.0.7) (2026-04-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump dependabot/fetch-metadata from 2 to 3 ([#18](https://github.com/Flytedesk/debounced/issues/18)) ([3bd38de](https://github.com/Flytedesk/debounced/commit/3bd38deb307558e491619ce544b30e3c822df38b))
14
+ * **deps:** bump the bundler-non-major group with 3 updates ([#17](https://github.com/Flytedesk/debounced/issues/17)) ([bbc6078](https://github.com/Flytedesk/debounced/commit/bbc60783c600b6d3d4a65628e08f8f35c5b3cec2))
15
+
8
16
  ## [1.0.0] - 2025-03-21
9
17
 
10
18
  - Initial release
@@ -1,3 +1,3 @@
1
1
  module Debounced
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debounced
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Passero