Sha256: f081a7a3850a38883d51509aea9ce34eb7858acb452c8903b9c8b263cae001ee

Contents?: true

Size: 935 Bytes

Versions: 10

Compression:

Stored size: 935 Bytes

Contents

# encoding: utf-8

Dir.glob('lib/tasks/*.rake').each {|r| import r}
require 'rake'

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
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 = "requires_approval"
  gem.homepage = "http://github.com/LifebookerInc/requires_approval"
  gem.license = "MIT"
  gem.summary = %Q{Gem to handle versioning and things that require approval}
  gem.description = %Q{Gem to handle versioning and things that require approval}
  gem.email = "dan.langevin@lifebooker.com"
  gem.authors = ["Dan Langevin"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

require 'yard'
YARD::Rake::YardocTask.new

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
requires_approval-1.0.16 Rakefile
requires_approval-1.0.15 Rakefile
requires_approval-1.0.14 Rakefile
requires_approval-1.0.13 Rakefile
requires_approval-1.0.11 Rakefile
requires_approval-1.0.10 Rakefile
requires_approval-1.0.9 Rakefile
requires_approval_rails_2-1.0.8 Rakefile
requires_approval-1.0.8 Rakefile
requires_approval-1.0.7 Rakefile