File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 33 release :
44 types : [created]
55
6+ permissions :
7+ id-token : write # Required for OIDC
8+ deployments : write
9+ contents : read
10+
611jobs :
712 publish :
813 name : Publish
2328 environment : production
2429
2530 - name : Setup Ruby
26- uses : ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
31+ uses : ruby/setup-ruby@v1
2732 with :
28- ruby-version : 2.7.1
29-
30- - name : Build Gem
31- run : gem build -o patch_ruby.gem patch_ruby.gemspec
33+ ruby-version : 3.4.3
3234
3335 - name : Install Ruby Dependencies
3436 run : bundle install
3840 SANDBOX_API_KEY : ${{ secrets.SANDBOX_API_KEY }}
3941 run : bundle exec rspec
4042
41- - name : Push to RubyGems
42- env :
43- GEM_HOST_API_KEY : ${{ secrets.GEM_HOST_API_KEY }}
44- run : gem push patch_ruby.gem
43+ - uses : rubygems/release-gem@v1
4544
4645 - name : Update deployment status (success)
4746 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