fjrodafo-slugify 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +26 -2
  3. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3763460c961dfb76f6f92b96ed2663f33912bb2076f2ef3befda806db7b100ab
4
- data.tar.gz: ad3bff584c50e70e5f1e16fa7240eb5f3663d0730e3c92afa2a66e96e831b623
3
+ metadata.gz: f85acb1bda1e13a52d6275221af6bc05fbe5a717e6237cdeb72f8bac84f5deb1
4
+ data.tar.gz: cdb56296bd4c39cbf21663487e0cff4165ca45bf22c90cbe394c640bf314e32b
5
5
  SHA512:
6
- metadata.gz: e5d66d732b9196950964325e634404032c12222773270c5450ef62ffa7a85393b2ba95e3697754d046dd75ed6b0d1020e7cb7cc8cca910bd8901dd7a5d96fcf4
7
- data.tar.gz: 44a5ce6d92d87921f8031ae8b27a845330d4a4a0f1e94a5a9f94ddd35c65c4152dcba6dfd30417ef23b07940b63f2feb9e75b027a1eb05d73de0bdbe621b8e67
6
+ metadata.gz: 19823f0e19f7b8e9929773c5192e43790a219943420beb8a72bbc9541dede73a891273860f333d7d5842356cf4023dc6e340d96470debecf1887187017be83bb
7
+ data.tar.gz: '088be1890e738c00148b3eaedbb5afa0da1e245b9b1691cd07f1d385d2ce288a172f879c9899450ffd1b32fd9fb5e27d22970b02cc9666a9cf38414449222893'
data/README.md CHANGED
@@ -1,3 +1,21 @@
1
+ # Slugify
2
+
3
+ A simple slugify gem!
4
+
5
+ ![Gem Owner](https://img.shields.io/gem/u/FJrodafo)
6
+ ![Gem Total Downloads](https://img.shields.io/gem/dt/fjrodafo-slugify)
7
+ ![Gem Downloads (for latest version)](https://img.shields.io/gem/dtv/fjrodafo-slugify)
8
+ ![Gem Version](https://img.shields.io/gem/v/fjrodafo-slugify)
9
+ ![Gem download rank](https://img.shields.io/gem/rt/fjrodafo-slugify)
10
+ ![Gem download rank](https://img.shields.io/gem/rd/fjrodafo-slugify)
11
+
12
+ ## Index
13
+
14
+ 1. [Install it!](#install-it)
15
+ 2. [Run it!](#run-it)
16
+ 3. [Directly from the terminal!](#directly-from-the-terminal)
17
+ 4. [Additional information](#additional-information)
18
+
1
19
  ## Install it!
2
20
 
3
21
  ```shell
@@ -16,8 +34,14 @@ Fjrodafo::Slugify.to_slug("Hello, World!")
16
34
  # => "hello-world"
17
35
  ```
18
36
 
19
- ## Links
37
+ ## Directly from the terminal!
38
+
39
+ ```shell
40
+ fjrodafo-slugify "Hello, World!"
41
+ ```
42
+
43
+ ## Additional information
20
44
 
21
45
  Contribute to the repository on [GitHub](https://github.com/FJrodafo/Slugify).
22
46
 
23
- Check out this gem on [GitHub Packages](https://github.com/FJrodafo/Slugify/pkgs/rubygems/fjrodafo-slugify) or [RubyGems](https://rubygems.org/gems/fjrodafo-slugify) website!
47
+ Check out this gem on [GitHub Packages](https://github.com/FJrodafo/Slugify/pkgs/rubygems/fjrodafo-slugify) or [RubyGems](https://rubygems.org/gems/fjrodafo-slugify).
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fjrodafo-slugify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco José Rodríguez Afonso
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-01-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: A simple slugify gem!
14
13
  email: fjrodafo@gmail.com
@@ -28,7 +27,6 @@ licenses:
28
27
  - CC0-1.0
29
28
  metadata:
30
29
  github_repo: https://github.com/FJrodafo/Slugify
31
- post_install_message:
32
30
  rdoc_options: []
33
31
  require_paths:
34
32
  - lib
@@ -43,8 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
41
  - !ruby/object:Gem::Version
44
42
  version: '0'
45
43
  requirements: []
46
- rubygems_version: 3.3.15
47
- signing_key:
44
+ rubygems_version: 3.6.7
48
45
  specification_version: 4
49
46
  summary: Slugify!
50
47
  test_files: