Module: BundleHack
- Defined in:
- lib/bundle_hack.rb,
lib/bundle_hack/gem.rb,
lib/bundle_hack/errors.rb,
lib/bundle_hack/command.rb,
lib/bundle_hack/sandbox.rb,
lib/bundle_hack/version.rb,
lib/bundle_hack/gem_cloner.rb,
lib/bundle_hack/gem_locator.rb,
lib/bundle_hack/config_writer.rb,
lib/bundle_hack/gemfile_parser.rb,
lib/bundle_hack/gemfile_writer.rb,
lib/bundle_hack/gemspec_cloner.rb,
lib/bundle_hack/gemspec_sources/base.rb,
lib/bundle_hack/gemspec_sources/path.rb,
lib/bundle_hack/gemspec_sources/cache.rb,
lib/bundle_hack/gemspec_sources/rubygems.rb
Defined Under Namespace
Modules: GemspecSources Classes: BundleHackError, Command, ConfigWriter, Gem, GemCloner, GemLocator, GemfileParser, GemfileWriter, GemspecCloner, MissingGemError, MissingSpecError, ParsingError, Sandbox
Constant Summary collapse
- GEMFILE =
'Gemfile.hack'- HACK_DIR =
'hack'- VERSION =
'0.2.0'
Class Method Summary collapse
Class Method Details
.root ⇒ Object
34 35 36 |
# File 'lib/bundle_hack.rb', line 34 def self.root Pathname.new(File.dirname(__dir__)) end |