File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,10 @@ jobs:
2828 environment : production
2929
3030 - name : Setup Ruby
31- uses : ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
31+ uses : ruby/setup-ruby@v1
3232 with :
3333 ruby-version : 3.4.3
3434
35- - name : Build Gem
36- run : gem build -o patch_ruby.gem patch_ruby.gemspec
37-
3835 - name : Install Ruby Dependencies
3936 run : bundle install
4037
4340 SANDBOX_API_KEY : ${{ secrets.SANDBOX_API_KEY }}
4441 run : bundle exec rspec
4542
46- - name : Push to RubyGems
47- run : gem push patch_ruby.gem
43+ - uses : rubygems/release-gem@v1
4844
4945 - name : Update deployment status (success)
5046 if : success()
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- patch_ruby (2.6.0 )
4+ patch_ruby (2.6.1 )
55 typhoeus (~> 1.0 , >= 1.0.1 )
66
77GEM
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ApiClient
3131 # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
3232 def initialize ( config = Configuration . default )
3333 @config = config
34- @user_agent = "patch-ruby/2.6.0 "
34+ @user_agent = "patch-ruby/2.6.1 "
3535 @default_headers = {
3636 'Content-Type' => 'application/json' ,
3737 'User-Agent' => @user_agent
Original file line number Diff line number Diff line change 1111=end
1212
1313module Patch
14- VERSION = '2.6.0 '
14+ VERSION = '2.6.1 '
1515end
You can’t perform that action at this time.
0 commit comments