Skip to content

Commit

Permalink
v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Nov 7, 2023
1 parent a02a51b commit 3707488
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

source "https://rubygems.org"
gem "lockf.rb", github: "0x1eef/lockf.rb", tag: "v0.10.3"
gem "lockf.rb", github: "0x1eef/lockf.rb", tag: "v0.10.6"
gem "test-cmd.rb", github: "0x1eef/test-cmd.rb", tag: "v0.2.0"
gemspec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ are available as sources.

```ruby
gem "xchan.rb", github: "0x1eef/xchan.rb", tag: "v0.16.3"
gem "lockf.rb", github: "0x1eef/lockf.rb", tag: "v0.10.3"
gem "lockf.rb", github: "0x1eef/lockf.rb", tag: "v0.10.6"
```

## <a id="license"> License </a>
Expand Down
2 changes: 1 addition & 1 deletion lib/xchan/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Chan
VERSION = "0.16.3"
VERSION = "0.16.4"
end
2 changes: 1 addition & 1 deletion xchan.rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.summary = "An easy to use InterProcess Communication (IPC) library."
gem.description = gem.summary
gem.add_runtime_dependency "lockf.rb", "~> 0.10"
gem.add_runtime_dependency "lockf.rb", "~> 0.10.6"
gem.add_development_dependency "test-unit", "~> 3.5.7"
gem.add_development_dependency "yard", "~> 0.9"
gem.add_development_dependency "redcarpet", "~> 3.5"
Expand Down

0 comments on commit 3707488

Please sign in to comment.