Skip to content

Commit

Permalink
Merge pull request #16 from godaddy/ffi
Browse files Browse the repository at this point in the history
Relax FFI dependency
  • Loading branch information
dnasevic-godaddy committed May 20, 2024
2 parents c681033 + ef0ba0e commit 5c0aeea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.2.2] - 2024-05-20

- Relax FFI dependency

## [0.2.1] - 2023-01-25

- Support non GNU Lib C library file names with `load_library`
Expand Down
2 changes: 1 addition & 1 deletion cobhan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'ffi', '~> 1.15.4'
spec.add_dependency 'ffi'
end
2 changes: 1 addition & 1 deletion lib/cobhan/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Cobhan
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit 5c0aeea

Please sign in to comment.