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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ff21656b7650f8c722178312ccfe54ed372086a165bcf13bd358f27d5880dd6
|
|
4
|
+
data.tar.gz: 2b22c2521306b5e64a07bc510631c088d84100298947248fd4c27d8fdda8f3f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33b2a094c24b6d9690e2666a60cf2453d93b2e73113a8d7a247a46f7a0bfeca661301f61f711c26fa94a911d55655b4c9b181930a9fcb5b8f4bbbc8e416db55e
|
|
7
|
+
data.tar.gz: 536172f90b5899eed4abf90c95984498dabc4695aa340109430b8be7835076fccca466fad27ce377e01e94c518105ca2e211fc496030560d765ddd2331f8163b
|
data/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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:
|
|
103
|
-
distributed mutex locks via Redlock,
|
|
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: []
|