Skip to content

Commit

Permalink
Rename gem from fiber-annotate to fiber-annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 6, 2023
1 parent 0561343 commit 01e6bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion async.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "console", "~> 1.10"
spec.add_dependency "io-event", "~> 1.1"
spec.add_dependency "timers", "~> 4.1"
spec.add_dependency "fiber-annotate"
spec.add_dependency "fiber-annotation"

spec.add_development_dependency "bake-test"
spec.add_development_dependency "bake-test-external"
Expand Down
2 changes: 1 addition & 1 deletion lib/async/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright, 2017, by Kent Gruber.
# Copyright, 2022, by Shannon Skipper.

require 'fiber/annotate'
require 'fiber/annotation'

require_relative 'list'

Expand Down

0 comments on commit 01e6bae

Please sign in to comment.