code/superant.com.rwdshell/saveconfigurationrecord.rb in rwdruby-1.07 vs code/superant.com.rwdshell/saveconfigurationrecord.rb in rwdruby-1.08
- old
+ new
@@ -1,8 +1,8 @@
# this method adds a new address record
def saverwdshellconfiguration
require 'fileutils'
- rwdshellname = "rwdwruby-" + RwdRubyVersion + ".cnf"
+ rwdshellname = "rwdwruby.cnf"
newname = rwdshellname # grab the filename to create
newdata =@a_rshellconfiguration
begin # exception trapped block
fileName = File.join( ConfigurationDir, newname )