Sha256: 26e3dffed90ccfc4b83b6a77166b332ca4c950e615b31023420356d0355b0cf0
Contents?: true
Size: 791 Bytes
Versions: 6
Compression:
Stored size: 791 Bytes
Contents
# encoding: utf-8 require 'rubygems' require 'bundler' begin Bundler.setup(:default, :development) rescue Bundler::BundlerError => e $stderr.puts e.message $stderr.puts "Run `bundle install` to install missing gems" exit e.status_code end require 'rake' require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options gem.name = 'vnstat-ruby' gem.homepage = 'http://github.com/tlux/vnstat-ruby' gem.license = 'MIT' gem.summary = 'A Ruby wrapper for vnstat.' gem.description = 'Uses the the vnstat CLI to track your network traffic.' gem.email = 'tobias.casper@gmail.com' gem.authors = ['Tobias Casper'] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
vnstat-ruby-1.1.0 | Rakefile |
vnstat-ruby-1.0.5 | Rakefile |
vnstat-ruby-1.0.4 | Rakefile |
vnstat-ruby-1.0.3 | Rakefile |
vnstat-ruby-1.0.2 | Rakefile |
vnstat-ruby-1.0.1 | Rakefile |