Sha256: a627fdad00c1f8d8431973d2ae7d44d270b0d84b55ae3f15e1c43f92e91544c4

Contents?: true

Size: 269 Bytes

Versions: 27

Compression:

Stored size: 269 Bytes

Contents

PLUGIN_NAME = Dir['*.gemspec'][0].split('.')[0..-2].join('.')

task :require_version do
  unless ENV['VERSION']
    puts "VERSION is required: rake build VERSION=X.Y.Z"
    exit 1
  end
end

task :build => [:require_version] do
  system("gem build #{PLUGIN_NAME}")
end

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
openc3-cosmos-bridge-host-1.0.0 Rakefile
openc3-cosmos-bridge-serial-1.0.0 Rakefile
openc3-5.5.2 templates/plugin/Rakefile
openc3-5.5.2.pre.beta0 templates/plugin/Rakefile
openc3-cosmos-host-1.0.0 Rakefile
openc3-5.5.1 templates/plugin/Rakefile
openc3-5.5.0 templates/plugin/Rakefile
openc3-5.5.0.pre.beta0 templates/plugin-template/Rakefile
openc3-5.4.3.pre.beta0 templates/plugin-template/Rakefile
openc3-5.4.2 templates/plugin-template/Rakefile
openc3-5.4.1 templates/plugin-template/Rakefile
openc3-5.4.0 templates/plugin-template/Rakefile
openc3-5.3.0 templates/plugin-template/Rakefile
openc3-5.2.0 templates/plugin-template/Rakefile
openc3-5.1.1 templates/plugin-template/Rakefile
openc3-5.1.0 templates/plugin-template/Rakefile
openc3-5.0.11 templates/plugin-template/Rakefile
openc3-5.0.10 templates/plugin-template/Rakefile
openc3-5.0.9 templates/plugin-template/Rakefile
openc3-5.0.8 templates/plugin-template/Rakefile