Sha256: 41be0872ddb191e91de7ea8102d19742fdfca5e2c3180ff9db70433d1e928c96

Contents?: true

Size: 645 Bytes

Versions: 1

Compression:

Stored size: 645 Bytes

Contents

# Timeywimey

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'timeywimey'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install timeywimey

## Usage

    require 'timeywimey'

    from_time = Time.now - 3.days - 4.hours
    Tw.time_ago_in_words from_time
    #=> "3 days"

## Contributing

1. Fork it ( https://github.com/onetwopunch/timeywimey/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
timeywimey-0.0.1 README.md