Sha256: 3ae339f3f0aea2c9472f3f228bd6eb2410d34bb1f166c0fb9ac7d96d99ea36f9

Contents?: true

Size: 305 Bytes

Versions: 11

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

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

task default: [:test]

task :test do
  puts "Please write some tests..."
end

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
  config.user = "hopsoft"
  config.project = "cable_ready"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cable_ready-4.5.0 Rakefile
cable_ready-4.4.6 Rakefile
cable_ready-4.4.5 Rakefile
cable_ready-4.4.3 Rakefile
cable_ready-4.4.2 Rakefile
cable_ready-4.4.0 Rakefile
cable_ready-4.4.0.pre4 Rakefile
cable_ready-4.4.0.pre3 Rakefile
cable_ready-4.4.0.pre2 Rakefile
cable_ready-4.4.0.pre1 Rakefile
cable_ready-4.4.0.pre0 Rakefile