Sha256: be5ccaf5320334e75607490bec21f23290013d03e629bd696feebfe580cc2358
Contents?: true
Size: 340 Bytes
Versions: 4
Compression:
Stored size: 340 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) unless $:.include? File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) require "aetherg" if ARGV[0] == "--version" || ARGV[0] == "-v" puts "Aetherg v#{Aetherg::VERSION}(#{Aetherg::BUILD})" exit end Aetherg::Generator.start
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
aetherg-0.5.0.beta | bin/aetherg |
aetherg-0.3.4 | bin/aetherg |
aetherg-0.3.3 | bin/aetherg |
aetherg-0.3.2 | bin/aetherg |