Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #209 from thecodejunkie/rakeupdates
Browse files Browse the repository at this point in the history
Rake file now produces a zip called Nancy-Latest.zip and not NancyFx-Latest.zip ... also added a nuspec file for the OWIN host
  • Loading branch information
thecodejunkie committed Jul 23, 2011
2 parents d7ce59d + f9797af commit f3130aa
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 11 deletions.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Dir.mkdir("#{OUTPUT}/packages")

zip.directories_to_zip "#{OUTPUT}/binaries"
zip.output_file = "NancyFx-Latest.zip"
zip.output_file = "Nancy-Latest.zip"
zip.output_path = "#{OUTPUT}/packages"
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>A forms authentication provider for Nancy.</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Hosting.Aspnet/nancy.hosting.aspnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Enables hosting Nancy on ASP.NET</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
23 changes: 23 additions & 0 deletions src/Nancy.Hosting.Owin/nancy.hosting.owin.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Nancy.Hosting.Owin</id>
<version>0.6.0</version>
<authors>Andreas Håkansson, Steven Robbins and contributors</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Enables hosting Nancy on OWIN.</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
</dependencies>
<tags>Nancy OWIN</tags>
</metadata>
<files>
<file src="build\binaries\Nancy.Hosting.Owin.dll" target="lib\net40" />
<file src="build\binaries\Nancy.Hosting.Owin.pdb" target="lib\net40" />
<file src="src\Nancy.Hosting.Owin\**\*.cs" target="src" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/Nancy.Hosting.Self/nancy.hosting.self.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Enables hosting Nancy in any application.</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Hosting.Wcf/nancy.hosting.wcf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Enables hosting Nancy on WCF.</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Testing/nancy.testing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Test harness for Nancy applications.</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Enables using the DotLiquid view engine with nancy</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Enables using the NDjango view engine with nancy</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.Razor/nancy.viewengines.razor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Enables using the Razor view engine with nancy</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.Spark/nancy.viewengines.spark.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Enables using the Spark view engine with nancy</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<dependencies>
<dependency id="Nancy" version="[0.6.0]" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy/nancy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</description>
<summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
<language>en-US</language>
<licenseUrl>https://github.com/thecodejunkie/Nancy/blob/master/license.txt</licenseUrl>
<licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
<projectUrl>http://nancyfx.org</projectUrl>
<tags>Nancy</tags>
</metadata>
Expand Down

0 comments on commit f3130aa

Please sign in to comment.