Sha256: e1b199d82fe26b7e41172b634c1f873df800a1c0e1fa78a0d57d6f3302097e15
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wielder_of_anor/version' Gem::Specification.new do |spec| spec.name = 'wielder_of_anor' spec.version = WielderOfAnorVersion::VERSION spec.authors = ['Chris Sellek'] spec.email = ['iamsellek@gmail.com'] spec.summary = 'Checks a user\'s staged files for \'forbidden\' words (as determined by the user) '\ 'and, if any are found, alerts the user to the locations of said words.' spec.description = 'See GitHub page for longer description.' spec.homepage = 'https://github.com/iamsellek/wielder_of_anor' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = ['wielder_of_anor'] spec.test_files = [] spec.require_paths = ['lib'] spec.add_dependency 'rainbow' spec.add_development_dependency 'bundler', '~> 1.12' spec.add_development_dependency 'rake', '~> 10.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wielder_of_anor-0.4.1 | wielder_of_anor.gemspec |
wielder_of_anor-0.4.0 | wielder_of_anor.gemspec |