Sha256: 22de6ca2fbbb3205f421fb898e4356f6f87377d994058dc87d866923a1dfd320
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "compact_index_client/version" Gem::Specification.new do |spec| spec.name = "compact_index_client" spec.version = CompactIndexClient::VERSION spec.authors = ["Samuel E. Giddins"] spec.email = ["segiddins@segiddins.me"] spec.summary = "The client for the new Bundler compact index format." spec.homepage = "https://github.com/bundler/compact_index_client" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject {|f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) } spec.require_paths = ["lib"] spec.post_install_message = "This gem is deprecated and is no longer supported by the Bundler team." spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compact_index_client-2.0.0 | compact_index_client.gemspec |