Sha256: 25455427a96b1f4cbb552e90ae2d4eff6b76b72b0a60d331ff1139c2e38814fb
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
# DateRange [![Version](http://img.shields.io/gem/v/daterange.svg?style=flat-square)](https://rubygems.org/gems/daterange) [![Downloads](http://img.shields.io/gem/dt/daterange.svg?style=flat-square)](https://rubygems.org/gems/daterange) [![Open Github issues](http://img.shields.io/github/issues/theodorton/daterange.svg?style=flat-square)](https://github.com/theodorton/daterange/issues) Parse strings like `yesterday`, `previous_5_months`, `this_hour` to date/time ranges. ```shell $ gem install daterange ``` ```ruby require 'daterange' range = DateRange.parse('today') range.min # => Wed, 24 Dec 2014 00:00:00 +0000 range.max # => Wed, 24 Dec 2014 23:59:59 +0000 ``` Based on [Keen.io Timeframes](https://keen.io/docs/data-analysis/timeframe/). # Contributing to daterange 1. Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. 2. Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. 3. Fork the project. 4. Start a feature/bugfix branch. 5. Commit and push until you are happy with your contribution. 6. Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. 7. Open a Pull request for your branch 8. Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. # Copyright Copyright (c) 2014 Theodor Tonum. See LICENSE for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
daterange-1.0.0 | README.md |