This commit is contained in:
Ben Toews 2019-01-25 09:06:18 -07:00
Родитель 89745718aa
Коммит beb3c255da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E9C423BE17EFEE70
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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"]