Sha256: be2238299424d0b35e3b9516e034df5762bdf27cffdfb7b10d71b4e5ea47428c
Contents?: true
Size: 852 Bytes
Versions: 3
Compression:
Stored size: 852 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'git_bundle/version' Gem::Specification.new do |spec| spec.name = 'git-bundle' spec.version = GitBundle::VERSION spec.authors = ['Pierre Pretorius'] spec.email = ['pierre@labs.epiuse.com'] spec.summary = %q{Makes life easier when working with git and local overrides of bundled gems.} spec.description = %q{If you are using Bundler and local overrides of gems or Rails engines this gem might be for you.} spec.homepage = 'https://github.com/EPI-USE-Labs/git-bundle' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = 'gitb' spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.12' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git-bundle-1.0.2 | git-bundle.gemspec |
git-bundle-1.0.1 | git-bundle.gemspec |
git-bundle-1.0.0 | git-bundle.gemspec |