Sha256: 39b0522f2a9fe4aec7de5087d188c3727f33f93b4eb33d3ae11526058106353b
Contents?: true
Size: 784 Bytes
Versions: 6
Compression:
Stored size: 784 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 = "mailarchiva" gem.homepage = "http://github.com/Archdiocese-of-New-Orleans/mailarchiva" gem.license = "MIT" gem.summary = %Q{Access the Mailarchiva API} gem.description = %Q{A gem to access the Mailarchiva API} gem.email = "dj@dbjohn.com" gem.authors = ["David John"] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mailarchiva-1.0.0 | Rakefile |
mailarchiva-0.0.12 | Rakefile |
mailarchiva-0.0.11 | Rakefile |
mailarchiva-0.0.10 | Rakefile |
mailarchiva-0.0.9 | Rakefile |
mailarchiva-0.0.8 | Rakefile |