Sha256: 8d945f35c302988677b5e00e9bcc33af1615ab8205f2ec2dfa09075d8d61eb45
Contents?: true
Size: 833 Bytes
Versions: 2
Compression:
Stored size: 833 Bytes
Contents
# encoding: utf-8 $:.unshift File.expand_path('../lib', __FILE__) require 'simple_active_link_to/version' Gem::Specification.new do |s| s.name = "simple_active_link_to" s.version = SimpleActiveLinkTo::VERSION s.authors = ["Fajarullah"] s.email = ["frullah12@gmail.com"] s.homepage = "http://github.com/frullah/simple_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.license = "MIT" s.files = `git ls-files`.split("\n") s.required_ruby_version = ">= 2.4.0" s.add_dependency 'actionpack' s.add_dependency 'addressable' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_active_link_to-1.0.2 | simple_active_link_to.gemspec |
simple_active_link_to-1.0.1 | simple_active_link_to.gemspec |