Sha256: ca13128476dbf2ff5f6ae0ec6d79f219863ed395ea8fc3bc1bffcc6241eb20db
Contents?: true
Size: 544 Bytes
Versions: 1
Compression:
Stored size: 544 Bytes
Contents
#!/usr/bin/env ruby PROJECT_NAME = "simply" begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = PROJECT_NAME s.summary = "A markaby-like html builder" s.email = "scott@railsnewbie.com" s.homepage = "http://github.com/smtlaissezfaire/#{PROJECT_NAME.downcase}" s.description = "Cleaner + smaller markaby clone." s.authors = ["Scott Taylor"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simply-0.1.3 | Rakefile |