esse-hooks 0.0.1.beta1 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b702dd473e90d0f68a109b65f5a561051f7b2778c467eb438d0ef88f09ef9211
4
- data.tar.gz: 5387dee13603073cfb9fb30af8cfdf855f09f76902040d512cf6554f0446c7d8
3
+ metadata.gz: d17c36e6f5299e422b6b65e84204deea95ab23f89f0f1c5a39aa46ed0c246cfc
4
+ data.tar.gz: 243c154fdd148e9c590d2abfcf3eceb9e9e43b6f2bce7ef233690f40a1bfe09c
5
5
  SHA512:
6
- metadata.gz: 01d4d906bda088c82b28c011fdb07e0a74b98cd9255564ff7d7058d96218233935d5011ce9267452b13c3e61aa98ed9bd236e5d5ffea2b39973bf758df1b60bc
7
- data.tar.gz: 783f2bca4c6ab24e9f667deb2da4086a66fe593a5d35867332eb25f66c946b82b0ce599fea56fe24bb8831e2eb6143ea6b22a74f27582de8768add22e139ce51
6
+ metadata.gz: 44aac481d768876024d98ab30f6f0b52c07c958213786366d4291aeea369dd118c497cf5128c1357359d260e0585f269797567e488a88b1f691940e624abca44
7
+ data.tar.gz: 3fe30da0ea11194ad756d91ada37efa6f7ac272b7aa7e9d9a559e9e1c829ed3042be1540180295332ada0df3ebdbc71a3a4819dab68aba0d5ee83f55fe5a8c9b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## 0.0.1.beta1
7
+ ## 0.0.1
8
8
  The first release of the esse-hooks gem.
9
9
  * Added: Initial implementation of the hooks extension.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- esse-hooks (0.0.1.beta1)
4
+ esse-hooks (0.0.1)
5
5
  esse (>= 0.3.0)
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Esse
4
4
  module Hooks
5
- VERSION = "0.0.1.beta1"
5
+ VERSION = "0.0.1"
6
6
  end
7
7
  end
data/lib/esse-hooks.rb ADDED
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "esse/hooks"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esse-hooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta1
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos G. Zimmermann
@@ -39,6 +39,7 @@ files:
39
39
  - LICENSE.txt
40
40
  - README.md
41
41
  - Rakefile
42
+ - lib/esse-hooks.rb
42
43
  - lib/esse/hooks.rb
43
44
  - lib/esse/hooks/mixin.rb
44
45
  - lib/esse/hooks/primitives/string.rb
@@ -59,12 +60,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
60
  requirements:
60
61
  - - ">="
61
62
  - !ruby/object:Gem::Version
62
- version: 2.4.0
63
+ version: 2.7.0
63
64
  required_rubygems_version: !ruby/object:Gem::Requirement
64
65
  requirements:
65
- - - ">"
66
+ - - ">="
66
67
  - !ruby/object:Gem::Version
67
- version: 1.3.1
68
+ version: '0'
68
69
  requirements: []
69
70
  rubygems_version: 3.1.6
70
71
  signing_key: