Skip to content

Commit

Permalink
Merge pull request #44 from sue445/feature/ua_format
Browse files Browse the repository at this point in the history
Tweak User-Agent format
  • Loading branch information
sue445 committed May 3, 2024
2 parents 22c62cc + 48b5bbd commit fe87386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/syobocalite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def self.search(start_at:, end_at:)

# @return [String]
def self.user_agent
"Syobocalite v#{Syobocalite::VERSION}"
"Syobocalite v#{Syobocalite::VERSION} (+https://github.com/sue445/syobocalite)"
end

def self.fetch(start_at:, end_at:)
Expand Down

0 comments on commit fe87386

Please sign in to comment.