Sha256: 038421611e0f75e18df65a60fbebbdd71198a4182498e8fd66d0268cfc37e30a

Contents?: true

Size: 757 Bytes

Versions: 5

Compression:

Stored size: 757 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "smartsend/version"

Gem::Specification.new do |s|
  s.name        = 'smartsend-ruby'
  s.version     = Smartsend::VERSION
  s.date        = '2018-04-17'
  s.summary     = "Smartsend.io api client"
  s.description = "Create orders in smartsend"
  s.authors     = ["Aske Hansen"]
  s.email       = 'aske@deeco.dk'
  s.homepage    = 'https://github.com/smartsendio/smartsend-ruby'
  s.license     = 'MIT'

  s.files         = `git ls-files`.split("\n")
  s.executables   = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_dependency 'http', '~> 2.2'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smartsend-ruby-0.5.1 smartsend-ruby.gemspec
smartsend-ruby-0.5.0 smartsend-ruby.gemspec
smartsend-ruby-0.4.3 smartsend-ruby.gemspec
smartsend-ruby-0.4.2 smartsend-ruby.gemspec
smartsend-ruby-0.4.1 smartsend-ruby.gemspec