License changed (LICENSE.txt was LGPLv3, but Gem not)
This commit is contained in:
parent
30ec1b45d4
commit
ddee6b499f
2
Rakefile
2
Rakefile
|
@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
||||||
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
||||||
gem.name = "timeout-interrupt"
|
gem.name = "timeout-interrupt"
|
||||||
gem.homepage = "http://github.com/DenisKnauf/ruby-timeout-interrupt"
|
gem.homepage = "http://github.com/DenisKnauf/ruby-timeout-interrupt"
|
||||||
gem.license = "AGPLv3"
|
gem.license = "LGPLv3"
|
||||||
gem.summary = %Q{"Interrupts systemcalls too."}
|
gem.summary = %Q{"Interrupts systemcalls too."}
|
||||||
gem.description = %Q{Timeout-lib, which interrupts everything, also systemcalls. It uses libc-alarm.}
|
gem.description = %Q{Timeout-lib, which interrupts everything, also systemcalls. It uses libc-alarm.}
|
||||||
gem.email = "Denis.Knauf@gmail.com"
|
gem.email = "Denis.Knauf@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue