Sha256: c121e21f0f92a2832a47cc98ea06134fb219cdd68032f436981b787f736efbba

Contents?: true

Size: 841 Bytes

Versions: 21

Compression:

Stored size: 841 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'git_commands/version'

Gem::Specification.new do |s|
  s.name = "git_commands"
  s.version = GitCommands::VERSION
  s.authors = ["costajob"]
  s.email = ["costajob@gmail.com"]
  s.summary = "Utility library to rebase and aggregate your project branches"
  s.homepage = "https://github.com/costajob/git_commands.git"
  s.license = "MIT"
  s.required_ruby_version = ">= 2.1.8"

  s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|s|features)/}) }
  s.bindir = "bin"
  s.executables = %w[rebase aggregate purge]
  s.require_paths = ["lib"]

  s.add_development_dependency "bundler", "~> 1.11"
  s.add_development_dependency "rake", "~> 10.0"
  s.add_development_dependency "minitest", "~> 5.0"
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
git_commands-3.3.4 git_commands.gemspec
git_commands-3.3.3 git_commands.gemspec
git_commands-3.3.2 git_commands.gemspec
git_commands-3.3.1 git_commands.gemspec
git_commands-3.3.0 git_commands.gemspec
git_commands-3.2.9 git_commands.gemspec
git_commands-3.2.8 git_commands.gemspec
git_commands-3.2.6 git_commands.gemspec
git_commands-3.2.5 git_commands.gemspec
git_commands-3.2.4 git_commands.gemspec
git_commands-3.2.3 git_commands.gemspec
git_commands-3.2.2 git_commands.gemspec
git_commands-3.2.1 git_commands.gemspec
git_commands-3.2.0 git_commands.gemspec
git_commands-3.1.8 git_commands.gemspec
git_commands-3.1.7 git_commands.gemspec
git_commands-3.1.6 git_commands.gemspec
git_commands-3.0.5 git_commands.gemspec
git_commands-3.0.4 git_commands.gemspec
git_commands-3.0.3 git_commands.gemspec