Sha256: 97eb8bbfdbe66d68e9d436f84e4848d96a7b3db1af4479c8bcc951e85db12045

Contents?: true

Size: 320 Bytes

Versions: 13

Compression:

Stored size: 320 Bytes

Contents

require "bundler/gem_tasks"
require "github_changelog_generator/task"

task :default => :test

mock = ENV['FOG_MOCK'] || 'true'
task :test do
  sh("export FOG_MOCK=#{mock} && bundle exec shindont")
end

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
  config.user = 'fog'
  config.project = 'fog-aws'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fog-aws-3.10.0 Rakefile
fog-aws-3.9.0 Rakefile
fog-aws-3.8.0 Rakefile
fog-aws-3.7.0 Rakefile
fog-aws-3.6.7 Rakefile
fog-aws-3.6.6 Rakefile
fog-aws-3.6.5 Rakefile
fog-aws-3.6.4 Rakefile
fog-aws-3.6.3 Rakefile
fog-aws-3.6.2 Rakefile
fog-aws-3.5.2 Rakefile
fog-aws-3.5.1 Rakefile
fog-aws-3.5.0 Rakefile