Skip to content

Commit

Permalink
documentation working and single file support available
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Cromwell committed Mar 2, 2012
1 parent 46a1975 commit c0673dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.psd1
Binary file renamed gist.ps1 → PsGist.psm1
Binary file not shown.
2 changes: 2 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
New-ModuleManifest -Path PsGist.psd1 -Author "Ryan Cromwell" -CompanyName "EchelonTouch" -ModuleToProcess .\PsGist.psm1 -Description "PsGist publishes Github Gists" -Copyright ""

0 comments on commit c0673dd

Please sign in to comment.