Skip to content

Commit

Permalink
update nuspect to 0.9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Apr 15, 2014
1 parent 30edc67 commit 4dfb7e5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions nuspec/squishit.coffeescript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.CoffeeScript</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich, Rodrigo Dumont</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds CoffeeScript processing capability to SquishIt.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
<dependency id="Jurassic" version="2.1.1" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.hogan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.Hogan</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich, Abdrashitov Vadim</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds Hogan processing capability to SquishIt.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
<dependency id="Jurassic" version="2.1.1" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.less.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.Less</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich, Rodrigo Dumont</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds LESS processing capability to SquishIt.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
<dependency id="dotless" version="1.3.1.0" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.msiecoffeescript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.MsIeCoffeeScript</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich, Alexey Gorbach</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds CoffeeScript processing capability to SquishIt using Internet Explorer's javascript engine.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
<dependency id="MsIeJavaScriptEngine" version="1.1.1" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.msiehogan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.MsIeHogan</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds Hogan processing capability to SquishIt using Internet Explorer's javascript engine.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
<dependency id="MsIeJavaScriptEngine" version="1.1.1" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.mvc.nuspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<package>
<metadata>
<id>SquishIt.Mvc</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<description>
ASP.NET MVC Extensions for SquishIt
</description>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.nsass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.NSass</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Josh Kodroff, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
Expand All @@ -13,7 +13,7 @@
Use this package if you require faster or more up to date SASS support and don't need to support the legacy SASS file extension.
</description>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
<dependency id="NSass.Core" version="0.0.3.0" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nuspec/squishit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.sass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.Sass</id>
<version>0.9.5.1-beta7</version>
<version>0.9.5.1</version>
<authors>Justin Etheredge, Alex Ullrich, Rodrigo Dumont</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
Expand All @@ -15,7 +15,7 @@
consider using SquishIt.NSass, which uses a faster compiler and has better feature support.
</description>
<dependencies>
<dependency id="SquishIt" version="0.9.5.1-beta7" />
<dependency id="SquishIt" version="0.9.5.1" />
<dependency id="IronRuby" version="1.1.3" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
Expand Down

0 comments on commit 4dfb7e5

Please sign in to comment.