Skip to content

Commit 631e258

Browse files
Automatically update Ruby SDK
1 parent 4ef4421 commit 631e258

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module TrophyApiClient
44
class Environment
5-
PRODUCTION = { api: "api.trophy.so", admin: "admin.trophy.so" }.freeze
5+
PRODUCTION = { api: "https://api.trophy.so/v1", admin: "https://admin.trophy.so/v1" }.freeze
66
end
77
end

lib/gemconfig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module TrophyApiClient
44
module Gemconfig
5-
VERSION = "1.0.28"
5+
VERSION = "1.0.29"
66
AUTHORS = ["Trophy Labs, Inc"].freeze
77
EMAIL = ""
88
SUMMARY = "Ruby library for the Trophy API."

lib/trophy_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MyGem
2-
VERSION = "1.0.28"
2+
VERSION = "1.0.29"
33
end

0 commit comments

Comments
 (0)