Skip to content
Merged
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 Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
stripe-cli-ruby (1.26.1)
stripe-cli-ruby (1.27.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe_cli/upstream.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module StripeCLI
# constants describing the upstream tailwindcss project
module Upstream
VERSION = "1.26.1"
VERSION = "1.27.0"

# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module StripeCLI
VERSION = "1.26.1"
VERSION = "1.27.0"
end
2 changes: 1 addition & 1 deletion rakelib/package.rake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ task "gem:ruby" => [ gem_path ]
tmpdir = "tmp"
directory tmpdir

sumpath = File.join(tmpdir, "checksums.txt")
sumpath = File.join(tmpdir, "stripe_#{StripeCLI::Upstream::VERSION}_checksums.txt")
file sumpath => [ tmpdir ] do
%w[ linux mac windows ].each do |platform|
checksums_url = stripe_cli_download_url("stripe-#{platform}-checksums.txt")
Expand Down
Loading