https://github.com/juanitofatas/rails-versions
A common repository of Rails version metadata.
https://github.com/juanitofatas/rails-versions
metadata rails rails-versions versions
Last synced: 6 months ago
JSON representation
A common repository of Rails version metadata.
- Host: GitHub
- URL: https://github.com/juanitofatas/rails-versions
- Owner: JuanitoFatas
- Created: 2016-06-27T16:54:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:07:08.000Z (about 3 years ago)
- Last Synced: 2025-04-01T20:19:42.411Z (6 months ago)
- Topics: metadata, rails, rails-versions, versions
- Language: Ruby
- Homepage: https://github.com/JuanitoFatas/rails-versions
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# rails-versions
A common repository of Rails version metadata.
## Directory Structure
**Versions listed in natural order.**
* `[rails]/`
* `versions.txt` - an exhaustive list of every released version (without yanked versions)
* `stable.txt` - a list of last two stable versions
* `checksums.sha256` - a `sha256sum` compatible list of SHA256 checksums of every
released version (without yanked versions)## Contributing
See the [CONTRIBUTING][contribute] file.
[contribute]: https://github.com/JuanitoFatas/rails-versions/blob/master/CONTRIBUTING.md#contributing
## Credits
[ruby-versions][] - A common repository of ruby version metadata
[ruby-versions]: https://github.com/postmodern/ruby-versions
## LICENSE
- bin/update: [MIT LICENSE](http://choosealicense.com/licenses/mit/)
- `rails/*`: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)