Sha256: c0f6f06e8ae2c7892ca27dcd81eface8c3c328b217985f271fe0ed20c12447ae

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 KB

Contents

require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
      s.name = %q{webstats}
      s.version = "0.1.0"

      s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
      s.authors = ["Brenton Fletcher"]
      s.date = Date.today.strftime("%Y-%m-%d")
      s.description = s.summary = %q{Monitor server CPU/Memory/Disk Usage/URL Loading, so that you can view those statistics on a web page, as well as providing an interface to client prorams to read those statistics.}
      s.email = %q{i@bloople.net}
      s.files = Dir['**/*'].reject { |fn| fn =~ /(\.o|\.so|\.bundle|Makefile|\.gem)$/ }
      s.executables = ['webstats', 'webstats_growl_notifier', 'webstats_email_notifier']
      s.extensions = ["server/data_providers/extconf.rb"]
      s.has_rdoc = false
      s.homepage = %q{http://github.com/bloopletech/webstats}
      s.require_paths = [""]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
bloopletech-webstats-0.10.4 Rakefile
bloopletech-webstats-0.10.5 Rakefile
webstats-0.1.0 Rakefile