Sha256: 74c4fca5b17779e2ff9f4dd2e7fe6f0db83c41d5a98c260851c6514e37a36ba9
Contents?: true
Size: 973 Bytes
Versions: 3
Compression:
Stored size: 973 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bundle_depot/version' Gem::Specification.new do |spec| spec.name = "bundle_depot" spec.version = BundleDepot::VERSION spec.authors = ["Michael Schmidt"] spec.email = ["michael02.schmidt@sap.com"] spec.description = %q{Speed up Bundler by caching bundles} spec.summary = %q{Speed up Bundler by caching bundles} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "thor" spec.add_development_dependency "cucumber" spec.add_development_dependency "aruba" spec.add_development_dependency "rake" spec.add_development_dependency "geminabox-ng" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bundle_depot-0.0.3 | bundle_depot.gemspec |
bundle_depot-0.0.2 | bundle_depot.gemspec |
bundle_depot-0.0.1 | bundle_depot.gemspec |