Sha256: 09cb990aa63fd117e5d7bd28d367e3ed4e5e3583f505c6cf572de163ded94471

Contents?: true

Size: 999 Bytes

Versions: 5

Compression:

Stored size: 999 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "so_stub_very_test"
  spec.version       = SoStubVeryTest::VERSION
  spec.authors       = ["Jonathan Clem"]
  spec.email         = ["jonathan@jclem.net"]
  spec.summary       = %q{so stub...very test...much excon...wow}
  spec.description   = %q{build sensible default Excon stubs...and then build more of them}
  spec.homepage      = "https://github.com/jclem/so_stub_very_test"
  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_dependency "excon", "~> 0.25", ">= 0.25.1"
  spec.add_development_dependency "bundler", "~> 1.5"
  spec.add_development_dependency "rake"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
so_stub_very_test-0.1.0 so_stub_very_test.gemspec
so_stub_very_test-0.0.3 so_stub_very_test.gemspec
so_stub_very_test-0.0.2 so_stub_very_test.gemspec
so_stub_very_test-0.0.1 so_stub_very_test.gemspec
so_stub_very_test-0.0.0 so_stub_very_test.gemspec