Project

stega

0.0
No release in over 3 years
A Ruby implementation of Vercel's stega encoding for embedding invisible data in strings, with Sanity source map support.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 1.15
>= 13.0
>= 3.9
 Project Readme

Gem Version

Stega

TBD

Installation

Adding to a gem:

# my-cool-gem.gemspec
Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "stega"
  # ...
end

Or adding to your project:

# Gemfile
gem "stega"

Supported Ruby versions

  • Ruby (MRI) >= 3.0

Usage

TBD

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rorkjop/stega.

Credits

This gem is generated via newgem template by @palkan.

License

The gem is available as open source under the terms of the MIT License.