Sha256: 7756f9424d6df7cce7e09976e4fb99d849531565f818917299202673a9fa7252
Contents?: true
Size: 897 Bytes
Versions: 1
Compression:
Stored size: 897 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'sentia_git_hooks/version' Gem::Specification.new do |spec| spec.name = "sentia_git_hooks" spec.version = SentiaGitHooks::VERSION spec.authors = ["Sia. S."] spec.email = ["sia.s.saj@gmail.com"] spec.summary = "Some git hooks for Sentia" spec.description = "" spec.homepage = "http://github.com/Sentia/git-hooks" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = ["sentia_git_hooks"] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.9" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "pry" spec.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sentia_git_hooks-0.2.0 | sentia_git_hooks.gemspec |