Module: SourMix
- Defined in:
- lib/sourmix/main.rb,
lib/sourmix/perform.rb,
lib/sourmix/metadata.rb
Defined Under Namespace
Modules: Perform Classes: Main
Constant Summary collapse
- VERSION =
We use a VERSION file to tie into our build pipeline
File.read(File.join(File.dirname(__FILE__), '..', '..', 'VERSION')).strip
- SUMMARY =
We don’t really do all that much, be humble
'Shove Mixpanel events into Kafka by way of Theon'
- LICENSE =
Like the MIT license, but even simpler
'ISC'
- HOMEPAGE =
Where you should look first
'https://github.com/sczizzo/sourmix'
- AUTHOR =
Your benevolent dictator for life
'Sean Clemmer'
- EMAIL =
Turn here to strangle your dictator
'[email protected]'
- TRAVELING_RUBY_BUCKET =
Bundled extensions
'http://d6r77u77i8pq3.cloudfront.net'
- TRAVELING_RUBY_VERSION =
'20150715-2.2.2'
- JSON_VERSION =
'1.8.2'
- ART =
Every project deserves its own ASCII art
"\n _ _ _ _ _ _ _ _ _\n / /\\ /\\ \\ /\\_\\ /\\ \\ /\\_\\/\\_\\ _ /\\ \\ /_/\\ /\\ \\\n / / \\ / \\ \\ / / / _ / \\ \\ / / / / //\\_\\ \\ \\ \\\\ \\ \\ \\ \\_\\\n / / /\\ \\__ / /\\ \\ \\\\ \\ \\__ /\\_\\ / /\\ \\ \\ /\\ \\/ \\ \\/ / / /\\ \\_\\\\ \\ \\__/ / /\n / / /\\ \\___\\ / / /\\ \\ \\\\ \\___\\ / / // / /\\ \\_\\ / \\____\\__/ / / /\\/_/ \\ \\__ \\/_/\n \\ \\ \\ \\/___// / / \\ \\_\\\\__ / / / // / /_/ / // /\\/________/ / / / \\/_/\\__/\\\n \\ \\ \\ / / / / / // / / / / // / /__\\/ // / /\\/_// / / / / / _/\\/__\\ \\\n _ \\ \\ \\ / / / / / // / / / / // / /_____// / / / / / / / / / _/_/\\ \\ \\\n /_/\\__/ / / / / /___/ / // / /___/ / // / /\\ \\ \\ / / / / / /___/ / /__ / / / \\ \\ \\\n \\ \\/___/ / / / /____\\/ // / /____\\/ // / / \\ \\ \\\\/_/ / / //\\__\\/_/___\\ / / / /_/ /\n \\_____\\/ \\/_________/ \\/_________/ \\/_/ \\_\\/ \\/_/ \\/_________/ \\/_/ \\_\\/ v%s\n\n" % VERSION