Skip to content

Commit

Permalink
Update copyright notice, travis-ci config and gem homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Feb 12, 2022
1 parent 277d580 commit 0663f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 0663f51

Please sign in to comment.