Sha256: 3f83acbdf689c117d011f0b4598a21507e4d3cbcc3864054bd541e761f1f208f
Contents?: true
Size: 555 Bytes
Versions: 2
Compression:
Stored size: 555 Bytes
Contents
#!/usr/bin/env ruby PROJECT_NAME = "simply" begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "simply" s.summary = "A minimal markaby-esq ruby templating language" s.email = "scott@railsnewbie.com" s.homepage = "http://github.com/smtlaissezfaire/simply" s.description = "A minimal markaby-esq ruby templating language" 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
smtlaissezfaire-simply-0.2.1 | Rakefile |
simply-0.2.3 | Rakefile |