Sha256: a624b891a802f97bbd54f889c6ddd62abdf166ae72687d63735611bcce38a3c9

Contents?: true

Size: 896 Bytes

Versions: 1

Compression:

Stored size: 896 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/commit-msg-url-shortener/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Daniele Molteni"]
  gem.email         = ["dani.m.mobile@gmail.com"]
  gem.description   = %q{Shortens the url that may appear in your commit message.}
  gem.summary       = %q{Shortens the url that may appear in your commit message.}
  gem.homepage      = ""
  gem.platform      = Gem::Platform::RUBY

  gem.files         = `git ls-files`.split($\)
  gem.executables   << CommitMsgUrlShortener::BIN_NAME
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = CommitMsgUrlShortener::GEM_NAME
  gem.require_paths = ["lib"]
  gem.version       = CommitMsgUrlShortener::VERSION

  gem.add_development_dependency "bundler"
  gem.add_development_dependency "rake"
  gem.add_development_dependency "rspec"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commit-msg-url-shortener-0.0.1 commit-msg-url-shortener.gemspec