Sha256: 65d58c361b9674266654d930d8edb2add562fd42344a71a0307774e2faea47ab

Contents?: true

Size: 729 Bytes

Versions: 9

Compression:

Stored size: 729 Bytes

Contents

require "rubygems"
require "cucumber/rake/task"
require "spec/rake/spectask"

Cucumber::Rake::Task.new

Spec::Rake::SpecTask.new do |t|
  t.spec_files = FileList['test/**/*_spec.rb']
end

task :default => [:spec, :cucumber]

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "web-app-theme"
    gemspec.summary = "Web app theme generator"
    gemspec.description = "Web app theme generator for rails projects"
    gemspec.email = "andrea@gravityblast.com"
    gemspec.homepage = "http://github.com/pilu/web-app-theme"
    gemspec.authors = ["Andrea Franz"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
web-app-theme-0.6.2 Rakefile
web-app-theme-0.6.1 Rakefile
web-app-theme-0.6.0 Rakefile
web-app-theme-0.5.3 Rakefile
web-app-theme-0.5.2 Rakefile
web-app-theme-0.5.1 Rakefile
web-app-theme-0.5.0 Rakefile
web-app-theme-0.4.0 Rakefile
web-app-theme-0.3.0 Rakefile