Sha256: acf5f7c65e2afc3f2f9abc491f969e4c7c33e5ec026fb3091de5dc8f41ee5992

Contents?: true

Size: 972 Bytes

Versions: 6

Compression:

Stored size: 972 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://learn.co"
  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"
  spec.add_runtime_dependency "git", "~> 1.2"
  spec.add_runtime_dependency "learn-web", ">= 1.0.0"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
learn-submit-1.0.5 learn-submit.gemspec
learn-submit-1.0.4 learn-submit.gemspec
learn-submit-1.0.3 learn-submit.gemspec
learn-submit-1.0.2 learn-submit.gemspec
learn-submit-1.0.1 learn-submit.gemspec
learn-submit-1.0.0 learn-submit.gemspec