summaryrefslogtreecommitdiff
path: root/lib/version_check.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use class methods for VersionCheckRobert Speicher2018-12-141-3/+4
| | | | | | | All of these methods are stateless, there was no point to have them as instance methods. Mostly this allows us to remove an `allow_any_instance_of` usage.
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
| | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
* Update version check images to use SVGRobert Speicher2016-01-051-1/+1
|
* Replace host with real oneDmitriy Zaporozhets2015-05-111-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary public keyDmitriy Zaporozhets2015-05-081-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove encryptionDmitriy Zaporozhets2015-05-081-18/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add version check badge to admin areaDmitriy Zaporozhets2015-03-091-0/+30