Sha256: 2aaeea63249ed627688c604bc60bd23f53c3e0fd7b6dca152dc982265c34b0e7
Contents?: true
Size: 994 Bytes
Versions: 1
Compression:
Stored size: 994 Bytes
Contents
# TimeWithZone Handle Time with Timezone without ActiveSupport or `ENV['TZ']` for thread-safety. ## Installation Add this line to your application's Gemfile: ```ruby gem 'time_with_zone' ``` And then execute: $ bundle Or install it yourself as: $ gem install time_with_zone ## Usage See [docs](https://sonots.github.io/time_with_zone/frames.html) ## Development ### Run test ``` bundle exec rake ``` ### Generate yardoc ``` bundle exec yard ``` ### Release ``` bundle exec rake release ``` ## CHANGELOG [CHANGELOG.md](./CHANGELOG.md) ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/sonots/time_with_zone. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
time_with_zone-0.1.0 | README.md |