Sha256: 4229f3f91e5777d9adf0af6685f114daaf4b4e67b20abbfa68d1fb981dc2c92d
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'seo_friendly/version' Gem::Specification.new do |spec| spec.name = 'seo_friendly' spec.version = SeoFriendly::VERSION spec.authors = ['Roman Buzhenko'] spec.email = ['roman-bujenko@yandex.ru'] spec.summary = %q{ Provides easy way to store and manage meta information about any model record. Add view helpers to place meta tags into your views. } spec.description = %q{ Easy way to store meta information and manage meta tags. } spec.homepage = 'https://github.com/rossmari/seo_friendly' spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "activerecord", "~> 4.2.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seo_friendly-0.0.2 | seo_friendly.gemspec |