action_operation 1.0.1 → 1.1.0

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: 1ab8543f8272a26b48f0c149d33314ea90ac0de3c28e0b64d5c57988ac5d8ccc
4
- data.tar.gz: 1f96d1dacd90a9d836ac65e54b517f6cc412fbfd293d02aa296b8ac22b813a33
3
+ metadata.gz: 9472dfbb606def8319b09f68a32eb640f9fc2e1ecee0ef5ce32b19b3468cc7f1
4
+ data.tar.gz: fc055466ce4f942268fc94866237ce480576ab8ce040ef776b9812e84bb8e192
5
5
  SHA512:
6
- metadata.gz: 91c8b9e5617dd7fd1bbd6508672f8d7207b715480728b466ef26bf345cbd41b2972b0a59de2b294f5a6dbdf0170dc690c6f01d2d242839c144dfcf49a12877bf
7
- data.tar.gz: 9c8aebec5f620a2814d0cde5f74d5b1c606e1552527fd1612ad503f898b7a2de4bc154b72942a591e636596dac8e5886509c6a3a3d4fd27f8116b07e4552f90e
6
+ metadata.gz: 2437722d056461d7b88808c3f11dbf17551189e41f0dd8b03465aa0d95d4d27ba06c3aded9c1ca933916d8644ca01e3f086c1a47d9461ebbc02578d70f547143
7
+ data.tar.gz: 7ddfe5268976e50691c39929f4f8588eeb6262b19eddb9c1cd50cfa52612d464720cf1c987f7be6dba43cd761edf236f8b83ab724f73ad460e4315116cf46da6
data/README.md CHANGED
@@ -240,7 +240,7 @@ Each task is a map function wrapped in a HOC for handling the return data. The a
240
240
 
241
241
  Add this line to your application's Gemfile:
242
242
 
243
- gem "action_operation", "1.0.0"
243
+ gem "action_operation", "1.1.0"
244
244
 
245
245
  And then execute:
246
246
 
@@ -1,3 +1,3 @@
1
1
  module ActionOperation
2
- VERSION = "1.0.1"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_operation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kurtis Rainbolt-Greene