Sha256: eece8346af4ebf34ce1f5ff187dbe9edbd3d85bced1d3fd08f0938f6f4a20363

Contents?: true

Size: 1.17 KB

Versions: 18

Compression:

Stored size: 1.17 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     = ['https://github.com/local-ch/lhs/graphs/contributors']
  s.email       = ['ws-operations@local.ch']
  s.homepage    = 'https://github.com/local-ch/lhs'
  s.summary     = 'Rails gem providing an easy, active-record-like interface for http json services'
  s.description = s.summary

  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', '>= 3.5.2'
  s.add_dependency 'lhc-core-interceptors', '>= 2.0.1'

  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'
  s.add_development_dependency 'pry-byebug'
  s.add_development_dependency 'ciderizer'
  s.add_development_dependency 'capybara'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
lhs-5.7.1 lhs.gemspec
lhs-5.7.0 lhs.gemspec
lhs-5.6.6 lhs.gemspec
lhs-5.6.5 lhs.gemspec
lhs-5.6.4 lhs.gemspec
lhs-5.6.3 lhs.gemspec
lhs-5.6.2 lhs.gemspec
lhs-5.6.1 lhs.gemspec
lhs-5.6.0 lhs.gemspec
lhs-5.5.0 lhs.gemspec
lhs-5.4.2 lhs.gemspec
lhs-5.4.1 lhs.gemspec
lhs-5.4.0 lhs.gemspec
lhs-5.3.0 lhs.gemspec
lhs-5.2.0 lhs.gemspec
lhs-5.1.0 lhs.gemspec
lhs-5.0.4 lhs.gemspec
lhs-5.0.3 lhs.gemspec