Sha256: a94ee11bbe1b2208062af016a0a4e11dbd194cab4d10d3e82cbec7f20b290717
Contents?: true
Size: 715 Bytes
Versions: 1
Compression:
Stored size: 715 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 = "Hamburgers is a collection of tasty CSS-animated hamburger icons. Also included is the source as a modular and customizable Sass library, so cook up your own hamburger." spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hamburgers-0.6.0 | hamburgers.gemspec |