dry-core 0.9.0 → 0.9.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: fa73bd9fdfe719f10520d29c6261e8ad9f8a2c33b9efc0b11c70cb3c24b79a57
4
- data.tar.gz: 32546a46687b7d6e5a10d82fa4c8ef604b02be4cb6ec6e5386e9ef1953bd63b8
3
+ metadata.gz: 81d1266061bbae6eb6d4c08dba39d2787f29f033ec6b8ed8555830e170cae6fc
4
+ data.tar.gz: bb44a8177749013af0a3245e5e7e9c168818700c6d93b5dbbcf4d46d05e9e4fd
5
5
  SHA512:
6
- metadata.gz: 5b9be43a19034cf9f61a4724f70e106d4a70e50d76d23b98dffcc2b8ae4c6a175aa5058c1eec38d69e13c638a4a96a71027a783ab34ec9555030d9e6657cd7a2
7
- data.tar.gz: 00d0f0a5c647a68b7b0d49a30805caa08faa10787c61435751538cb28d0b36e2a561bfa5b0222a40b2505248002558c4dfdb945ac484a2bde3eedb65a257c8a7
6
+ metadata.gz: 48c5e7b008c7f1b3ec9d23801f020ee67f34199aec9e9690066cd7a4316e7d79e48c77056df180679e22767b367b4988c0f617948c49d931e5d62f3be54a1c4f
7
+ data.tar.gz: a2eb13da61361ef1d7c2ebb52390df5406f1598d1a9f64c2b11de9fc574d51f28920cc34342dfa3027bb9eb73b13802114b0d0aaafd51e0688cda7b66fd647bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
2
2
 
3
- ## 0.9.0 2022-10-14
3
+ ## 0.9.1 2022-10-18
4
+
5
+
6
+ ### Changed
7
+
8
+ - Correct missing constant for IDENTITY (issue #75 fixed via #76) (@poloka)
9
+
10
+ [Compare v0.9.0...v0.9.1](https://github.com/dry-rb/dry-core/compare/v0.9.0...v0.9.1)
11
+
12
+ ## 0.9.0 2022-10-15
4
13
 
5
14
 
6
15
  ### Changed
@@ -1,11 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "dry/core/constants"
4
+
3
5
  module Dry
4
6
  module Core
5
7
  # Internal support module for class-level settings
6
8
  #
7
9
  # @api public
8
10
  module ClassAttributes
11
+ include Constants
9
12
  # Specify what attributes a class will use
10
13
  #
11
14
  # @example
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dry
4
4
  module Core
5
- VERSION = "0.9.0"
5
+ VERSION = "0.9.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Shilnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-15 00:00:00.000000000 Z
11
+ date: 2022-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby