This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Randy Schmidt (author)
Fri May 16 19:30:47 -0700 2008
commit 1d7ddc91ee74685c9998455dedd6ffd53e6bbc7f
tree 69e92f56daafac4688b32c88e1d86a308d57e6dc
parent aee36b824155c57f78c957665ad0277468f61427
tree 69e92f56daafac4688b32c88e1d86a308d57e6dc
parent aee36b824155c57f78c957665ad0277468f61427
README
YearAfterYear ============== This plugin allows you to keep your copyright year up-to-date. Example ======= You can render the current year in your ERb views like so: <%= current_year -%> If you want to provide a year range, you can use year_range and provide the year that you started. Example: With the assumption that the current year was 2008 <%= year_range(2005) -%> # => 2005-2008 <%= year_range(2005, '—') -%> # => 2005—2008 <%= year_range(2008) -%> # => 2008 (just returns current year) You can access the code here: * http://github.com/robbyrussell/year_after_year/ Feature Requests / Bugs * http://planetargon.lighthouseapp.com/projects/5187-open-source-projects Copyright (c) 2008 Robby Russell, released under the MIT license








