smart_core 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ca3b0d1486eb3331a2d09f642d63c5557fa56aba7927eba276f5cdf1ea27ccb
4
- data.tar.gz: ea3f79d0fa9471d4bf3ebe4558c3bbd7bb508b925d1265a6ac749a1a2a15bcf5
3
+ metadata.gz: 15511962bf13c29bdee150c1cb53c2f71f2defb411acbb2d5b7c5931f2d74247
4
+ data.tar.gz: d6634a45d2bc5de4eafe6165a4a927159023f2457b5e2f1268c0cbc5fedc9122
5
5
  SHA512:
6
- metadata.gz: ff087931c4a69cfeedabbaf8ab7b96645a47c3ceec7ad78ec0475f2d6229faf45a20aae9d17febf12e23b4090edcae34056f6c9f386be22a1fd2515ebe5f3aaf
7
- data.tar.gz: 6cea80b530a0e742c67b58de15c23d06b0de7cc92337920ec19d6849b765a1fe61f7d0b7a9d2b4653ed36c199143c5d9401cf07710b1fef0c966bbb0c64497e5
6
+ metadata.gz: b7c395daa2572ba5bcfd7ae890488fc5c16514c5d1f0a9f5f022b9fb95dfddc07ea942c6cd791d8132c2e7be8ca95534e01397d4880b13555d950ae07fe52b18
7
+ data.tar.gz: 1e2545d0a8b77b70b54ea4bd1d6600a3f772d0dc24b4cf7ed5328486aa23d6ba4a51c7a81a3c8bce76adbcc34a54c2accb3abe84c9bb8c5ee7892acf75a5b8be
@@ -1,6 +1,9 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [0.8.1] - 2019-11-4
5
+ - RubyGems re-push with fixed gem version;
6
+
4
7
  ## [0.8.0] - 2019-11-14
5
8
  ### Added
6
9
  - [**SmartCore::Container**]
data/README.md CHANGED
@@ -38,6 +38,7 @@ require 'smart_core'
38
38
  - Schema Structure Validator (`SmartCore::Schema`);
39
39
  - Saga (`SmartCore::Saga`);
40
40
  - External Type System (`SmartCore::Types`);
41
+ - Suport for **Interface Type Checking** (**Duck**-typing checker 🤔);
41
42
  - Step-like execution behavior for `SmartCore::Operation` (`.step`, `SmartCore::Railway`);
42
43
  - Automatic result instantiation and handling for `SmartCore::Operation`;
43
44
 
@@ -5,5 +5,5 @@ module SmartCore
5
5
  #
6
6
  # @api public
7
7
  # @since 0.1.0
8
- VERSION = '0.8.0'
8
+ VERSION = '0.8.1'
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Ibragimov