hanikamu-operation 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +3 -3
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e54c94b4d04c855d2b6a85f2e230d591f12cfb30268c116aea3432316202b41
4
- data.tar.gz: a6d7541867d320dce9df3ac3972764360df98e2ebfa86d3430a17948bdebd16c
3
+ metadata.gz: 8ff21656b7650f8c722178312ccfe54ed372086a165bcf13bd358f27d5880dd6
4
+ data.tar.gz: 2b22c2521306b5e64a07bc510631c088d84100298947248fd4c27d8fdda8f3f2
5
5
  SHA512:
6
- metadata.gz: 399cc05d6e9a45625e01a93f8a1ca65263280123add0546e6dc9c5257bb830c86c032aabb502116475a946c370d468b226147e8a5237f4440b0d2682848f7f1a
7
- data.tar.gz: e06272ac5f43bc026a6c712e6637529bbec2067cf647f70c754b32919ca48f9af95375e40432b215f612941df0e92946f84793b44eff5a97d3b164cbe46b4d18
6
+ metadata.gz: 33b2a094c24b6d9690e2666a60cf2453d93b2e73113a8d7a247a46f7a0bfeca661301f61f711c26fa94a911d55655b4c9b181930a9fcb5b8f4bbbc8e416db55e
7
+ data.tar.gz: 536172f90b5899eed4abf90c95984498dabc4695aa340109430b8be7835076fccca466fad27ce377e01e94c518105ca2e211fc496030560d765ddd2331f8163b
data/CHANGELOG.md CHANGED
@@ -3,3 +3,7 @@
3
3
  ## [0.1.0] - 2025-11-26
4
4
 
5
5
  - Initial release
6
+
7
+ ## [0.1.1] - 2025-11-26
8
+
9
+ - Updated Gemfile.lock
data/README.md CHANGED
@@ -65,7 +65,7 @@ Use `Hanikamu::Operation` (instead of plain `Hanikamu::Service`) when your busin
65
65
 
66
66
  ```ruby
67
67
  # Gemfile
68
- gem 'hanikamu-operation', '~> 0.1.0'
68
+ gem 'hanikamu-operation', '~> 0.1.1'
69
69
  ```
70
70
 
71
71
  ```bash
@@ -127,7 +127,7 @@ end
127
127
  Add to your application's Gemfile:
128
128
 
129
129
  ```ruby
130
- gem 'hanikamu-operation', '~> 0.1.0'
130
+ gem 'hanikamu-operation', '~> 0.1.1'
131
131
  ```
132
132
 
133
133
  Then execute:
@@ -146,7 +146,7 @@ Follow these steps to integrate Hanikamu::Operation into a Rails application:
146
146
 
147
147
  ```ruby
148
148
  # Gemfile
149
- gem 'hanikamu-operation', '~> 0.1.0'
149
+ gem 'hanikamu-operation', '~> 0.1.1'
150
150
  gem 'redis-client', '~> 0.22' # Required for distributed locking
151
151
  ```
152
152
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanikamu-operation
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
  - Nicolai Seerup
@@ -99,9 +99,9 @@ dependencies:
99
99
  - - "~>"
100
100
  - !ruby/object:Gem::Version
101
101
  version: '2.0'
102
- description: Ruby gem for building robust service operations with guard validations,
103
- distributed mutex locks via Redlock, database transactions, and comprehensive error
104
- handling. Thread-safe and designed for production Rails applications.
102
+ description: |
103
+ Ruby gem for building robust service operations with guard validations, distributed mutex locks via Redlock,
104
+ database transactions, and comprehensive error handling. Thread-safe and designed for production Rails applications.
105
105
  email:
106
106
  executables: []
107
107
  extensions: []