Skip to content

Commit

Permalink
add: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganviljoen committed Sep 1, 2023
1 parent c12d1c6 commit e8a2dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |t|
Expand Down
2 changes: 1 addition & 1 deletion proc_eval.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require_relative 'lib/proc_eval/version.rb'
Gem::Specification.new do |spec|
spec.name = 'proc_eval'
spec.version = ProcEval::VERSION
spec.authors = ['Brent Jacobs', 'br3nt']
spec.authors = ['Brent Jacobs', 'br3nt', 'reeganviljoen']
spec.homepage = 'https://github.com/reeganviljoen/proc_eval'
spec.required_ruby_version = '>= 2.7'
spec.summary = 'Allow evaluation of variables, procs, and lambdas with the same level of flexibility.'
Expand Down

0 comments on commit e8a2dce

Please sign in to comment.