Sha256: ce7b73ce0b6effe71d953932efaa0bfa1ad176a382868f3a97a0ba018a5f7ee9

Contents?: true

Size: 867 Bytes

Versions: 17

Compression:

Stored size: 867 Bytes

Contents

begin; require 'rubygems'; rescue LoadError; end
require 'rake'
require "compass"
require 'lib/jquery.rb'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|      
    gem.name = "compass-jquery-plugin"
    gem.version = CompassJqueryPlugin::VERSION
    gem.authors = ["Kosmas Schuetz"]
    gem.email = "kosmas.schuetz@gmx.com"
    gem.homepage = "http://github.com/kosmas58/compass-jquery-plugin"
    gem.summary = "A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework."
    gem.description = gem.summary
    gem.add_dependency("compass", [">= 0.8.17"])  
    gem.files.exclude("src/**/")
  end
  Jeweler::GemcutterTasks.new
  
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end

Dir['gem_tasks/**/*.rake'].each { |rake| load rake }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.2.6.0 Rakefile
compass-jquery-plugin-0.3.0.beta.4 Rakefile
compass-jquery-plugin-0.3.0.beta.2 Rakefile
compass-jquery-plugin-0.3.0.beta.1 Rakefile
compass-jquery-plugin-0.2.5.4 Rakefile
compass-jquery-plugin-0.2.5.3 Rakefile
compass-jquery-plugin-0.2.5.2 Rakefile
compass-jquery-plugin-0.2.5.1 Rakefile
compass-jquery-plugin-0.2.5 Rakefile
compass-jquery-plugin-0.2.4.100 Rakefile
compass-jquery-plugin-0.2.4.99 Rakefile
compass-jquery-plugin-0.2.4.5 Rakefile
compass-jquery-plugin-0.2.4.4 Rakefile
compass-jquery-plugin-0.2.4.3 Rakefile
compass-jquery-plugin-0.2.4.1 Rakefile
compass-jquery-plugin-0.2.4 Rakefile
compass-jquery-plugin-0.2.3 Rakefile