Skip to content

Commit

Permalink
0.1.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 13, 2024
1 parent c9c46f0 commit aabbec8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [Unreleased]

## [0.1.0] - 2024-10-12
## [0.1.0] - 2024-10-13

- Initial release
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@ GitHub Action runs

RSpec tests require the environment variables listed in spec_helper.rb's `REQUIRED_VARS` constant. Out of the box your tests that call Google (mocked with VCR) will fail because you do (should) not have access to my test account credentials.

## Release
Build
$ rake build

Test
$ gem install pkg/sheet_zoukas-<VERSION>.gem
$ irb

irb(main):001> require 'sheet_zoukas'
irb(main):002> SheetZoukas.retrieve_sheet_json('<GOOGLE_SPREADSHEET_ID>', '<TAB_NAME>')

Release
$ rake release

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/eebbesen/sheet_zoukas.
Expand Down

0 comments on commit aabbec8

Please sign in to comment.