Module: Spandx::Rubygems
- Defined in:
- lib/spandx/rubygems.rb,
lib/spandx/rubygems/cli.rb,
lib/spandx/rubygems/index.rb,
lib/spandx/rubygems/backup.rb,
lib/spandx/rubygems/backups.rb,
lib/spandx/rubygems/version.rb,
lib/spandx/rubygems/data_file.rb
Defined Under Namespace
Classes: Backup, Backups, CLI, DataFile, Error, Index
Constant Summary collapse
- VERSION =
'0.1.3'
Class Method Summary collapse
Class Method Details
.root ⇒ Object
21 22 23 |
# File 'lib/spandx/rubygems.rb', line 21 def root Pathname.new(File.dirname(__FILE__)).join('rubygems') end |