Sha256: 1e47bd73d3ce6e7b60f87a17888a0da0123304e52300a7a527c975dd52b1e42d

Contents?: true

Size: 733 Bytes

Versions: 1

Compression:

Stored size: 733 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/ratchetio/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Brian Rue"]
  gem.email         = ["brian@ratchet.io"]
  gem.description   = %q{Official ruby gem for Ratchet.io}
  gem.summary       = %q{Reports exceptions to Ratchet.io}
  gem.homepage      = "https://github.com/ratchetio/ratchetio"

  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          = "ratchetio"
  gem.require_paths = ["lib"]
  gem.version       = Ratchetio::VERSION

  #gem.add_development_dependency "rspec", "~> 2.6"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ratchetio-0.0.2 ratchetio.gemspec