Sha256: e1fc7196876ceada24fc5a4e10c947f4247cb15d51560660bfcbf3749b6d667c

Contents?: true

Size: 799 Bytes

Versions: 1

Compression:

Stored size: 799 Bytes

Contents

if Gem::Specification::find_all_by_name("jeweler").any?
  
  require 'jeweler'

  Jeweler::Tasks.new do |gem|
    # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
    gem.name = "usps_intelligent_barcode"
    gem.homepage = "http://github.com/wconrad/usps_intelligent_barcode"
    gem.license = "MIT"
    gem.summary = %Q{Generates a USPS Intelligent Mail Barcode.}
    gem.description =
      ("A pure Ruby library to generate a USPS Intelligent "\
       "Mail barcode.  It generates the string of characters "\
       "to print with one of the USPS Intelligent Mail barcode "\
       "fonts.")
    gem.email = "wconrad@yagni.com"
    gem.authors = ["Wayne Conrad"]
    # dependencies defined in Gemfile
  end

  Jeweler::RubygemsDotOrgTasks.new

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
usps_intelligent_barcode-1.0.0 rake/jeweler.rb