Sha256: f97e3a9d19c3b3cb7c13cade02bc7ffd03e9ac482f3ef2d7eb576378b1192159
Contents?: true
Size: 810 Bytes
Versions: 1
Compression:
Stored size: 810 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require 'innertube/version' Gem::Specification.new do |gem| gem.name = 'innertube' gem.version = Innertube::VERSION gem.summary = "A thread-safe resource pool, originally borne in riak-client (Ripple)." gem.description = "Because everyone needs their own pool library." gem.email = [ "sean@basho.com", "aphyr@aphyr.com" ] gem.homepage = "http://github.com/basho/innertube" gem.authors = ["Sean Cribbs", "Kyle Kingsbury"] # Files ignores = File.read(".gitignore").split(/\r?\n/).reject{ |f| f =~ /^(#.+|\s*)$/ }.map {|f| Dir[f] }.flatten gem.files = (Dir['**/*','.gitignore'] - ignores).reject {|f| !File.file?(f) } # gem.test_files = (Dir['spec/**/*','.gitignore'] - ignores).reject {|f| !File.file?(f) } gem.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
innertube-1.0.0 | innertube.gemspec |