Sha256: 5447f1d379188893a1d9161d129589391b7acc50a183d5c965cdf1228e49c8ad

Contents?: true

Size: 1.26 KB

Versions: 13

Compression:

Stored size: 1.26 KB

Contents

$:.push File.expand_path("../lib", __FILE__)

# Maintain your gem's version:
require "lhc/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "lhc"
  s.version     = LHC::VERSION
  s.authors     = ['https://github.com/local-ch/lhc/contributors']
  s.email       = ['ws-operations@local.ch']
  s.homepage    = 'https://github.com/local-ch/lhc'
  s.summary     = 'LocalHttpClient'
  s.description = 'Rails gem for HTTP: Wraps typhoeus and provides additional features (like interceptors)'

  s.files        = `git ls-files`.split("\n")
  s.test_files   = `git ls-files -- spec/*`.split("\n")
  s.require_paths = ['lib']

  s.requirements << 'Ruby >= 2.0.0'
  s.required_ruby_version = '>= 2.0.0'

  s.add_dependency 'typhoeus', '>= 0.11'
  s.add_dependency 'activesupport', '>= 4.2'
  s.add_dependency 'addressable'

  s.add_development_dependency 'rspec-rails', '>= 3.0.0'
  s.add_development_dependency 'rails', '~> 4.2'
  s.add_development_dependency 'webmock'
  s.add_development_dependency 'geminabox'
  s.add_development_dependency 'pry'
  s.add_development_dependency 'rubocop', '~> 0.36.0'
  s.add_development_dependency 'rubocop-rspec'
  s.add_development_dependency 'prometheus-client', '~> 0.7.1'

  s.license = 'GPL-3'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lhc-9.2.0 lhc.gemspec
lhc-9.1.2 lhc.gemspec
lhc-9.1.2.pre lhc.gemspec
lhc-9.1.1 lhc.gemspec
lhc-8.1.1 lhc.gemspec
lhc-9.1.0 lhc.gemspec
lhc-9.0.0 lhc.gemspec
lhc-8.1.0 lhc.gemspec
lhc-8.0.0 lhc.gemspec
lhc-7.3.3 lhc.gemspec
lhc-7.3.2 lhc.gemspec
lhc-7.3.1 lhc.gemspec
lhc-7.3.0 lhc.gemspec