Sha256: ffc997f0c5d49569c4fe333f94282a28a04859b00241928b29427f63ea286f0a
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
Contents
require "rubygems" require 'spec/rake/spectask' require File.dirname(__FILE__) + '/lib/staticmatic' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "staticmatic" gem.executables = "staticmatic" gem.summary = "Lightweight Static Site Framework" gem.email = "steve@curve21.com" gem.homepage = "http://staticmatic.net" gem.description = "Lightweight Static Site Framework" gem.authors = ["Stephen Bartholomew"] gem.rubyforge_project = "staticmatic" gem.files = FileList["[A-Z]*", "{bin,lib,spec}/**/*"] gem.add_dependency("haml", ">=2.0.0") gem.add_dependency("mongrel", ">=1.1.5") end rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gemgem.github.com" end Spec::Rake::SpecTask.new(:spec) do |spec| spec.libs << 'lib' << 'spec' spec.spec_files = FileList['spec/**/*_spec.rb'] # spec.spec_opts = ['--options', 'spec/spec.opts'] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
staticmatic-0.10.6 | Rakefile |
staticmatic-0.10.5 | Rakefile |
staticmatic-0.10.4 | Rakefile |
staticmatic-0.10.3 | Rakefile |