Sha256: 374d0f9d295b8700eca156cd2be28f38bd6095a9779df54f8195deb0a33c18fb
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'microformats-helper/version' Gem::Specification.new do |gem| gem.name = "microformats-helper" gem.version = Microformats::Helper::VERSION gem.authors = ["Alexandre Coppens"] gem.email = ["alexcppns@gmail.com"] gem.description = "Helper for microformats, possibility of nesting." gem.summary = "Helper for microformats, possibility of nesting." gem.homepage = "" gem.add_runtime_dependency "activesupport" 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.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
microformats-helper-0.3.0 | microformats-helper.gemspec |
microformats-helper-0.2.6 | microformats-helper.gemspec |