https://github.com/davidegiacometti/redmine_updates_checker
Updates checker for Redmine plugins
https://github.com/davidegiacometti/redmine_updates_checker
rake rake-task redmine redmine-plugin redmine-rake redmine-update ruby
Last synced: about 1 year ago
JSON representation
Updates checker for Redmine plugins
- Host: GitHub
- URL: https://github.com/davidegiacometti/redmine_updates_checker
- Owner: davidegiacometti
- License: mit
- Created: 2019-12-07T18:06:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T14:32:15.000Z (about 6 years ago)
- Last Synced: 2025-02-15T09:31:36.408Z (over 1 year ago)
- Topics: rake, rake-task, redmine, redmine-plugin, redmine-rake, redmine-update, ruby
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redmine Updates Checker
Updates checker for Redmine plugins.
## Supported versions
The plugin has been developed and tested on Redmine 4.x but should also works on previous versions. Any feedback will be appreciated.
## Installation
* Copy the plugin in #{RAILS_ROOT}/plugins
* Run `bundle install`
* Schedule the rake task
```
bundle exec rake redmine:updates:check RAILS_ENV="production"
```
## License
Released under the MIT License.