File: ChangeLog.md

package info (click to toggle)
ruby-ruby-engine 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: ruby: 57; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Change Log

## 2.0.3 / 2024-04-22

* Drop rubygems-tasks dependency, fixes a Ruby 2.5 install problem

## 2.0.2 / 2024-04-22

* Upgrade RSpec to latest, remove Gemfile workaround

## 2.0.1 / 2024-04-02

* Add MFA to gemspec
* Update CI

## 2.0.0 / 2020-01-04

* Refactor / update for current Rubies
  * Remove cardinal
  * Remove ree
  * Remove ironruby
  * Add truffelruby
  * Add `cruby?` alias to MRI

## 1.0.1 / 2014-01-15

* Fix RubyEngine.mri?
* Fix VERSION constant

## 1.0.0 / 2014-01-14

* Return "ruby" for MRI (instead of "mri")
* Return "unknown" if RUBY_ENGINE is not set (instead of "mri")
* Moved from zucker 13.1 gem into its own gem