Sha256: b90ddcbb5d2e0bc1af35ca88f1a01b69db2240f43e4587b9beb7e6444fe81f88
Contents?: true
Size: 894 Bytes
Versions: 6
Compression:
Stored size: 894 Bytes
Contents
require 'rake/testtask' desc 'Default: run tests' task :default => :test desc 'Test AutoHtml' Rake::TestTask.new(:test) do |t| t.pattern = 'test/**/*_test.rb' end begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "auto_html" gem.summary = %{Automatically transforms urls (via domain) and includes the destination resource (Vimeo, YouTube movie, image, ...) in your document} gem.email = "desimic@gmail.com" gem.homepage = "http://github.com/dejan/auto_html" gem.description = "Automatically transforms urls (via domain) and includes the destination resource (Vimeo, YouTube movie, image, ...) in your document" gem.authors = ["Dejan Simic"] gem.files.exclude 'test.sqlite3' gem.has_rdoc = false end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
dejan-auto_html-1.1.0 | Rakefile |
dejan-auto_html-1.1.1 | Rakefile |
dejan-auto_html-1.1.2 | Rakefile |
dejan-auto_html-1.2.0 | Rakefile |
auto_html-1.2.1 | Rakefile |
auto_html-1.2.0 | Rakefile |