Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Apr 23, 2024
1 parent 07ee7e6 commit 6cdfc7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-tools-version:5.4
// Generated by cfg-cruby 2.0.0
// Generated by cfg-cruby 2.1.0

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion Sources/CRuby/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// CRuby module-map generated by cfg-cruby 2.0.0
// CRuby module-map generated by cfg-cruby 2.1.0
module CRuby [system] {
header "ruby_headers.h"
link "ruby"
Expand Down
2 changes: 1 addition & 1 deletion Sources/CRuby/ruby_headers.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by cfg-cruby 2.0.0 */
/* Generated by cfg-cruby 2.1.0 */
#include "ruby/ruby.h"
#include "ruby/ruby/debug.h"
/* We have to knock these next three out because the Ruby regex implementation
Expand Down

0 comments on commit 6cdfc7d

Please # to comment.