Sha256: 98ee7c7dbf660ed488fea7948ae33816b4f97765c9cc0398f7f322f1f9c68a82

Contents?: true

Size: 380 Bytes

Versions: 2

Compression:

Stored size: 380 Bytes

Contents

# Copyright
 
Ruby on Rails plugin to add a helper method for copyright period

## Usage

    require 'rubygems'
    require 'copyright'
    
    include CopyrightHelper
    
    copyright_years(2009) #=> "2009"
    copyright_years(1997) #=> "1997-2009"


## Author

* Takaaki Kato <takaaki.kato@gmail.com>

## Copyright

Copyright (c) 2009 Takaaki Kato. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
copyright-0.1.5 README.md
copyright-0.1.4 README.md