Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ckundo committed Aug 18, 2024
1 parent 7db3336 commit 4b74dd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
a11y_agent (0.0.5.pre.alpha.3)
a11y_agent (0.0.6)
diffy (~> 3.4)
rainbow (~> 3.0)
sublayer (~> 0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/a11y_agent/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module A11yAgent
VERSION = '0.0.5-alpha.4'
VERSION = '0.0.6'
end
2 changes: 1 addition & 1 deletion lib/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace :release do
test do
# Simple test to check the version or a help command
system "\#{bin}/a11y_agent", "--help"
system "\#{bin}/#{spec.name}", "--help"
end
end
RUBY
Expand Down

0 comments on commit 4b74dd9

Please sign in to comment.