Sha256: 8ca2ade1e6cf2ac6a051218c86cab59762bfb7ebc33f19a7afb6e03192415621
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 Bytes
Contents
require "bundler/gem_tasks" task :install => :build do sh "jruby -S gem install #{Dir.glob('*.gem').join(' ')} --no-ri --no-rdoc" end task :build do sh "gem build cf3ruby.gemspec" end task :test do sh "jruby -S rp5 run test/test_cf3.rb" end task :default => [:install]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cf3-0.0.5 | Rakefile |
cf3-0.0.4 | Rakefile |
cf3-0.0.3 | Rakefile |
cf3-0.0.2 | Rakefile |
cf3-0.0.1 | Rakefile |