Sha256: af59d8bbb8a6fc4101a81430a483212fb08b5d32c509d75c6da19239d3ff0bf9

Contents?: true

Size: 824 Bytes

Versions: 2

Compression:

Stored size: 824 Bytes

Contents

$:.push File.expand_path(File.join(File.dirname(__FILE__), "lib"))
require 'klomp'

Gem::Specification.new do |gem|
  gem.authors       = ["LivingSocial"]
  gem.email         = ["dev.happiness@livingsocial.com"]
  gem.description   = "A simple wrapper around the OnStomp library with additional features"
  gem.summary       = "A simple wrapper around the OnStomp library with additional features"
  gem.homepage      = "https://github.com/livingsocial/klomp"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "klomp"
  gem.require_paths = ["lib"]
  gem.version       = Klomp::VERSION

  gem.add_dependency("onstomp", "~> 1.0.7")
  gem.add_dependency("json")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
klomp-0.0.3 klomp.gemspec
klomp-0.0.2 klomp.gemspec