Skip to content

Commit

Permalink
Merge pull request #51 from marcushammarberg/master
Browse files Browse the repository at this point in the history
Update .gitIgnore and and added the .NuSpec-file for PowerShell
  • Loading branch information
x97mdr committed Dec 12, 2011
2 parents 90d37f5 + fc63a77 commit a550971
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ Documentation-*/
*.crunchsolution.local.xml

#nuget stuff
*.nupkg
*.nuspec
*.nupkg
19 changes: 19 additions & 0 deletions src/Pickles/Pickles.PowerShell/Pickles.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Pickles</id>
<version>$version$</version>
<title>Pickles - Gherkin Documentation Generator</title>
<authors>Marcus Hammarberg</authors>
<owners>Jeffrey Cameron</owners>
<projectUrl>https://github.com/x97mdr/pickles</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pickles is an open source living documentation generator that works on feature files written in the Gherkin language, popularized in tools like Cucumber and SpecFlow. Pickles can be incorporated into your build process to produce living documenation in a format that is more accessible to your clients. Gherkin language files are written in plain text and stored in your source folder. This can make them inaccessible to clients who may not know how to work with source control or who are not interested in seeing all of the source code, just the features.</description>
<summary>A documentation generator for features written in the Gherkin language</summary>
<copyright>Copyright © Jeffrey Cameron 2010-2011</copyright>
</metadata>
<files>
<file src="bin\Release\*.dll" target="tools" />
<file src="init.ps1" target="tools\init.ps1" />
</files>
</package>

0 comments on commit a550971

Please sign in to comment.