Skip to content

Commit

Permalink
Merge pull request #4 from deanpcmad/updates
Browse files Browse the repository at this point in the history
API Updates
  • Loading branch information
deanpcmad authored Jan 14, 2024
2 parents 6df42b0 + 792cf76 commit c2d0298
Show file tree
Hide file tree
Showing 149 changed files with 6,027 additions and 695 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ACCESS_TOKEN=
LEMON_SQUEEZY_API_KEY=""
LEMON_SQUEEZY_API_KEY_TEST=""
19 changes: 13 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
name: CI
on: push

on:
push:
branches:
- main

pull_request:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version:
- 2.6
- 2.7
- 3.0
- 3.1
- "3.0"
- "3.1"
- "3.2"
- "3.3"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ gemspec
gem "rake", "~> 13.0"

gem "minitest", "~> 5.0"
gem "dotenv"
gem "dotenv"
gem "vcr"
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ PATH
GEM
remote: https://rubygems.org/
specs:
dotenv (2.7.6)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
minitest (5.15.0)
rake (13.0.6)
ruby2_keywords (0.0.5)
dotenv (2.8.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
minitest (5.20.0)
net-http (0.4.1)
uri
rake (13.1.0)
uri (0.13.0)
vcr (6.2.0)

PLATFORMS
x86_64-linux
Expand All @@ -24,6 +27,7 @@ DEPENDENCIES
lemonsqueezy!
minitest (~> 5.0)
rake (~> 13.0)
vcr

BUNDLED WITH
2.3.22
Loading

0 comments on commit c2d0298

Please sign in to comment.