Skip to content

Instantly share code, notes, and snippets.

@dysinger
Created January 24, 2013 01:32
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dysinger/4616783 to your computer and use it in GitHub Desktop.
Save dysinger/4616783 to your computer and use it in GitHub Desktop.
maintainer "YOUR_COMPANY_NAME"
maintainer_email "YOUR_EMAIL"
license "All rights reserved"
description "Installs/Configures pants"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version Time.at(`git --git-dir=#{File.join(File.dirname(__FILE__),'.git')} log --max-count=1 --pretty=format:%ct`.to_i).strftime("1.0.%Y%m%d%H%M")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment