dry-core 0.2.4 → 0.3.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 +4 -4
- data/.travis.yml +5 -5
- data/dry-core.gemspec +1 -1
- data/lib/dry/core/class_attributes.rb +2 -1
- data/lib/dry/core/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d90cf172d8f4876fd72b7f471763252a96841ed
|
|
4
|
+
data.tar.gz: 9470c4d45a7d5c37401edef71add0927d43dc2d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f104b7b4ef55aeb2402e60862300c52fa8095711774f6b6a84c3932c6340a1c6ac10068f4b8d56207e48b24069f074a6ded3e432644d3368bbc9fdb761a5ab98
|
|
7
|
+
data.tar.gz: 99364cefdb3d5b6a7b99de4f657831cd77e38157eceba1289eb7264cc189279d8744ffb57fbc724307fc600d168006c356169376d7525467dd0d26d7e8f5415e
|
data/.travis.yml
CHANGED
data/dry-core.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = 'A toolset of small support modules used throughout the dry-rb ecosystem.'
|
|
12
12
|
spec.description = spec.summary
|
|
13
|
-
spec.homepage = 'https://github.com/dry-rb/dry-
|
|
13
|
+
spec.homepage = 'https://github.com/dry-rb/dry-core'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/lib/dry/core/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikita Shilnikov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|
|
@@ -94,7 +94,7 @@ files:
|
|
|
94
94
|
- lib/dry/core/extensions.rb
|
|
95
95
|
- lib/dry/core/inflector.rb
|
|
96
96
|
- lib/dry/core/version.rb
|
|
97
|
-
homepage: https://github.com/dry-rb/dry-
|
|
97
|
+
homepage: https://github.com/dry-rb/dry-core
|
|
98
98
|
licenses:
|
|
99
99
|
- MIT
|
|
100
100
|
metadata:
|
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
117
|
rubyforge_project:
|
|
118
|
-
rubygems_version: 2.6.
|
|
118
|
+
rubygems_version: 2.6.11
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: A toolset of small support modules used throughout the dry-rb ecosystem.
|