Skip to content

Commit

Permalink
Merge pull request psget#49 from alexfalkowski/master
Browse files Browse the repository at this point in the history
Added PExtend
  • Loading branch information
chaliy committed Jul 26, 2012
2 parents b13e2e9 + dcd89c8 commit 3e452c4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Directory.xml
Expand Up @@ -343,7 +343,7 @@
<id>PMock</id>
<title type="text">Mocking Framework</title>
<summary type="text">A PowerShell mocking framework. More information can bve found here http://en.wikipedia.org/wiki/Mock_object</summary>
<updated>2012-05-24T00:00:00+00:00</updated>
<updated>2012-07-03T00:00:00+00:00</updated>
<author>
<name>Alex Falkowski</name>
<email>alexrfalkowski@gmail.com</email>
Expand All @@ -353,4 +353,18 @@
<psget:ProjectUrl>https://github.com/alexfalkowski/PMock</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PExtend</id>
<title type="text">Extend your objects</title>
<summary type="text">Provides the ability to extend objects. Inspired by jQuery.extend() http://api.jquery.com/jQuery.extend/</summary>
<updated>2012-07-26T00:00:00+00:00</updated>
<author>
<name>Alex Falkowski</name>
<email>alexrfalkowski@gmail.com</email>
</author>
<content type="text/plain" src="https://raw.github.com/alexfalkowski/PExtend/master/src/PExtend.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/alexfalkowski/PExtend</psget:ProjectUrl>
</psget:properties>
</entry>
</feed>

0 comments on commit 3e452c4

Please sign in to comment.