Skip to content

Commit

Permalink
Merge pull request #32 from appwrite/dev
Browse files Browse the repository at this point in the history
fix: ruby release
  • Loading branch information
christyjacob4 authored Oct 10, 2024
2 parents eee346d + 5484ef0 commit 0d86e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo -e "---\n:rubygems_api_key: $RUBYGEMS_TOKEN\n" > ~/.gem/credentials
chmod 0600 ~/.gem/credentials
env:
RUBYGEMS_TOKEN: $
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}

- name: Build gem
run: gem build appwrite.gemspec
Expand Down
3 changes: 1 addition & 2 deletions lib/appwrite/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ def initialize
'x-sdk-platform'=> 'server',
'x-sdk-language'=> 'ruby',
'x-sdk-version'=> '13.0.0',
'X-Appwrite-Response-Format' => '1.6.0'
'x-appwrite-response-format' => '1.6.0'
}

@endpoint = 'https://cloud.appwrite.io/v1'
end

Expand Down

0 comments on commit 0d86e4f

Please sign in to comment.