Skip to content

Commit

Permalink
Add rake as a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seejohnrun committed Apr 2, 2024
1 parent abbc76f commit e59d8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easy_translate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ spec = Gem::Specification.new do |s|
s.name = 'easy_translate'
s.author = 'John Crepezzi'
s.add_development_dependency('rspec')
s.add_development_dependency('rake')
s.add_dependency 'thread'
s.add_dependency 'thread_safe'
s.description = 'easy_translate is a wrapper for the google translate API that makes sense programatically, and implements API keys'
Expand Down

0 comments on commit e59d8ec

Please sign in to comment.