Sha256: f940eb4ed2380efa999570a794f9d8620442e78ddf01ea38ee2c4a518c6acff8

Contents?: true

Size: 1.54 KB

Versions: 3

Compression:

Stored size: 1.54 KB

Contents

#
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "visage-app/version"

Gem::Specification.new do |s|
  s.name        = "visage-app"
  s.version     = Visage::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = [ "Lindsay Holmwood" ]
  s.email       = [ "lindsay@holmwood.id.au" ]
  s.homepage    = "http://visage-app.com/"
  s.summary     = %q{A web (interface | service) for viewing collectd statistics.}
  s.description = %q{Visage is a web interface for viewing collectd statistics. It also provides a JSON interface onto collectd's RRD data, giving you an easy way to mash up the data.}

  s.rubyforge_project = "visage-app"

  s.required_ruby_version     = ">= 1.8.7"
  s.required_rubygems_version = ">= 1.3.6"

  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_runtime_dependency     "haml",      "= 3.1.4"
  s.add_runtime_dependency     "tilt",      "= 1.3.3"
  s.add_runtime_dependency     "sinatra",   "= 1.3.2"
  s.add_runtime_dependency     "errand",    "= 0.7.3"
  s.add_runtime_dependency     "yajl-ruby", "= 1.1.0"
  s.add_development_dependency "shotgun",   ">= 0"
  s.add_development_dependency "rack-test", ">= 0"
  s.add_development_dependency "rspec",     ">= 0"
  s.add_development_dependency "cucumber",  ">= 0"
  s.add_development_dependency "webrat",    ">= 0"
  s.add_development_dependency "colorize",  ">= 0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
visage-app-2.1.0 visage-app.gemspec
visage-app-2.0.5 visage-app.gemspec
visage-app-2.0.4 visage-app.gemspec