Sha256: ffc089798c4617e849aa0e504c7ded8018a11b676727876ec8bb9a69a6e95af2

Contents?: true

Size: 480 Bytes

Versions: 12

Compression:

Stored size: 480 Bytes

Contents

#!/usr/bin/env ruby
# encoding: ascii-8bit

# Copyright 2014 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt

require 'bundler/setup' unless ENV['COSMOS_DEVEL']
require 'cosmos'
require 'example_target'
Cosmos::ExampleTarget.run

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cosmos-3.4.2 demo/tools/ExampleTarget
cosmos-3.4.1 demo/tools/ExampleTarget
cosmos-3.4.0 demo/tools/ExampleTarget
cosmos-3.3.3 demo/tools/ExampleTarget
cosmos-3.3.2 demo/tools/ExampleTarget
cosmos-3.3.1 demo/tools/ExampleTarget
cosmos-3.3.0 demo/tools/ExampleTarget
cosmos-3.2.1 demo/tools/ExampleTarget
cosmos-3.2.0 demo/tools/ExampleTarget
cosmos-3.1.2 demo/tools/ExampleTarget
cosmos-3.1.1 demo/tools/ExampleTarget
cosmos-3.1.0 demo/tools/ExampleTarget