A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/rails/marcel

https://github.com/rails/marcel - v1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/marcel/compare/v1.0.4...v1.1.0

- Ruby
Published by rafaelfranca 6 months ago

https://github.com/rails/marcel - v1.0.4

What's Changed

Full Changelog: https://github.com/rails/marcel/compare/v1.0.3...v1.0.4

- Ruby
Published by jeremy about 2 years ago

https://github.com/rails/marcel - v1.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/rails/marcel/compare/v1.0.2...v1.0.3

- Ruby
Published by jeremy about 2 years ago

https://github.com/rails/marcel - v1.0.2

  • Include Apache license in gem release. (a525d5b38f287ca0511c8eb26e657a1d46686e5f)
  • Prefer audio/x-wav for WAV audio files. (#45)
  • Prefer application/x-x509-ca-cert for Privacy-Enhanced Mail certificates. (#46)
  • Prefer audio/flac for FLAC audio files. (#47)
  • Prefer audio/aac for Advanced Audio Coding audio files. (#49)
  • Prefer application/vnd.ms-access for Microsodt Access DB files. (#50)
  • Support text/x-scss and text/x-sass stylesheets. (#52)
  • Support encrypted Microsoft Access DB files. (#53)
  • Prefer application/x-ole-storage for Microsoft Office files. (#54)
  • Prefer text/markdown for Markdown files. (#55)
  • Prefer audio/mpc for Musepack audio files. (#56)
  • Support audio/webm audio files. (#58)
  • Support image/avif images files. (#63)

- Ruby
Published by rafaelfranca over 4 years ago

https://github.com/rails/marcel - v1.0.1

  • Fixes identifying OpenDocument files by magic. 1.0.0 imprecisely identified them as application/zip. (#38)
  • Fixes identifying .docx, .pptx, and .xlsx files exported from Google Sheets by magic. (#36)
  • Identifies vCard files as text/vcard rather than text/x-vcard. (27fac74bd69663495410339bfd40ea8581ba669b)
  • Identifies .otf, .woff, and .woff2 files aș font/otf, font/woff, and font/woff2, respectively. (#37)

- Ruby
Published by georgeclaghorn almost 5 years ago

https://github.com/rails/marcel - v1.0.0

The mimemagic dependency—which relies on GPL-licensed mime type data from freedesktop.org’s shared-mime-info project—is removed. Marcel now directly uses mime type data adapted from the Apache Tika project, distributed under the Apache License.

- Ruby
Published by georgeclaghorn almost 5 years ago

https://github.com/rails/marcel - v0.3.3

  • Shush Ruby interpreter warnings (#6)
  • Exclude test files from published gem to shrink it from 7.5 MB to 7.5 KB (#11)

- Ruby
Published by georgeclaghorn over 7 years ago

https://github.com/rails/marcel - v0.3.2

Emit the vnd/ms-powerpoint content type for *.ppt files. (#3)

- Ruby
Published by georgeclaghorn almost 8 years ago

https://github.com/rails/marcel - v0.3.1

Support Ruby 2.2 for Rails compatibility.

- Ruby
Published by georgeclaghorn about 8 years ago