Sha256: 3f8c4b344bfb8756fee3fa865c9f1f6c8cd2b5e2bdb2da20a0d4911e189aeb84

Contents?: true

Size: 788 Bytes

Versions: 6

Compression:

Stored size: 788 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "gitscape/version"


Gem::Specification.new do |s|
  s.name        = "gitscape"
  s.version     = Gitscape::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Jon Botelho"]
  s.email	= ["gitscape@eachscape.com"]
  s.homepage	= "https://github.com/eachscape/gitscape"
  s.summary     = "Various Git utilities for cherry-pick/rebase workflows."
  s.description = "Various Git utilities for cherry-pick/rebase workflows."

  s.add_dependency "git", "~> 1.2.5"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gitscape-1.3.4 gitscape.gemspec
gitscape-1.3.2 gitscape.gemspec
gitscape-1.3.1 gitscape.gemspec
gitscape-1.3 gitscape.gemspec
gitscape-1.2 gitscape.gemspec
gitscape-1.1 gitscape.gemspec