Sha256: f43045017c1c62e1314e5e6c075f0735c00516db2f6b9b4bff8d8793a206ddeb

Contents?: true

Size: 1014 Bytes

Versions: 1

Compression:

Stored size: 1014 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'learn_submit/version'

Gem::Specification.new do |spec|
  spec.name          = "learn-submit"
  spec.version       = LearnSubmit::VERSION
  spec.authors       = ["Flatiron School"]
  spec.email         = ["learn@flatironschool.com"]
  spec.summary       = %q{Submit your lessons to Learn.co}
  spec.homepage      = "https://github.com/learn-co/learn-submit"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib", "bin"]

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"

  spec.add_runtime_dependency "netrc", '~> 0'
  spec.add_runtime_dependency "git", "~> 1.2"
  spec.add_runtime_dependency "learn-web", "~> 1.5", ">= 1.5.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
learn-submit-1.3.1 learn-submit.gemspec