Sha256: 0a87d3dbc00569fae576fe640fe155a8fbb05867a739b966fd19cd229b96c979

Contents?: true

Size: 906 Bytes

Versions: 17

Compression:

Stored size: 906 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "learn-web"
  spec.version       = LearnWeb::VERSION
  spec.authors       = ["Flatiron School"]
  spec.email         = ["learn@flatironschool.com"]
  spec.summary       = %q{An interface 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"]

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

  spec.add_runtime_dependency "faraday", "~> 0.9"
  spec.add_runtime_dependency "oj", "~> 2.9"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
learn-web-1.5.1 learn-web.gemspec
learn-web-1.5.0 learn-web.gemspec
learn-web-1.4.2 learn-web.gemspec
learn-web-1.4.1 learn-web.gemspec
learn-web-1.4.0 learn-web.gemspec
learn-web-1.3.0 learn-web.gemspec
learn-web-1.2.0 learn-web.gemspec
learn-web-1.1.0 learn-web.gemspec
learn-web-1.0.5 learn-web.gemspec
learn-web-1.0.4 learn-web.gemspec
learn-web-1.0.3 learn-web.gemspec
learn-web-1.0.2 learn-web.gemspec
learn-web-1.0.1 learn-web.gemspec
learn-web-1.0.0 learn-web.gemspec
learn-web-0.0.12 learn-web.gemspec
learn-web-0.0.11 learn-web.gemspec
learn-web-0.0.1 learn-web.gemspec