Sha256: 425358f986212e17858c6363548ad2f0fb90fcbc936cb362eb22b49966d7a8e7

Contents?: true

Size: 455 Bytes

Versions: 17

Compression:

Stored size: 455 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('jquery_cheats', '2.0.0') do |p|
  p.description    = "JQuery Inline tricks"
  p.url            = "https://github.com/plowdawg/jquery_cheats"
  p.author         = "Travis Pessettto"
  p.email          = "travis@pessetto.com"
  p.ignore_pattern = ["tmp/*", "script/*"]
  p.development_dependencies = []
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jquery_cheats-5.1.3 Rakefile
jquery_cheats-5.1.2 Rakefile
jquery_cheats-5.1.1 Rakefile
jquery_cheats-5.1.0 Rakefile
jquery_cheats-5.0.0 Rakefile
jquery_cheats-4.2.0 Rakefile
jquery_cheats-4.1.3 Rakefile
jquery_cheats-4.1.2 Rakefile
jquery_cheats-4.0.2 Rakefile
jquery_cheats-4.0.1 Rakefile
jquery_cheats-4.0.0 Rakefile
jquery_cheats-3.0.0 Rakefile
jquery_cheats-2.3.0 Rakefile
jquery_cheats-2.2.1 Rakefile
jquery_cheats-2.2.0 Rakefile
jquery_cheats-2.1.0 Rakefile
jquery_cheats-2.0.1 Rakefile