Sha256: 8ea25abad21033d65a8fbddc63bbc0e5c953b23ca12cc1f5cce4ee56f27fb228
Contents?: true
Size: 683 Bytes
Versions: 8
Compression:
Stored size: 683 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "hamburgers/version" Gem::Specification.new do |spec| spec.name = "hamburgers" spec.version = Hamburgers::VERSION spec.platform = Gem::Platform::RUBY spec.authors = ["Jonathan Suh"] spec.email = ["hello@jonsuh.com"] spec.homepage = "https://jonsuh.com/hamburgers" spec.summary = "Tasty CSS-animated Hamburgers" spec.description = "A collection of tasty CSS-animated hamburger icons. Includes a modular, customizable Sass library so you can cook up your own hamburger." spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.require_paths = ["lib"] end
Version data entries
8 entries across 8 versions & 1 rubygems