Sha256: 3d58fc56399c124582863cd58f32ef856bf3b3f3a31ecc0cedd934dcb323d9a7

Contents?: true

Size: 837 Bytes

Versions: 7

Compression:

Stored size: 837 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :test)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'


require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/test_*.rb'
  test.verbose = true
end

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "stages"
  gem.homepage = "https://github.com/iGoDigital-LLC/stages"
  gem.summary = "pipeline builder"
  gem.description = "pipeline builder"
  gem.email = "support@igodigital.com"
  gem.authors = ["Nathan D Acuff"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stages-1.2.1 Rakefile
stages-1.2.0 Rakefile
stages-1.1.5 Rakefile
stages-1.1.2 Rakefile
stages-1.1.1 Rakefile
stages-1.0.1 Rakefile
stages-1.0.0 Rakefile