nilsimsa_lite 0.1.0 → 0.1.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: c7838c1a839f2679bab3d90f107ac0226151adb1e4d000c077d9e1a99ccb84d7
4
- data.tar.gz: 53ea9849b1b013a11136f9e12c35ba45072cfd69a36aedd4801450013e8b908d
3
+ metadata.gz: c19d4531ecce2b4d8f738c2835dc3992b22f2a91ac6c81f30e8c27f1f8badca0
4
+ data.tar.gz: 42e0d99b364658da497defcaa73708d5c9e811c62fba7e0d022e167b7d8ed869
5
5
  SHA512:
6
- metadata.gz: 5051618cb4d5abe3cff58cdf1675394b0228aa51019ff252cd3f3c512cf492fa7020ae9a3a7f68999486513a7e57e3afa778b52ec18f0e0fee4a4f5fa47e5152
7
- data.tar.gz: 71d6298a7c00b21e9357e5f3e32bd579c05fe6b0be8141764df969ecf3b1418c12fab35214d6f04e718c75417c9091c0b15ec6d46c072693d50de73ad03021f2
6
+ metadata.gz: 6e5e31857e79854641d09b21876a4a16e0a34a81cb707ed546df4041c5312d0023753e2861963c5b4461fbadb24780b4c80687d47f4c79255ac5f927b5886ddb
7
+ data.tar.gz: 20bf1eef95b1b04d43d96c2b5640c96e0c7031d14eebe82188ff7164664906fc77d5a31112be74b633f503c5d60fcc3f9bbbb94e216f9e247ab5673bfc76215c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2026-06-11
4
+
5
+ - Documentation fixes
6
+
3
7
  ## [0.1.0] - 2026-06-11
4
8
 
5
9
  - Initial release
data/README.md CHANGED
@@ -10,18 +10,16 @@ This makes it useful for things like spam detection, etc.
10
10
 
11
11
  ## Installation
12
12
 
13
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
14
-
15
13
  Install the gem and add to the application's Gemfile by executing:
16
14
 
17
15
  ```bash
18
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
16
+ bundle add nilsimsa_lite
19
17
  ```
20
18
 
21
19
  If bundler is not being used to manage dependencies, install the gem by executing:
22
20
 
23
21
  ```bash
24
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
22
+ gem install nilsimsa_lite
25
23
  ```
26
24
 
27
25
  ## Usage
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NilsimsaLite
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nilsimsa_lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Gil