Sha256: cd56d485372fb27553180b0e09078097ee0934f666ceb9411893711c84bd004b
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 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 = "https://github.com/daniele-m/commit-msg-url-shortener" 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.2 | commit-msg-url-shortener.gemspec |