Sha256: a5311a4a3402cf8f7ccd3e96c50ac2cd9f41474adb718c61af2e78f5596b6418
Contents?: true
Size: 908 Bytes
Versions: 3
Compression:
Stored size: 908 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rorvswild/version' Gem::Specification.new do |spec| spec.name = "rorvswild" spec.version = Rorvswild::VERSION spec.authors = ["Alexis Bernard"] spec.email = ["alexis@bernard.io"] spec.summary = "Simple Ruby on Rails application monitoring for hardcore developers with no time to waste." spec.description = "RorVsWild points bottlenecks of your app and record errors." spec.homepage = "http://www.rorvswild.com" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rorvswild-0.0.7 | rorvswild.gemspec |
rorvswild-0.0.6 | rorvswild.gemspec |
rorvswild-0.0.5 | rorvswild.gemspec |