lib/aliyun/version.rb in aliyun-rails-0.1.14 vs lib/aliyun/version.rb in aliyun-rails-0.1.15

- old
+ new

@@ -1,7 +1,9 @@ -# frozen_string_literal: true - -module Aliyun - VERSION = "0.1.14" - DEFAULT_UA = "AlibabaCloud (#{Gem::Platform.local.os}; " + - "#{Gem::Platform.local.cpu}) Ruby/#{RUBY_VERSION} Core/#{VERSION}" -end +# frozen_string_literal: true + +module Aliyun + module Rails + VERSION = "0.1.15" + DEFAULT_UA = "AlibabaCloud (#{Gem::Platform.local.os}; " + + "#{Gem::Platform.local.cpu}) Ruby/#{RUBY_VERSION} Core/#{VERSION}" + end +end