Sha256: 38fb00608735e7ad0099077d5b921b7a4ed1fb84cab868c332b5c81474748e42
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
require_relative 'lib/locomotive/coal/version' Gem::Specification.new do |spec| spec.name = 'locomotivecms_coal' spec.version = Locomotive::Coal::VERSION spec.authors = ['Didier Lafforgue'] spec.email = ['didier@nocoffee.fr'] spec.description = %q{The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform} spec.summary = %q{The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform} spec.homepage = 'https://github.com/locomotivecms/coal' spec.license = 'MIT' spec.files = `git ls-files`.split($/) 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_development_dependency 'rake', '~> 13.0.1' spec.add_dependency 'httpclient', '~> 2.8.3' spec.add_dependency 'faraday', '~> 0.17' spec.add_dependency 'faraday_middleware', '~> 0.13.1' spec.add_dependency 'activesupport', '>= 5.1.5', '< 6.1' spec.add_dependency 'mime-types', '~> 3.3.0' spec.required_ruby_version = '>= 2.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms_coal-1.7.0 | locomotivecms_coal.gemspec |