Skip to content

Releases: rd2/oslg

OSlg v0.3.0

17 Apr 14:03
5d27050
Compare
Choose a tag to compare
  • Tested against Ruby 3.x - merci @jmarrec !
  • Updates copyright (2024)
  • NO API change, NO change in functionality

OSlg v0.2.10

15 Sep 17:36
a4483bf
Compare
Choose a tag to compare
  • Maintenance: strictly limited to changes in RSpec methods (more concise, clearer)
  • NO API change, NO change in functionality

OSlg v0.2.9

24 Aug 12:44
d4982d8
Compare
Choose a tag to compare

Re-introduces msg & tag methods

  • ... set aside in v0.2.8 (not used internally)
  • nonetheless (somewhat) useful for 3rd-party gems

Adds new trim method

  • one-liner method that a converts stringable object, and trims if necessary
  • can be useful for 3rd-party gems that include/extend OSlg

Improves on Yard documentation

OSlg v0.2.8

17 Aug 15:15
3a8d1ee
Compare
Choose a tag to compare
  • Revises/fixes docs for Yard (100% documented)
  • Fixes README
  • Trims down GitHub Actions (no need to pull-in multiple versions of OpenStudio)
  • Removes unused/invalid class variables "tag" & "msg" (vestiges)
  • Provides additional argument checks (safer)
  • Reformats template methods

No other change in API, or in functionality.

OSlg v0.2.7

07 Jun 21:38
a46b432
Compare
Choose a tag to compare
  • Allows users to deploy under Ruby < 3.0
  • Successfully ran (locally) with Ruby 2.7.8
  • Adds GitHub Action for OpenStudio v3.6.1
  • Minor README edits

OSlg v0.2.6

01 Jan 14:31
f1ab6bc
Compare
Choose a tag to compare
  • Updates copyright (2023)
  • Adds GitHub Action for OpenStudio v3.5.1
  • Minor cleanup/edits

OSlg v0.2.5

01 Aug 13:26
@rd2 rd2
3f36fb7
Compare
Choose a tag to compare
  • Trims down one-liner methods, e.g. greater reliance on respond_to?
  • Edits README

OSlg v0.2.4

31 Jul 11:10
@rd2 rd2
802b600
Compare
Choose a tag to compare
  • Harmonizes one-liner method output messages
  • Updates Yard documentation

OSlg v0.2.3

28 Jul 14:29
@rd2 rd2
50228ea
Compare
Choose a tag to compare
  • Removes Yard as a dependency
  • Updates GitHub workflows (Ubuntu version vs OpenStudio)
  • References rubydoc.info API
  • Fixes typos

OSlg v0.2.2

26 Jul 20:16
@rd2 rd2
89432a7
Compare
Choose a tag to compare
  • Fixes spec.files in gemspec.