ruby / date

A subclass of Object includes Comparable module for handling dates.
Other
70 stars 35 forks source link

No-op gem for JRuby for now #81

Closed headius closed 1 year ago

headius commented 1 year ago

Remove all shipped files and require path on JRuby until we can add JRuby's extension to the gem.

Temporary workaround for #48

headius commented 1 year ago

Appears to work properly for me locally. We will try to get the real extension bits in here early in 2023.

[] date $ gem install date-3.3.0-java.gem 
Successfully installed date-3.3.0-java
Parsing documentation for date-3.3.0-java
Installing ri documentation for date-3.3.0-java
Done installing documentation for date after 0 seconds
1 gem installed
[] date $ jruby -e 'require "date"'
[] date $ jruby -e 'gem "date"; require "date"'
hsbt commented 1 year ago

We try this by date-3.3.1

dentarg commented 1 year ago

@hsbt can you create a GitHub release (https://github.com/ruby/date/releases) for 3.3.1 so it matches https://rubygems.org/gems/date/versions?

hsbt commented 1 year ago

done https://github.com/ruby/date/releases/tag/v3.3.1