Sha256: 2b61cfce51fc0d3a54789887b47caf93a0c9f43ca121954dca02e4fbfef199e5
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 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://ratchet.io/" 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.1 | ratchetio.gemspec |