From a4391098152be725b4a889db04476aa4cf974532 Mon Sep 17 00:00:00 2001 From: eebbesen Date: Sat, 12 Oct 2024 18:57:02 -0500 Subject: [PATCH] updates --- .github/workflows/ruby.yml | 2 +- README.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5facd49..fa8cf6f 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -26,6 +26,6 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: bundle exec rspec + run: bundle exec rake spec - name: Run RuboCop run: bundle exec rubocop diff --git a/README.md b/README.md index ab26081..5a4494a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # SheetZoukas -TODO: Delete this and the text below, and describe your gem - -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/sheet_zoukas`. To experiment with that code, run `bin/console` for an interactive prompt. +Expose Google Sheets as JSON. ## Installation @@ -16,7 +14,6 @@ If bundler is not being used to manage dependencies, install the gem by executin ## Usage -TODO: Write usage instructions here ## Development