typed_attrs 0.2.0 → 0.2.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/typed_attrs/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44632f0c666469500f60192d522da02554051be31c2545cafe5c2f50369f2a52
4
- data.tar.gz: 8c984552a1ad3259ceacd94a56874c8c06e02e23a98373ad3c610ca35def5a93
3
+ metadata.gz: c4ec7589abe8bedcc01f25d42c9419ae5e1525bbce0ef18d8b1dd119add2d4cb
4
+ data.tar.gz: a93cc3758a8b571394d285818853131d756fe2a9373d2def2654119e8418ccbd
5
5
  SHA512:
6
- metadata.gz: 66f6e290bd39b001903973b664e0d29d9afb2c4bdd7482b8ebddfbc509c919ee0eed3236aded31dece529db0abb0a539696543177c4899f44a02f1bbb311e1c6
7
- data.tar.gz: e2a5b79e68bdcf79b3bc6808b45493b2e17eebaa9f8ce7a18cc40fb33fd6d600e8c7a9b14e6213150a8e13e591c71d4b5f635bf9064ffab9cab63042f4230567
6
+ metadata.gz: efd329de2ce4ae3e5cd7798328030c2ddb48543c37a74469d34fe5cb1cfe77f8f45b267707ec7aa4cba7239a63d6f1c604b23281bbe2aec28f85c3b5f0d23ac7
7
+ data.tar.gz: 45e46415a3e7aa5145c5442fca8fe2ba4668812f634c2f8b5cc452c18e8e2f5fbf9bfed48cd1be5233f8ca1827094a38388cd223706884b13de65216a45e76aa
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module TypedAttrs
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typed_attrs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Speria
@@ -78,10 +78,10 @@ licenses:
78
78
  - MIT
79
79
  metadata:
80
80
  homepage_uri: https://github.com/speria-jp/typed_attrs
81
- source_code_uri: https://github.com/speria-jp/typed_attrs.git
82
- changelog_uri: https://github.com/speria-jp/typed_attrs/blob/master/CHANGELOG.md
81
+ source_code_uri: https://github.com/speria-jp/typed_attrs
82
+ changelog_uri: https://github.com/speria-jp/typed_attrs/blob/main/CHANGELOG.md
83
83
  bug_tracker_uri: https://github.com/speria-jp/typed_attrs/issues
84
- documentation_uri: https://github.com/speria-jp/typed_attrs/blob/master/README.md
84
+ documentation_uri: https://github.com/speria-jp/typed_attrs/blob/main/README.md
85
85
  rubygems_mfa_required: 'true'
86
86
  rdoc_options: []
87
87
  require_paths: