Sha256: 2cf188729e6db054b7dc9cc34e2d099e4b352369f0632fd3be2723424b74489b

Contents?: true

Size: 1 KB

Versions: 24

Compression:

Stored size: 1 KB

Contents

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

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

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "lhs"
  s.version     = LHS::VERSION
  s.authors     = ['local.ch']
  s.email       = ['ws-operations@local.ch']
  s.homepage    = 'https://github.com/local-ch/lhs'
  s.summary     = 'LocalHttpServices'
  s.description = 'Rails gem providing an easy interface to use http services here at local'

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

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

  s.add_dependency 'lhc', '>= 1.2.0'
  s.add_dependency 'lhc-core-interceptors', '>= 0.1.0'

  s.add_development_dependency 'rspec-rails', '>= 3.0.0'
  s.add_development_dependency 'rails', '>= 4.0.0'
  s.add_development_dependency 'webmock'
  s.add_development_dependency 'geminabox'
  s.add_development_dependency 'pry'
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
lhs-2.2.2 lhs.gemspec
lhs-1.6.1 lhs.gemspec
lhs-2.2.1 lhs.gemspec
lhs-2.2.0 lhs.gemspec
lhs-1.6.0 lhs.gemspec
lhs-2.1.1 lhs.gemspec
lhs-2.1.0 lhs.gemspec
lhs-2.0.5 lhs.gemspec
lhs-2.0.4 lhs.gemspec
lhs-2.0.3 lhs.gemspec
lhs-2.0.2 lhs.gemspec
lhs-2.0.1 lhs.gemspec
lhs-2.0.0 lhs.gemspec
lhs-1.5.0 lhs.gemspec
lhs-1.4.0 lhs.gemspec
lhs-1.3.1 lhs.gemspec
lhs-1.3.0 lhs.gemspec
lhs-1.2.3 lhs.gemspec
lhs-1.2.2 lhs.gemspec
lhs-1.2.1 lhs.gemspec