Skip to content

Commit

Permalink
Merge branch 'main' into add-new-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 authored Nov 11, 2024
2 parents 653f629 + 21705a7 commit 4960f96
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'

gem 'base64'
gem 'minitest'
gem 'rake'
gem 'mocha', require: false
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
ast (2.4.2)
citrus (3.0.2)
base64 (0.2.0)
docile (1.4.0)
json (2.7.2)
minitest (5.22.3)
Expand Down Expand Up @@ -52,6 +53,7 @@ PLATFORMS
ruby

DEPENDENCIES
base64
minitest
mocha
racc
Expand Down
2 changes: 1 addition & 1 deletion bin/rubocop-quick
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

git diff --name-status --staged | grep '^[MA]' | grep -o '\s\+.*rb' | xargs bundle exec rubocop --except Metrics --auto-correct --format quiet --force-exclusion Gemfile.lock && \
git diff --name-status --staged | grep '^[MA]' | grep -o '\s\+.*rb' | xargs bundle exec rubocop --except Metrics --autocorrect --format quiet --force-exclusion Gemfile.lock && \
git diff --name-status --staged | grep '^[MA]' | grep -o '\s\+.*rb' | xargs git add
23 changes: 9 additions & 14 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,20 +992,6 @@
],
"difficulty": 3
},
{
"slug": "beer-song",
"name": "Beer Song",
"uuid": "e4f0873a-e834-4b28-9902-795f52f76adb",
"practices": [
"strings"
],
"prerequisites": [
"strings",
"numbers",
"loops"
],
"difficulty": 3
},
{
"slug": "protein-translation",
"name": "Protein Translation",
Expand Down Expand Up @@ -1547,6 +1533,15 @@
"difficulty": 1,
"status": "deprecated"
},
{
"slug": "beer-song",
"name": "Beer Song",
"uuid": "e4f0873a-e834-4b28-9902-795f52f76adb",
"practices": [],
"prerequisites": [],
"difficulty": 3,
"status": "deprecated"
},
{
"slug": "microwave",
"name": "Microwave",
Expand Down

0 comments on commit 4960f96

Please sign in to comment.