Sha256: 7b06d23087fd661d3809b3d1d0646c9c556ac21aa45474afc6d3c599fdd1e9ef

Contents?: true

Size: 863 Bytes

Versions: 3

Compression:

Stored size: 863 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require "remnant/version"

Gem::Specification.new do |s|
  s.name        = "remnant"
  s.version     = Remnant::VERSION
  s.platform    = Gem::Platform::RUBY
  s.license     = 'MIT'
  s.authors     = ["John 'asceth' Long"]
  s.email       = ["machinist@asceth.com"]
  s.homepage    = "https://github.com/asceth/remnant"
  s.summary     = "Rails statistical discoverer"
  s.description = "Remnant - peering into your ruby apps and discovering statistics you never knew could be so awful..."

  s.rubyforge_project = "remnant"

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

  s.add_dependency 'statsd-ruby', '~> 1.0', '>= 1.0.0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
remnant-1.0.0 remnant.gemspec
remnant-0.9.5 remnant.gemspec
remnant-0.9.4 remnant.gemspec