Sha256: 52689b3add392825d6dc89693d04df1a19b38624e213a5af0c8730bc900e97ac
Contents?: true
Size: 868 Bytes
Versions: 2
Compression:
Stored size: 868 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "middleman-fontcustom/version" Gem::Specification.new do |s| s.name = "middleman-fontcustom" s.version = Middleman::Fontcustom::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ryo Ameya"] s.email = ["oame@oameya.com"] s.homepage = "https://github.com/oame/middleman-fontcustom" s.summary = %q{Generate web-fonts in your Middleman project} s.description = %q{Generate web-fonts in your Middleman project} s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.required_ruby_version = '>= 1.9.3' s.add_runtime_dependency("middleman-core", ["~> 3.2"]) s.add_runtime_dependency("fontcustom", ["~> 1.3.3"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-fontcustom-0.1.1 | middleman-fontcustom.gemspec |
middleman-fontcustom-0.1.0 | middleman-fontcustom.gemspec |