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 = ['did@locomotivecms.com'] 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 'bundler', '~> 1.10.6' spec.add_development_dependency 'rake', '~> 10.4.2' spec.add_dependency 'faraday', '~> 0.9.1' spec.add_dependency 'faraday_middleware', '~> 0.10.0' spec.add_dependency 'activesupport', '~> 4.2.3' spec.required_ruby_version = '>= 2.0' end