Skip to content

Commit

Permalink
Merge pull request #58 from seejohnrun/fix-build
Browse files Browse the repository at this point in the history
Add rake as a development dependency
  • Loading branch information
seejohnrun authored Apr 2, 2024
2 parents 07ee415 + 1ae68d5 commit dc35c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test
on:
push:
branches: ['*']
branches: [ main ]
pull_request:
branches: ['*']

Expand Down Expand Up @@ -31,11 +31,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"

- name: Bundle
run: |
gem install bundler
bundle install
bundler-cache: true

- name: Run tests
run: |
Expand Down
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 dc35c70

Please sign in to comment.