Sha256: 6303b4acccf1242d0542a373db50f3be37098442247245f3dad86ed73f7722dc

Contents?: true

Size: 459 Bytes

Versions: 46

Compression:

Stored size: 459 Bytes

Contents

require 'rspec/core/rake_task'
require "bundler/gem_tasks"

desc "Check into repo, build & install"
task :gbuild do
  # Your code goes here
  puts `git add -Av`
  puts `git commit -m 'updated gem'`
  puts `rake build`
  puts `git push origin master`
  puts `rake install`
end

# Default directory to look in is `/specs`
# Run with `rake spec`
RSpec::Core::RakeTask.new(:spec) do |task|
  # task.rspec_opts = ['--color', '--format']
end

task :default => :spec

Version data entries

46 entries across 46 versions & 3 rubygems

Version Path
platformx-0.0.9.7.2 Rakefile
platformx-0.0.9.7.1 Rakefile
platformx-0.0.9.6.6.7 Rakefile
platformx-0.0.9.6.6.6 Rakefile
the-admin-0.0.2 Rakefile
TheAdmin-0.0.1 Rakefile
platformx-0.0.9.6.6.5 Rakefile
platformx-0.0.9.6.6.4 Rakefile
platformx-0.0.9.6.6.3 Rakefile
platformx-0.0.9.6.6.2 Rakefile
platformx-0.0.9.6.6.1 Rakefile
platformx-0.0.9.6.4 Rakefile
platformx-0.0.9.6.3 Rakefile
platformx-0.0.9.6.2 Rakefile
platformx-0.0.9.6.1 Rakefile
platformx-0.0.9.6 Rakefile
platformx-0.0.9.5 Rakefile
platformx-0.0.9.4 Rakefile
platformx-0.0.9.3 Rakefile
platformx-0.0.9.2 Rakefile