Sha256: 563590c34c3bf91f7f6478af869088361b5f2f30eee58d3451c492e172510664
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
# encoding: utf-8 $:.unshift File.expand_path('../lib', __FILE__) require 'active_link_to/version' Gem::Specification.new do |s| s.name = "active_link_to" s.version = ActiveLinkTo::VERSION s.authors = ["Oleg Khabarov"] s.email = ["oleg@khabarov.ca"] s.homepage = "http://github.com/comfy/active_link_to" s.summary = "ActionView helper to render currently active links" s.description = "Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition" s.files = `git ls-files`.split("\n") s.platform = Gem::Platform::RUBY s.require_paths = ['lib'] s.add_dependency 'actionpack' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_link_to-1.0.3 | active_link_to.gemspec |