esse-hooks 0.0.1.beta1 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +1 -1
- data/lib/esse/hooks/version.rb +1 -1
- data/lib/esse-hooks.rb +3 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d17c36e6f5299e422b6b65e84204deea95ab23f89f0f1c5a39aa46ed0c246cfc
|
4
|
+
data.tar.gz: 243c154fdd148e9c590d2abfcf3eceb9e9e43b6f2bce7ef233690f40a1bfe09c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
data/lib/esse/hooks/version.rb
CHANGED
data/lib/esse-hooks.rb
ADDED
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
|
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.
|
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:
|
68
|
+
version: '0'
|
68
69
|
requirements: []
|
69
70
|
rubygems_version: 3.1.6
|
70
71
|
signing_key:
|