Sha256: 45aa2c71660dafb8b0e7bce281246c2f49fcf13fdc8d1c9d822eb32183ab75e3
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
# this code is to list the contact gemspecs def listgemspecrecordfiles fileList = Dir.new($gemspec_directory).entries.sort.delete_if { |x| ! (x =~ /gemspec$/) } @listgemspecrecordfilesresult = fileList.rwd_method("fillcontactrecordgemspec") end # this method is to help fill in list of gemspecs def fillcontactrecordgemspec(inffile) applet = inffile.gsub(/\.gemspec$/, "") @a_viewgemspecdata = applet end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubyslippers-0.95 | code/xb2rubyslippersbackwindow/listgemspecrecord.rb |
rubyslippers-0.96 | code/superant.com.rubyslippersbackwindow/listgemspecrecord.rb |