Sha256: 9566b9db0e68f4f1a94a12a6e943222fa763fb0a9847975075541f7bd2bda211

Contents?: true

Size: 313 Bytes

Versions: 72

Compression:

Stored size: 313 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$:.unshift lib unless $:.include?(lib)

require "rake"

require "gem_publisher"
task :publish_gem do |t|
  gem = GemPublisher.publish_if_updated("govuk_frontend_toolkit.gemspec")
  puts "Published #{gem}" if gem
end

task :test do |t|
  true
end

task :default => :test

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
govuk_frontend_toolkit-5.0.3 Rakefile
govuk_frontend_toolkit-5.0.2 Rakefile
govuk_frontend_toolkit-5.0.1 Rakefile
govuk_frontend_toolkit-5.0.0 Rakefile
govuk_frontend_toolkit-4.18.4 Rakefile
govuk_frontend_toolkit-4.18.3 Rakefile
govuk_frontend_toolkit-4.18.2 Rakefile
govuk_frontend_toolkit-4.18.1 Rakefile
govuk_frontend_toolkit-4.18.0 Rakefile
govuk_frontend_toolkit-4.17.0 Rakefile
govuk_frontend_toolkit-4.16.1 Rakefile
govuk_frontend_toolkit-4.16.0 Rakefile
govuk_frontend_toolkit-4.15.0 Rakefile
govuk_frontend_toolkit-4.14.1 Rakefile
govuk_frontend_toolkit-4.14.0 Rakefile
govuk_frontend_toolkit-4.13.0 Rakefile
govuk_frontend_toolkit-4.12.0 Rakefile
govuk_frontend_toolkit-4.11.0 Rakefile
govuk_frontend_toolkit-4.10.0 Rakefile
govuk_frontend_toolkit-4.9.1 Rakefile