Sha256: 7a0922d621857d4db25b70b5dbe30f1cc64421a1f41e9eaada6aa36960ef535e
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bunto-redirect-from/version' Gem::Specification.new do |spec| spec.name = "bunto-redirect-from" spec.version = BuntoRedirectFrom::VERSION spec.authors = ["Parker Moore", "Suriyaa Kudo"] spec.email = ["parkrmoore@gmail.com", "SuriyaaKudoIsc@users.noreply.github.com"] spec.description = %q{Seamlessly specify multiple redirection URLs for your pages and posts} spec.summary = %q{Seamlessly specify multiple redirection URLs for your pages and posts} spec.homepage = "https://github.com/bunto/bunto-redirect-from" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_runtime_dependency "bunto", "~> 2.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "bunto-sitemap", "~> 2.0.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bunto-redirect-from-4.0.0 | bunto-redirect-from.gemspec |