Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rspec_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["3.1", "3.2", "3.3"]
gemfile: ["stripe_12", "stripe_13"]
gemfile: ["stripe_6", "stripe_7", "stripe_8", "stripe_9", "stripe_10", "stripe_11", "stripe_12", "stripe_13"]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This gem has unexpectedly grown in popularity and I've gotten pretty busy, so I'

In your gemfile:

gem 'stripe-ruby-mock', :require => 'stripe_mock'
gem 'stripe-ruby-mock'

## !!! Important

Expand Down
13 changes: 13 additions & 0 deletions gemfiles/stripe_10.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "stripe", "10.15.0"

group :test do
gem "rake"
gem "dotenv"
end

gemspec path: "../"
59 changes: 59 additions & 0 deletions gemfiles/stripe_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
PATH
remote: ..
specs:
stripe-ruby-mock (5.0.0)
dante (>= 0.2.0)
drb (>= 2.0.4, < 3)
multi_json (~> 1.0)
stripe (> 5, < 14)

GEM
remote: https://rubygems.org/
specs:
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
daemons (1.4.1)
dante (0.2.0)
diff-lcs (1.6.2)
dotenv (3.2.0)
drb (2.2.3)
eventmachine (1.2.7)
multi_json (1.19.1)
rack (2.2.22)
rake (13.3.1)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
stripe (10.15.0)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.5.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
dotenv
rake
rspec (~> 3.13.0)
stripe (= 10.15.0)
stripe-ruby-mock!
thin (~> 1.8.1)

BUNDLED WITH
2.6.8
13 changes: 13 additions & 0 deletions gemfiles/stripe_11.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "stripe", "11.7.0"

group :test do
gem "rake"
gem "dotenv"
end

gemspec path: "../"
59 changes: 59 additions & 0 deletions gemfiles/stripe_11.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
PATH
remote: ..
specs:
stripe-ruby-mock (5.0.0)
dante (>= 0.2.0)
drb (>= 2.0.4, < 3)
multi_json (~> 1.0)
stripe (> 5, < 14)

GEM
remote: https://rubygems.org/
specs:
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
daemons (1.4.1)
dante (0.2.0)
diff-lcs (1.6.2)
dotenv (3.2.0)
drb (2.2.3)
eventmachine (1.2.7)
multi_json (1.19.1)
rack (2.2.22)
rake (13.3.1)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
stripe (11.7.0)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.5.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
dotenv
rake
rspec (~> 3.13.0)
stripe (= 11.7.0)
stripe-ruby-mock!
thin (~> 1.8.1)

BUNDLED WITH
2.6.8
2 changes: 1 addition & 1 deletion gemfiles/stripe_12.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stripe-ruby-mock (4.0.0)
stripe-ruby-mock (5.0.0)
dante (>= 0.2.0)
drb (>= 2.0.4, < 3)
multi_json (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/stripe_13.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stripe-ruby-mock (4.0.0)
stripe-ruby-mock (5.0.0)
dante (>= 0.2.0)
drb (>= 2.0.4, < 3)
multi_json (~> 1.0)
Expand Down
13 changes: 13 additions & 0 deletions gemfiles/stripe_6.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "stripe", "6.5.0"

group :test do
gem "rake"
gem "dotenv"
end

gemspec path: "../"
59 changes: 59 additions & 0 deletions gemfiles/stripe_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
PATH
remote: ..
specs:
stripe-ruby-mock (5.0.0)
dante (>= 0.2.0)
drb (>= 2.0.4, < 3)
multi_json (~> 1.0)
stripe (> 5, < 14)

GEM
remote: https://rubygems.org/
specs:
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
daemons (1.4.1)
dante (0.2.0)
diff-lcs (1.6.2)
dotenv (3.2.0)
drb (2.2.3)
eventmachine (1.2.7)
multi_json (1.19.1)
rack (2.2.22)
rake (13.3.1)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
stripe (6.5.0)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.5.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
dotenv
rake
rspec (~> 3.13.0)
stripe (= 6.5.0)
stripe-ruby-mock!
thin (~> 1.8.1)

BUNDLED WITH
2.6.8
13 changes: 13 additions & 0 deletions gemfiles/stripe_7.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "stripe", "7.1.0"

group :test do
gem "rake"
gem "dotenv"
end

gemspec path: "../"
59 changes: 59 additions & 0 deletions gemfiles/stripe_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
PATH
remote: ..
specs:
stripe-ruby-mock (5.0.0)
dante (>= 0.2.0)
drb (>= 2.0.4, < 3)
multi_json (~> 1.0)
stripe (> 5, < 14)

GEM
remote: https://rubygems.org/
specs:
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
daemons (1.4.1)
dante (0.2.0)
diff-lcs (1.6.2)
dotenv (3.2.0)
drb (2.2.3)
eventmachine (1.2.7)
multi_json (1.19.1)
rack (2.2.22)
rake (13.3.1)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
stripe (7.1.0)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.5.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
dotenv
rake
rspec (~> 3.13.0)
stripe (= 7.1.0)
stripe-ruby-mock!
thin (~> 1.8.1)

BUNDLED WITH
2.6.8
13 changes: 13 additions & 0 deletions gemfiles/stripe_8.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "stripe", "8.7.0"

group :test do
gem "rake"
gem "dotenv"
end

gemspec path: "../"
Loading