Skip to content

Commit

Permalink
Lets us use rake release to release the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Jan 15, 2023
1 parent 76762ee commit 3a44e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# # #
# Get gemspec info

require "bundler/gem_tasks"

gemspec_file = Dir["*.gemspec"].first
gemspec = eval File.read(gemspec_file), binding, gemspec_file
info = "#{gemspec.name} | #{gemspec.version} | " \
Expand Down

0 comments on commit 3a44e19

Please sign in to comment.