diff --git a/lib/appium_thor/helpers.rb b/lib/appium_thor/helpers.rb index 27f5424..7f477e4 100644 --- a/lib/appium_thor/helpers.rb +++ b/lib/appium_thor/helpers.rb @@ -4,7 +4,6 @@ module Helpers # Sets the permissions on the gem credentials # Runs gem build gemspec def _build_gem - `chmod 0600 ~/.gem/credentials` sh "gem build #{gem_name}.gemspec" end diff --git a/lib/appium_thor/version.rb b/lib/appium_thor/version.rb index d97c20d..99ee409 100644 --- a/lib/appium_thor/version.rb +++ b/lib/appium_thor/version.rb @@ -1,6 +1,6 @@ module Appium module Thor - VERSION = '2.0.0' unless defined? ::Appium::Thor::VERSION + VERSION = '2.0.1' unless defined? ::Appium::Thor::VERSION DATE = '2024-04-26' unless defined? ::Appium::Thor::DATE end end \ No newline at end of file