Sha256: bf88ff3e57c4b9520527f5e69ca82e478d22080a69bbbcd1b579f56246d72ecb

Contents?: true

Size: 1.93 KB

Versions: 13

Compression:

Stored size: 1.93 KB

Contents

# frozen_string_literal: true

$LOAD_PATH.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       = ['web@localsearch.ch']
  s.homepage    = 'https://github.com/local-ch/lhs'
  s.summary     = 'REST services accelerator: Rails gem providing an easy, active-record-like interface for http (hypermedia) json services'
  s.description = 'LHS ia a Rails-Gem, providing an ActiveRecord like interface to access HTTP-JSON-Services from Rails Applications. Special features provided by this gem are: Multiple endpoint configuration per resource, active-record-like query-chains, scopes, error handling, relations, request cycle cache, batch processing, including linked resources (hypermedia), data maps (data accessing), nested-resource handling, ActiveModel like backend validation conversion, formbuilder-compatible, three types of pagination support, service configuration per resource, kaminari-support and much more.'

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

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

  s.add_dependency 'activemodel'
  s.add_dependency 'activesupport', '>= 4.2.11'
  s.add_dependency 'lhc', '~> 10.2'

  s.add_development_dependency 'capybara'
  s.add_development_dependency 'json', '>=  1.8.2'
  s.add_development_dependency 'pry'
  s.add_development_dependency 'pry-byebug'
  s.add_development_dependency 'rails', '>= 4.2.11'
  s.add_development_dependency 'rspec-rails', '>= 3.7.0'
  s.add_development_dependency 'rubocop', '~> 0.57.1'
  s.add_development_dependency 'rubocop-rspec', '~> 1.26.0'
  s.add_development_dependency 'webmock'

  s.license = 'GPL-3'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lhs-19.9.0 lhs.gemspec
lhs-19.8.2 lhs.gemspec
lhs-19.8.1 lhs.gemspec
lhs-19.8.0 lhs.gemspec
lhs-19.7.0 lhs.gemspec
lhs-19.6.0 lhs.gemspec
lhs-19.5.0 lhs.gemspec
lhs-19.5.0.pre.wherehref.1 lhs.gemspec
lhs-19.4.1 lhs.gemspec
lhs-19.4.0 lhs.gemspec
lhs-19.3.1 lhs.gemspec
lhs-19.3.0 lhs.gemspec
lhs-19.2.0 lhs.gemspec