]> git.basschouten.com Git - openhab-addons.git/commitdiff
[jrubyscripting] don't use options for check for updates config boolean (#14299)
authorCody Cutrer <cody@cutrer.us>
Mon, 30 Jan 2023 23:12:48 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 23:12:48 +0000 (00:12 +0100)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
bundles/org.openhab.automation.jrubyscripting/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.automation.jrubyscripting/src/main/resources/OH-INF/i18n/jruby.properties

index 50b356ee27f6d0624ed11933a9b69302df19edaa..b1f6761f48dc52605e00eb3324cfb1b3f20ad408 100644 (file)
                        <description>Check RubyGems for updates to the above gems when OpenHAB starts or JRuby settings are changed.
                                Otherwise it will try to fulfill the requirements with locally installed gems, and you can manage them yourself with
                                an external Ruby by setting the same GEM_HOME.</description>
-                       <options>
-                               <option value="true">Check For Updates</option>
-                               <option value="false">Do Not Check For Updates</option>
-                       </options>
                        <default>true</default>
                        <advanced>true</advanced>
                </parameter>
index 2fb8b2a96be88bb95e1b995df7df0fa739e6e219..eeb6a6f0e03a965a493f06c0436821bcd7be457f 100644 (file)
@@ -1,7 +1,5 @@
 automation.config.jruby.check_update.label = Check for Gem Updates
 automation.config.jruby.check_update.description = Check RubyGems for updates to the above gems when OpenHAB starts or JRuby settings are changed. Otherwise it will try to fulfill the requirements with locally installed gems, and you can manage them yourself with an external Ruby by setting the same GEM_HOME.
-automation.config.jruby.check_update.option.true = Check For Updates
-automation.config.jruby.check_update.option.false = Do Not Check For Updates
 automation.config.jruby.dependency_tracking.label = Enable Dependency Tracking
 automation.config.jruby.dependency_tracking.description = Dependency tracking allows your scripts to automatically reload when one of its dependencies is updated. You may want to disable dependency tracking if you plan on editing or updating a shared library, but don't want all your scripts to reload until you can test it.
 automation.config.jruby.gem_home.label = GEM_HOME