Sha256: f8052efde36a19c2fe786ea44bf76dd29af89a884b2c1f06f4fa513d2a6681f1
Contents?: true
Size: 806 Bytes
Versions: 2
Compression:
Stored size: 806 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' s.add_dependency 'addressable' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_link_to-1.0.5 | active_link_to.gemspec |
active_link_to-1.0.4 | active_link_to.gemspec |