This project is a Forked from This Archived Repo
Main reason is to use the functionality in new Ryby Version as the old repo only supports Ruby 2.x now the current supports 3.3 or more, as we have tested upto Ruby Version 3.3 Pull Request are welcome.
This project is a fastlane plugin. To get started with fastlane-plugin-redmine_file_upload
, add it to your project by running:
fastlane add_plugin redmine_file_upload
You may use the below method too if you wish but not advised.
For now to implement this you will have to add below like to your Pluginfile
gem "fastlane-plugin-redmine_file_upload", git: "https://github.com/pravindodia/fastlane-plugin-redmine_file_upload"
A fastlane plugin to upload file contents to Redmine
This plugin uploads a content to a Redmine host by using POST /uploads.json API See http://www.redmine.org/projects/redmine/wiki/Rest_api#Attaching-files
Check out the example Fastfile
to see how to use this plugin. Try it by cloning the repo, running fastlane install_plugins
and bundle exec fastlane test
.
To run both the tests, and code style validation, run
rake
To automatically fix many of the styling issues, use
rubocop -a
For any other issues and feedback about this plugin, please submit it to this repository.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.