--- !ruby/object:Gem::Specification name: visage-app version: !ruby/object:Gem::Version prerelease: true segments: - 0 - 9 - 0 - pre2 version: 0.9.0.pre2 platform: ruby authors: - Lindsay Holmwood autorequire: bindir: bin cert_chain: [] date: 2011-01-24 00:00:00 +11:00 default_executable: visage-app dependencies: - !ruby/object:Gem::Dependency name: sinatra prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 1 - 0 version: "1.0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: tilt prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 1 - 0 - 1 version: 1.0.1 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: haml prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 3 - 0 - 13 version: 3.0.13 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: errand prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 7 - 2 version: 0.7.2 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: yajl-ruby prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 7 - 6 version: 0.7.6 type: :runtime version_requirements: *id005 description: 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. email: lindsay@holmwood.id.au executables: - visage-app extensions: [] extra_rdoc_files: - README.md files: - .gitignore - AUTHORS - LICENCE - README.md - Rakefile - VERSION - bin/visage-app - features/builder.feature - features/cli.feature - features/data/config/with_no_profiles/.stub - features/json.feature - features/profiles.feature - features/step_definitions/form_steps.rb - features/step_definitions/json_steps.rb - features/step_definitions/result_steps.rb - features/step_definitions/site_steps.rb - features/step_definitions/visage_steps.rb - features/step_definitions/webrat_steps.rb - features/support/env.rb - lib/visage-app.rb - lib/visage-app/collectd/json.rb - lib/visage-app/collectd/profile.rb - lib/visage-app/collectd/rrds.rb - lib/visage-app/config.rb - lib/visage-app/config.ru - lib/visage-app/config/file.rb - lib/visage-app/graph.rb - lib/visage-app/helpers.rb - lib/visage-app/patches.rb - lib/visage-app/profile.rb - lib/visage-app/public/favicon.gif - lib/visage-app/public/images/active.png - lib/visage-app/public/images/add.png - lib/visage-app/public/images/hosts.png - lib/visage-app/public/images/loader.gif - lib/visage-app/public/images/metrics.png - lib/visage-app/public/images/search.png - lib/visage-app/public/javascripts/graph.js - lib/visage-app/public/javascripts/highcharts.js - lib/visage-app/public/javascripts/highcharts.src.js - lib/visage-app/public/javascripts/keyboard.js - lib/visage-app/public/javascripts/mootools-1.2.3-core.js - lib/visage-app/public/javascripts/mootools-1.2.5.1-more.js - lib/visage-app/public/stylesheets/screen.css - lib/visage-app/views/builder.haml - lib/visage-app/views/layout.haml - lib/visage-app/views/profile.haml - lib/visage-app/views/profiles.haml - man/visage-app.5 - man/visage-app.5.ronn - visage-app.gemspec has_rdoc: true homepage: http://visage-app.com/ licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: a web (interface | service) for viewing collectd statistics test_files: []