Sha256: ed566492bd9ebe87a85e7ee42e22ea56ea63b8f936821b7a58f948a34903be8d

Contents?: true

Size: 774 Bytes

Versions: 2

Compression:

Stored size: 774 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/twg/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

2 entries across 2 versions & 1 rubygems

Version Path
active_link_to-1.0.2 active_link_to.gemspec
active_link_to-1.0.1 active_link_to.gemspec