Sha256: 775f47df85a4bf44350fec839b3567c8e8849eb9327dd5c35c3d12064a8a8f3a

Contents?: true

Size: 266 Bytes

Versions: 24

Compression:

Stored size: 266 Bytes

Contents

#!/usr/bin/env rake
require 'bundler'
Bundler::GemHelper.install_tasks

desc "Bundle the gem"
task :bundle do
  sh('bundle install')
  sh 'gem build *.gemspec'
  sh 'gem install *.gem'
  sh 'rm *.gem'
end

task(:default).clear
task :default => :bundle

Version data entries

24 entries across 24 versions & 7 rubygems

Version Path
rbootstrap-1.1.2 Rakefile
twitter-bootstrap-rails-2.1.6 Rakefile
twitter-bootstrap-rails-2.1.5 Rakefile
twitter-bootstrap-rails-2.1.4 Rakefile
kube-rails-0.0.3 Rakefile
kube-rails-0.0.2 Rakefile
kube-rails-0.0.1 Rakefile
twitter-bootstrap-turbo-2.1.3 Rakefile
cf-twitter-bootstrap-rails-2.1.3 Rakefile
twitter-bootstrap-rails-2.1.3 Rakefile
twitter-bootstrap-rails-2.1.2 Rakefile
twitter-bootstrap-rails-2.1.1 Rakefile
twitter-bootstrap-rails-ajax-0.0.1 Rakefile
twitter-bootstrap-rails-2.1.0 Rakefile
twitter-bootstrap-rails-2.0.9 Rakefile
twitter-bootstrap-rails-2.0.8 Rakefile
twitter-bootstrap-rails-2.0.7 Rakefile
twitter-bootstrap-rails-2.0.6 Rakefile
twitter-bootstrap-rails-2.0.5 Rakefile
twitter-bootstrap-rails-2.0.4 Rakefile