Charles Oliver Nutter
Charles Oliver Nutter
An alternative would be releasing a time gem with -java that does not depend on date.
@hsbt I have pushed #81 to stub out the gem on JRuby. Can we get a 3.3.1 release with this soon (ASAP if possible)?
@chadlwilson Yeah it's the same issue. The no-op gem should fix this everywhere for now.
@hsbt It looks like it's working! ``` [] jruby $ gem install time Fetching date-3.3.1-java.gem Fetching time-0.2.0.gem Successfully installed date-3.3.1-java Successfully installed time-0.2.0 Parsing documentation for date-3.3.1-java Installing ri documentation...
Part of us moving the JRuby code into the gem will be getting all tests passing. It's a tall order but that's the plan and hopefully we can do it...
I pushed #33 to fix this, but there's a new issue: #34
@netsnipe Are you saying it works on Ruby 2.6 but not on JRuby? If so we'd need to fix something in JRuby, but this looks like the same issue as...
I also noticed that the 0.1.0.2 tag points at a revision where there's a VERSION of 0.1.0.1. Is the fix actually in this release at all?
Aha I see the version.rb was added and the VERSION moved out of cgi.rb. Where does the branch for this exist? I am very confused how this commit is in...