Sha256: 321ca9997ca0e3c3336e21a893224cb09d65d926c61bfa36751e8986026e734f
Contents?: true
Size: 996 Bytes
Versions: 3
Compression:
Stored size: 996 Bytes
Contents
# TimeWithZone Handle time with zone 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/TimeWithZone.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
time_with_zone-0.3.0 | README.md |
time_with_zone-0.2.1 | README.md |
time_with_zone-0.2.0 | README.md |