Sha256: e867a1702e963c58299259586d57165a48ad621f2b2d76d9614e7536d79d6e69

Contents?: true

Size: 592 Bytes

Versions: 2

Compression:

Stored size: 592 Bytes

Contents

# when_easter

Ever wondered when will Easter (or Passover, if you prefer) be next year? No worries, use when_easter!

### Install
	$ gem install when_easter
	
### Use
	
	$ when_easter
	In the year 2010, the Roman Easter is on 24 April.
	In the year 2010, the Greek Easter is on 24 April.
	
	$ when_easter 2010
	In the year 2010, the Roman Easter is on 04 April.
	In the year 2010, the Greek Easter is on 04 April.
	
If you want to find only one date, you can also try

	$ when_roman_easter
or

	$ when_greek_easter
	
### License

Released under the MIT license.
(c) 2011 Michał Nierebiński

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
when_easter-0.2.4 README.md
when_easter-0.2.3 README.md