summaryrefslogtreecommitdiff
path: root/lib/json/add/time.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: falseNobuyoshi Nakada2016-06-211-0/+1
* Remove comments from core classes in json/addMarcus Stollsteimer2016-04-251-1/+0
* Use method_defined? to check if method exists instead of slower check on inst...Vipul A M2015-01-021-1/+1
* Work around jruby's inconsistent Time implement.Florian Frank2012-05-101-1/+4
* Fix for Time.json_create ensures == Time instances for roundtrip through JSON...Josh Partlow2011-11-181-2/+2
* Split all implementations into single filesFlorian Frank2011-09-121-0/+35