strong_interface 0.3.0 → 0.3.1

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: 7010fd03e0c054d2386425b2ab26c18388ccec88c44dd3cf6ade1c74917141af
4
- data.tar.gz: 1ea5cdba16e454fd6dc5386637d4406171db07cd03f5c1ee2850103bf2396200
3
+ metadata.gz: 8cf1e550ee688057b954e398cd8b74fa8c6622c46ff79e3d5783dab70d977ca2
4
+ data.tar.gz: b6430938ec444d0a5686560b850143626fca0ecadbe06a6961f960fde0f98030
5
5
  SHA512:
6
- metadata.gz: fdf24793ad076bd234001d1d8f943f3d8e60d159a99cdfbb27924185d0a1305c2c02ccddd635cdb28784baf506f1d7b9c84b189cd09fe15f531cfaff4acfca76
7
- data.tar.gz: dd20b7d35a6cbad36f92d613771b8bb14e55e7bbb5a6bbd690c7f70a441aeca7e232ad6f758f132f943abc325c2b60cdbbacdeeed20e9ac583c44529b6905323
6
+ metadata.gz: 2734acdbd5793a2746beaafd088b7fc9263b9326034a3e7db3004b159024673c7a02bdd94a1fea3a979b56c84c3cf37ce950f486b4fdd54f8b80355a3f03c131
7
+ data.tar.gz: 5211b5df2b6f50be7ba05dbe698fa36f5f7bd6f99239ceb4afd14e562d9b4282ec9d09ee0e4bdb03d2bef6bc7fcfd0bcb513bfbef9fea4f4c51dfe52791ad192
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## main (unreleased)
4
4
 
5
+ ---
6
+
7
+ ## 0.3.1
8
+
9
+ ## Bugfixes
10
+
11
+ - Fixed CHANGELOG.md
12
+
13
+ ## 0.3.0
14
+
5
15
  ### New Features
6
16
 
7
17
  - [#1](https://github.com/programyan/strong_interface/pull/1) Added constants validation
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strong_interface (0.3.0)
4
+ strong_interface (0.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StrongInterface
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strong_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Ageev