Sha256: c4a5af8ac76c3dda63586fef127708f2c7916f28e49c29cd70b61f5af0e5a75a
Contents?: true
Size: 1.02 KB
Versions: 6
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'brown_noser/version' Gem::Specification.new do |spec| spec.name = "brown_noser" spec.version = BrownNoser::VERSION spec.authors = ["Paul Scarrone"] spec.email = ["paul.scarrone@gmail.com"] spec.summary = %q{Helps with mundane tasks associated with grading github assignments} spec.description = %q{Will organize repos using github workflow} spec.homepage = "https://github.com/WCCCEDU/github_grading_tools_rb" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "bin" spec.executables = ['pet'] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "pry", "~> 0.10.3" spec.add_development_dependency "awesome_print", "1.6.1" end
Version data entries
6 entries across 6 versions & 1 rubygems