Sha256: e3e4e7fa73bc82cb4da7b5842476a3a0c8949b40292615b1f6f671dec1c9e178
Contents?: true
Size: 927 Bytes
Versions: 12
Compression:
Stored size: 927 Bytes
Contents
begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "graphpaper" gemspec.summary = "A Sass library for use with the Compass stylesheet authoring framework." gemspec.description = "A great starting point for projects that makes no design assumptions." gemspec.email = "alex@policus.com" gemspec.homepage = "http://github.com/alexcabrera/graphpaper" gemspec.authors = ["Alex Cabrera"] gemspec.files = [] gemspec.files << "graphpaper.gemspec" gemspec.files << "README.markdown" gemspec.files << "Rakefile" gemspec.files << "VERSION.yml" gemspec.files += Dir.glob("lib/**/*") gemspec.files += Dir.glob("stylesheets/**/*") gemspec.files += Dir.glob("templates/**/*") gemspec.files -= Dir.glob("pkg/**/*") end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
12 entries across 12 versions & 1 rubygems