kigster/secrets-cipher-base64

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

# Specify your gem's dependencies in sym.gemspec
gemspec

gem 'ffi', :platforms => [:mswin, :mingw]

if RUBY_PLATFORM == 'x86_64-darwin16'
  gem 'coin', git: 'https://github.com/kigster/coin'
end