change ownership
This commit is contained in:
Родитель
89745718aa
Коммит
beb3c255da
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2017 Ben Toews
|
||||
Copyright (c) 2019 GitHub, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SSHData
|
||||
VERSION = "0.0.4"
|
||||
VERSION = "0.0.5"
|
||||
end
|
||||
|
|
|
@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = "Library for parsing SSH certificates"
|
||||
s.version = SSHData::VERSION
|
||||
s.license = "MIT"
|
||||
s.homepage = "https://github.com/mastahyeti/ssh_data"
|
||||
s.homepage = "https://github.com/github/ssh_data"
|
||||
s.authors = ["mastahyeti"]
|
||||
s.required_ruby_version = "~> 2.3"
|
||||
s.files = Dir["./lib/**/*.rb"] + ["./LICENSE.md"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче