Sha256: 969c03933755c357731df1d04179afb092af8a29dbd579441f88347a9ddfdb7e
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
Gem::Specification.new do |s| s.name = 'emojidex' s.version = '0.0.20' s.license = 'emojiOL' s.summary = 'emojidex Ruby tools' s.description = 'emojidex emoji handling, search and lookup, listing and caching functionality' \ ' and user info (favorites/etc).' s.authors = ['Rei Kagetsuki', 'Jun Tohyama', 'Vassil Kalkov', 'Rika Yoshida'] s.email = 'info@emojidex.com' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.homepage = 'http://developer.emojidex.com' s.add_dependency 'faraday', '0.9.0' s.add_dependency 'faraday_middleware', '0.9.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emojidex-0.0.20 | emojidex.gemspec |