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-3.4.0 Rakefile
govuk_frontend_toolkit-3.3.1 Rakefile
govuk_frontend_toolkit-3.3.0 Rakefile
govuk_frontend_toolkit-3.2.1 Rakefile
govuk_frontend_toolkit-3.2.0 Rakefile
govuk_frontend_toolkit-3.1.0 Rakefile
govuk_frontend_toolkit-3.0.1 Rakefile
govuk_frontend_toolkit-3.0.0 Rakefile
govuk_frontend_toolkit-2.0.1 Rakefile
govuk_frontend_toolkit-2.0.0 Rakefile
govuk_frontend_toolkit-1.7.0 Rakefile
govuk_frontend_toolkit-1.6.2 Rakefile
govuk_frontend_toolkit-1.6.1 Rakefile
govuk_frontend_toolkit-1.6.0 Rakefile
govuk_frontend_toolkit-1.5.0 Rakefile
govuk_frontend_toolkit-1.4.0 Rakefile
govuk_frontend_toolkit-1.3.0 Rakefile
govuk_frontend_toolkit-1.2.0 Rakefile
govuk_frontend_toolkit-1.1.0 Rakefile
govuk_frontend_toolkit-1.0.1 Rakefile