Sha256: c8f9a23f053a891e9bc5528c37ab62aac2c7ff01f3ac2438708424d0678bfb8c
Contents?: true
Size: 880 Bytes
Versions: 1
Compression:
Stored size: 880 Bytes
Contents
# coding: utf-8 require './lib/bundler/canary/version' Gem::Specification.new do |spec| spec.name = "rubinius-bundler-canary" spec.version = Bundler::Canary::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.summary = %q{A utility to test Rubinius runs Bundler.} spec.description = %q{A simple repository and gem to help test and troubleshoot issues with Rubinius running Bundler.} spec.homepage = "https://github.com/rubinius/bundler-canary" spec.license = "BSD" 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_development_dependency "bundler", "~> 1.5" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubinius-bundler-canary-1.0.0 | rubinius-bundler-canary.gemspec |