core-operation 0.0.0 → 0.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: 9c693ae786ad3acbf79ae077dacdec0ba435cc7d806e49963a6f1c01cbd316a5
4
- data.tar.gz: 807fdfe1af0a7664bf9312a8b3a35be2d031d7a5fc2eb91599f151db24ee374b
3
+ metadata.gz: 199c82b4f5de7823f4111ccd7941d795166de8c3b9c2360d055d007f6fcb3f70
4
+ data.tar.gz: da9e5cd3560d03fd7c5fb0bda45b11e313b493c94543f7fbc2011a6bf8e3a0c8
5
5
  SHA512:
6
- metadata.gz: cba12eae696e52072974781de95fbc732028136eb538055f3871a5e004d3601b9dc86201b76a138dafffae94b18aea941c130e937fbd0a5531cc6e74869d347a
7
- data.tar.gz: e813fc593d0d1aad6368fe2d66622c5d51586c7107f6f29269f3455f7922d9bb85a44244ff317f1f8b1f1e38bfb8d1d0a51c7cb78968cd62d7c7f425c8c3dd5d
6
+ metadata.gz: 9b02b1afcd1f5fb1dbce10ed8bfa1137a91594af5af0d8cb41de1c900d6d7d9a5ab50222274a87fb258b1754c23cabc6b708716e9b4c6dfea56b69b1125c1bd0
7
+ data.tar.gz: d622526fb9384c829044abd2733b704927b462573c7270af8ceb1919d0be54a701c503b40640dce212582f648e304a27d4e0075a3b5fb69239a485ef2731fd28
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [v0.1.0](https://github.com/metabahn/corerb/releases/tag/2021-11-03)
2
+
3
+ *released on 2021-11-03*
4
+
5
+ * `add` [#104](https://github.com/metabahn/corerb/pull/104) Let operation result be turned into a hash ([bryanp](https://github.com/bryanp))
6
+
1
7
  ## [v0.0.0](https://github.com/metabahn/corerb/releases/tag/2021-11-02)
2
8
 
3
9
  *released on 2021-11-02*
@@ -26,6 +26,10 @@ module Core
26
26
  def get(name)
27
27
  @values[name.to_sym]
28
28
  end
29
+
30
+ def to_hash
31
+ @values.dup
32
+ end
29
33
  end
30
34
  end
31
35
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Core
4
4
  module Operation
5
- VERSION = "0.0.0"
5
+ VERSION = "0.1.0"
6
6
 
7
7
  # [public]
8
8
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: core-operation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Powell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-02 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: core-extension