Sha256: a3d9fa0586b11ad89007c57594f22caeddbf3bb5831a2b3d5c45f4156ffa82ac
Contents?: true
Size: 607 Bytes
Versions: 3
Compression:
Stored size: 607 Bytes
Contents
task :default => [:spec] $gem_name = "biggs" desc "Run specs" task :spec do sh "spec spec/* --format specdoc --color" end begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = $gem_name s.summary = "biggs is a small ruby gem/rails plugin for formatting postal addresses from over 60 countries." s.email = "sebastian@yo.lk" s.homepage = "http://github.com/yolk/biggs" s.description = s.summary s.authors = ["Sebastian Munz"] 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 |
---|---|
kid80-biggs-0.1.5 | Rakefile |
kid80-biggs-0.1.6 | Rakefile |
yolk-biggs-0.1.4 | Rakefile |