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 (
chronos /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG.rdoc | Mon Jul 14 16:38:46 -0700 2008 | |
| |
HISTORY.rdoc | Tue Jul 15 09:06:12 -0700 2008 | |
| |
LICENSE.txt | Tue Jul 15 09:06:12 -0700 2008 | |
| |
README.rdoc | ||
| |
Rakefile | ||
| |
TODO.rdoc | ||
| |
bench/ | Mon Jul 14 16:38:46 -0700 2008 | |
| |
dev/ | Wed Jul 16 02:33:33 -0700 2008 | |
| |
ext/ | ||
| |
lib/ | ||
| |
rake/ | ||
| |
spec/ |
README.rdoc
Chronos
Indexing
| Name: | Chronos |
| Gem: | chronos |
| Summary: | Library to deal with Date, Time, Durations and Intervals. |
| Author: | Stefan Rusterholz <stefan.rusterholz+chronos at gmail.com> |
| Version: | 0.1.0 |
| Website: | chronos.rubyforge.org/ |
| Git Repository: | github.com/apeiros/chronos |
Bugtracker:: Feature Requests::
| License: | Ruby License (see LICENSE.txt) |
Description
Chronos is a library that lets you easily deal with various kinds of calcutations with dates, times, durations and intervals.
Installing
Via RubyGems
You need for the installation:
- rubygems >= 1.2.0
You need for some of the rake tasks:
- bacon
- flexmock
- git
- hpricot
- rcov
- rdiscount (or markdown)
- rdoc
- rspec
To install, do:
gem install chronos
Note: you might have to use ‘sudo gem install chronos’
From Github
You need for the installation:
- rubygems >= 1.2.0
You need for some of the rake tasks:
- bacon
- flexmock
- git
- hpricot
- rcov
- rdiscount (or markdown)
- rdoc
- rspec
To install, do:
curl -L -o chronos.tgz http://github.com/apeiros/chronos/tarball/master
tar -xfz chronos.tgz
cd apeiros-chronos-<big number here>/
rake gem:install
Note: you might have to use ‘sudo rake gem:install’
Examples
See in the examples dir for code examples.








