diff --git a/.travis.yml b/.travis.yml index 4d83ed5..cf5d812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: ruby rvm: - - 2.1.0 - 2.4.0 - 2.5.0 - 2.6.0 + - 2.7.5 before_install: gem install bundler -v '1.17.3' --no-document script: - bundle exec rspec diff --git a/LICENSE b/LICENSE index e69dc6e..5c72e91 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 viafintech GmbH +Copyright (c) 2022 viafintech GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/gcra.gemspec b/gcra.gemspec index 17e1cca..03f9349 100644 --- a/gcra.gemspec +++ b/gcra.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.description = 'GCRA implementation for rate limiting' spec.summary = 'Ruby implementation of a generic cell rate algorithm (GCRA), ported from ' \ 'the Go implementation throttled.' - spec.homepage = 'https://github.com/Barzahlen/gcra-ruby' + spec.homepage = 'https://github.com/viafintech/gcra-ruby' spec.license = 'MIT' spec.files = Dir['lib/**/*.rb']