We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31910c9 + c322aca commit 4cd4e40Copy full SHA for 4cd4e40
lib/mollie/client.rb
@@ -50,8 +50,8 @@ def initialize(api_key = nil)
50
@api_key = api_key
51
@version_strings = []
52
53
- add_version_string 'Mollie/' << VERSION
54
- add_version_string 'Ruby/' << RUBY_VERSION
+ add_version_string "Mollie/#{VERSION}"
+ add_version_string "Ruby/#{RUBY_VERSION}"
55
add_version_string OpenSSL::OPENSSL_VERSION.split(' ').slice(0, 2).join '/'
56
end
57
0 commit comments