Sha256: 11eebddcef788e756109dbdca23ef72ac060ff05621645c2dafc32d4f897d9a3

Contents?: true

Size: 612 Bytes

Versions: 1

Compression:

Stored size: 612 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'talon_one'
  s.version = '0.1.3'
  s.date = '2018-11-05'
  s.summary = 'Client for the Talon.One API'
  s.description = 'A simple client for using the Talon.One API'
  s.authors = ['Talon.One GmbH']
  s.email = ['support@talon.one']
  s.required_ruby_version = '>= 2.2.0'
  s.files = `git ls-files`.split("\n")
  s.require_paths = ['lib']
  s.homepage = 'https://github.com/talon-one/talon-one.rb'
  s.license = 'MIT'
  s.add_runtime_dependency 'oj', '~> 3.0'
  s.add_development_dependency 'rake', '~> 12.0.0'
  s.add_development_dependency 'minitest', '~> 5.10.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-0.1.3 talon_one.gemspec