Sha256: ddc8793e58815ad639211addaaa243ec5e743954c8cb89341fc2ccdf65ad9a37

Contents?: true

Size: 279 Bytes

Versions: 17

Compression:

Stored size: 279 Bytes

Contents

require 'bundler/gem_tasks'

begin
  require 'jasmine'
  load 'jasmine/tasks/jasmine.rake'
rescue LoadError
  task :jasmine do
    abort "Jasmine is not available. In order to run jasmine, you must: (sudo) gem install jasmine"
  end
end

task :guard do
  `bundle exec guard`
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
joosy-1.1.2 Rakefile
joosy-1.1.1 Rakefile
joosy-1.1.0 Rakefile
joosy-1.1.0.alpha.3 Rakefile
joosy-1.1.0.alpha.2 Rakefile
joosy-1.1.0.alpha.1 Rakefile
joosy-1.0.0.RC7 Rakefile
joosy-1.0.0.RC6 Rakefile
joosy-1.0.0.RC5 Rakefile
joosy-1.0.0.RC4 Rakefile
joosy-1.0.0.RC3 Rakefile
joosy-1.0.0.RC2 Rakefile
joosy-1.0.0.RC1 Rakefile
joosy-0.1.0.RC3 Rakefile
joosy-0.1.0.RC2 Rakefile
joosy-0.1.0.RC1 Rakefile
joosy-0.1.0.alpha Rakefile