Sha256: d9e738529e60926aac1803c8d8417e8ce0bb0bbcfb270ca62ac052c436ed70ab

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 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']
      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

9 entries across 9 versions & 1 rubygems

Version Path
bloopletech-webstats-0.10.0 Rakefile
bloopletech-webstats-0.10.1 Rakefile
bloopletech-webstats-0.10.2 Rakefile
bloopletech-webstats-0.5.0 Rakefile
bloopletech-webstats-0.6.0 Rakefile
bloopletech-webstats-0.7.0 Rakefile
bloopletech-webstats-0.8.0 Rakefile
bloopletech-webstats-0.8.1 Rakefile
bloopletech-webstats-0.9.0 Rakefile