Skip to content

Releases: Largo/ocran

Release 1.3.15

30 Nov 15:37
Compare
Choose a tag to compare
=== 1.3.15

- Support for Ruby 2.6 and above.
- Properly display errors from InnoSetup.
- Fixed errors when creating an installer using InnoSetup. Previously, installer creation was not possible due to errors related to file sharing, which occurred only on Windows.
- Retrieve the path of runtime DLLs even when the path is long. Note that stubs still do not support long paths, so creating executable files with long paths is not yet possible.
- Fixed bugs in tests. All tests can now be executed.
- Improved the speed of manifest file discovery. This manifest file is only required in the RubyInstaller environment.
- Fixed bugs in the regular expressions of GEM_EXTRA_RE. This allows excluding C source files, etc., from the ocran executable package based on command options.
- Added methods to Ocran::Pathname, making it closer to the implementation of Ruby's Pathname.
- Reimplemented certain parts to match the implementation of Ruby 2.6 era, for compatibility with older Ruby versions. Therefore, the ocran command cannot be executed on Ruby versions earlier than 2.6.

Release 1.3.14

08 Sep 01:42
a9efa78
Compare
Choose a tag to compare
Merge pull request #3 from ccorn90/ccorn90/rubyopt

Add option to suppress or override RUBYOPT environment variable

Release 1.3.13

18 May 06:58
Compare
Choose a tag to compare
- Fixed the bug why Innosetup did not run because of missing encode m…

…ethod

- Fix an issue where rubyinstaller did not find the msys path by putting in an empty msys-2.0.dll into msys64/usr/bin/msys-2.0.dll

- compatibility with the tiny_tds gem (see above)

- GitHub builds through github action: making sure you can trust the included binaries.

- Added some samples including the glimmer-libui GUI example. GUI that starts fast.