Sha256: a2172d040192088ce6729c5768d6f9d352737af6636819eaa56c4d4e2aac0526
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
# Provide a simple gemspec so you can easily use your enginex # project in your rails apps through git. Gem::Specification.new do |s| s.name = "liqueur" s.summary = "CSS framework" s.authors = [ "Alexey Osipenko" ] s.email = [ "alexey@osipenko.in.ua" ] s.homepage = "http://wiskey.github.com" s.description = "CSS framework." s.files = `git ls-files`.split("\n") s.version = "0.0.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liqueur-0.0.1 | liqueur.gemspec |