Sha256: 8ec8f0843abbbb959fa6ed351b591544c57a3781dba18a76a798d5b354263f18

Contents?: true

Size: 711 Bytes

Versions: 1

Compression:

Stored size: 711 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "git-remote-parser"
  spec.version       = Git::Remote::Parser::VERSION
  spec.authors       = ["JuanitoFatas"]
  spec.email         = ["katehuang0320@gmail.com"]

  spec.summary       = %q{Parse Git Remote URI into Useful object.}
  spec.description   = spec.summary
  spec.homepage      = "https://github.com/JuanitoFatas/git-remote-parser"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|bin)/}) }
  spec.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git-remote-parser-1.0.0 git-remote-parser.gemspec