Sha256: d4285f626d220bcdc70c728c2930ce4feeb41501a01de0e52e4b512ea8a44ae8
Contents?: true
Size: 357 Bytes
Versions: 1
Compression:
Stored size: 357 Bytes
Contents
module Developmentkit class Tool class << self def show_bundle_command puts " *** Bundle Command ***" puts "bundle update #{dependencies_map}" end def dependencies_map spec = Gem::Specification.load 'developmentkit.gemspec' spec.runtime_dependencies.map(&:name).join(' ') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
developmentkit-0.1.1 | lib/developmentkit/tool.rb |