rbs_activemodel 1.3.0 → 1.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: 15cfd1e132880c23b8273e2d5f1defa4da82d4126efd688caff235b65f3eeb1b
4
- data.tar.gz: 7a37d64084a0721c3d1009fef36af62360bf014bc0a255b3ba0f1aae41f89293
3
+ metadata.gz: 2e4dc4dbc7e78453a1e28c02b840515cd7842128f8a811be4186e7d142694bc5
4
+ data.tar.gz: 360bca3add7f52c45aecb98748d993d2233b7e3ac02d09dd0c8c6e7d73a4b5b0
5
5
  SHA512:
6
- metadata.gz: 6c5bd0cc119b1e706f8649d75bbd52e2a9813d7b4602053ce957a532bd93cecad4d67aa1a4e79926c816dd0c87df6540b25e94a929e344fe4ec37ebe9dbca1a2
7
- data.tar.gz: de968f81c24ba6338e259aa3db2ec84812e732d8465331e054c6d1d4f1f5b9602fba76d11a7173f2670a6c030df92428134d867e45177bebb0da98fa21cca2ee
6
+ metadata.gz: a8f2bfa44a7646f724db738cba0e8aab2f4cc1c07c8841151a3cf70e64b520a20e885b022b5dda4d7d9998c878ea0d60a7eac3354ba4ca5d219ac370dbd7ecc5
7
+ data.tar.gz: 1fe675d397625b1570d1de917a9f6f32733447e4c54d36265d3645d825199d4799c9032d0860e835c88bb27c7e293090a80781a21492f130f3925a6630aba807
@@ -97,7 +97,7 @@ module RbsActivemodel
97
97
  next unless klass.instance_methods.include?(:"#{attribute}_confirmation")
98
98
 
99
99
  <<~RBS
100
- attr_reader #{attribute}: String
100
+ attr_reader #{attribute}: String?
101
101
  attr_accessor #{attribute}_confirmation: String
102
102
  attr_accessor #{attribute}_challenge: String
103
103
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RbsActivemodel
4
- VERSION = "1.3.0"
4
+ VERSION = "1.3.1"
5
5
  end
@@ -7,6 +7,7 @@ module RbsActivemodel
7
7
  MIXINS: Array[Module]
8
8
  TYPES: Hash[Symbol, Class | String | Symbol]
9
9
 
10
+ @secure_password: String
10
11
  @mixins: String
11
12
  @attributes: String
12
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbs_activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takeshi KOMIYA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-09 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel