Sha256: d793dfc701cd9b07219182320a14d9b35f47e5311d2305af8db846ca948a2941
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
#!/usr/bin/ruby # -*- ruby -*- require 'rubygems' require 'hoe' require './lib/statsample' if File.exists? './local_rakefile.rb' require './local_rakefile' end Hoe.spec('statsample') do |p| p.version=Statsample::VERSION p.rubyforge_name = "ruby-statsample" p.developer('Claudio Bustos', 'clbustos@gmail.com') p.extra_deps << ["spreadsheet","=0.6.4"] << "svg-graph" p.clean_globs << "test/images/*" # p.rdoc_pattern = /^(lib|bin|ext\/distributions)|txt$/ end # vim: syntax=Ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
statsample-0.3.0 | Rakefile |
statsample-0.3.1 | Rakefile |