gitlab_emoji.gemspec (13 lines of code) (raw):
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "gitlab_emoji"
spec.version = `cat VERSION`
spec.authors = ["Marin Jankovski", "Dmitriy Zaporozhets"]
spec.email = ["marin@gitlab.com", "dmitriy.zaporozhets@gmail.com"]
spec.description = %q{GitLab emoji assets}
spec.summary = %q{Ruby gem for emojis in GitLab}
spec.homepage = "https://gitlab.com/gitlab-org/gitlab_emoji"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.require_paths = ["lib"]
spec.add_dependency "gemojione", "~> 2.2", ">= 2.2.1"
end