Sha256: ef7e335b90e306e1db1f10f09802ef70eb8d793807bcd6d922235751cb1a4c8c
Contents?: true
Size: 937 Bytes
Versions: 1
Compression:
Stored size: 937 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "fontana/version" Gem::Specification.new do |s| s.name = "fontana" s.version = Fontana::VERSION s.authors = ["Michael Deering"] s.email = ["mdeering@mdeering.com"] s.homepage = "" s.summary = %q{Dragonfly Encoder for handeling fonts} s.description = %q{Get your font on without all of the hassle of preconverting your fonts to every possible format.} s.rubyforge_project = "fontana" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency 'guard' s.add_development_dependency 'guard-rspec' s.add_development_dependency 'rspec' s.add_development_dependency 'yard' s.add_development_dependency 'dragonfly' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontana-0.0.1.rc1 | fontana.gemspec |