Skip to content

Commit

Permalink
chore: update rbs_collection
Browse files Browse the repository at this point in the history
  • Loading branch information
joker1007 committed Sep 7, 2023
1 parent 68acb72 commit 3bdbc51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sources:
- type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
path: ".gem_rbs_collection"
Expand All @@ -12,31 +12,31 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: aws-sdk-core
version: '3'
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: aws-sdk-kms
version: '1'
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: concurrent-ruby
version: '1.1'
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: date
Expand All @@ -52,7 +52,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: forwardable
Expand All @@ -64,23 +64,23 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: i18n
version: '1.10'
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: jwt
version: '2.5'
source:
type: git
name: ruby/gem_rbs_collection
revision: b42e4de88058603a34446942143b3ac197b9685c
revision: 248499a924c3cb331d40ca667d40528814043788
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: logger
Expand Down
2 changes: 0 additions & 2 deletions rbs_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ gems:
ignore: true
- name: steep
ignore: true
- name: yaml_vault
ignore: true
10 changes: 6 additions & 4 deletions sig/yaml_vault.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,18 @@ module YamlVault
@client: Aws::KMS::Client
@key_id: String

def encrypt: (String) -> String
def decrypt: (String) -> String
def initialize: (String, ?region: String?, ?aws_access_key_id: String?, ?aws_secret_access_key: String?, ?aws_profile: String?) -> void

include _Cryptor
end

class GCPKMS
@client: untyped # Google::Apis::CloudkmsV1::CloudKMSService
@resource_id: String

def encrypt: (String) -> String
def decrypt: (String) -> String
def initialize: (String, String) -> void

include _Cryptor
end
end
end
Expand Down

0 comments on commit 3bdbc51

Please sign in to comment.