Sha256: 7f4789b163caeb959da803772f3c9d12dc7b4cc9508a3bbf268f4673f58e5065
Contents?: true
Size: 898 Bytes
Versions: 2
Compression:
Stored size: 898 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/entypo-rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Lukas Westermann", "Marco Pluess"] gem.email = ["lukas@at-point.ch", "marco@at-point.ch"] gem.description = %q{Rails asset pipeline plugin and CSS mappings for the Entypo pictograms by Daniel Bruce http://www.entypo.com} gem.summary = %q{Rails asset pipeline plugin to provide Entypo icons.} gem.homepage = "" gem.licenses = ['MIT', 'CC BY 3.0', 'SIL Open Font License'] gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "entypo-rails" gem.require_paths = ["lib"] gem.version = Entypo::VERSION gem.add_dependency "railties", "~> 3.1" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
entypo-rails-1.0.2 | entypo-rails.gemspec |
entypo-rails-1.0.1 | entypo-rails.gemspec |