Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Updated Stone
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed May 16, 2013
1 parent cdfb44e commit 6a69897
Show file tree
Hide file tree
Showing 14 changed files with 487 additions and 4 deletions.
15 changes: 14 additions & 1 deletion feed.xml
@@ -1,14 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>http://datasift.github.io/pear</id>
<updated>2013-05-09T16:29:52+01:00</updated>
<updated>2013-05-16T16:28:24+01:00</updated>
<title>DataSift's PEAR Channel Latest Releases</title>
<link href="http://datasift.github.io/pear/feed.xml" rel="self" />
<author>
<name>http://datasift.github.io/pear</name>
</author>

<entry>
<title>Stone 1.3.0 (stable)</title>
<link href="http://datasift.github.io/pear/get/Stone-1.3.0.tgz" />
<id>http://datasift.github.io/pear/get/Stone-1.3.0.tgz</id>
<author>
<name>stuart</name>
</author>
<updated>2013-05-16T16:28:23+01:00</updated>
<content>

No notes.

</content>
</entry> <entry>
<title>Stone 1.2.3 (stable)</title>
<link href="http://datasift.github.io/pear/get/Stone-1.2.3.tgz" />
<id>http://datasift.github.io/pear/get/Stone-1.2.3.tgz</id>
Expand Down
Binary file added get/Stone-1.3.0.tar
Binary file not shown.
Binary file added get/Stone-1.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -35,7 +35,7 @@ <h3>Stone<small> - DataSift's in-house library for building QA tools.</small></h
<tr><th>Dependencies</th><td>
pear.phix-project.org/Autoloader4 </td></tr>
<tr><th>Maintainers</th><td>Stuart Herbert <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://datasift.github.io/pear/get/Stone-1.2.3.tgz">1.2.3</a> <small>(stable)</small></td></tr>
<tr><th>Releases</th><td><a href="http://datasift.github.io/pear/get/Stone-1.3.0.tgz">1.3.0</a> <small>(stable)</small>, <a href="http://datasift.github.io/pear/get/Stone-1.2.3.tgz">1.2.3</a> <small>(stable)</small></td></tr>
</table>
<h3>storyplayer<small> - Bring your user and service stories to life through your tests.</small></h3>
<p>
Expand Down
27 changes: 27 additions & 0 deletions packages.json
@@ -1,6 +1,33 @@
{
"pear-DataSift\/Stone": {
"versions": {
"1.3.0": {
"name": "pear-DataSift\/Stone",
"description": "DataSift's in-house library for building QA tools.",
"dist": {
"type": "pear",
"url": "http:\/\/datasift.github.io\/pear\/get\/Stone-1.3.0.tgz"
},
"version": "1.3.0",
"time": "2013-05-16T16:28:23+01:00",
"require": {
"php": ">=5.3.0",
"pear-phix\/Autoloader4": ">=4.0.0,<=4.999.9999"
},
"authors": [
{
"name": "Stuart Herbert",
"email": "stuart.herbert@datasift.com",
"homepage": ""
}
],
"autoload": {
"classmap": {
"1": "DataSift\/Stone",
"65": "Psr\/Log"
}
}
},
"1.2.3": {
"name": "pear-DataSift\/Stone",
"description": "DataSift's in-house library for building QA tools.",
Expand Down
8 changes: 8 additions & 0 deletions rest/c/Default/packagesinfo.xml
Expand Up @@ -14,13 +14,21 @@
</p>

<a>
<r>
<v>1.3.0</v>
<s>stable</s>
</r>
<r>
<v>1.2.3</v>
<s>stable</s>
</r>

</a>

<deps>
<v>1.3.0</v>
<d>a:1:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:5:"5.3.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.9.4";}s:7:"package";a:4:{s:4:"name";s:11:"Autoloader4";s:7:"channel";s:21:"pear.phix-project.org";s:3:"min";s:5:"4.0.0";s:3:"max";s:10:"4.999.9999";}}}</d>
</deps>
<deps>
<v>1.2.3</v>
<d>a:1:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:5:"5.3.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.9.4";}s:7:"package";a:4:{s:4:"name";s:11:"Autoloader4";s:7:"channel";s:21:"pear.phix-project.org";s:3:"min";s:5:"4.0.0";s:3:"max";s:10:"4.999.9999";}}}</d>
Expand Down
20 changes: 20 additions & 0 deletions rest/r/stone/1.3.0.xml
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.release http://pear.php.net/dtd/rest.release.xsd">
<p xlink:href="/rest/p/stone">Stone</p>
<c>datasift.github.io/pear</c>
<v>1.3.0</v>
<st>stable</st>
<l>New BSD license.</l>
<m>stuart</m>
<s>DataSift's in-house library for building QA tools.</s>
<d>
This is DataSift's in-house library for building QA tools that simultaneously provide deeper insight into what's happening whilst being quick enough to run at firehose scale.
</d>
<da>2013-05-16 16:28:23</da>
<n>
No notes.
</n>
<f>66204</f>
<g>http://datasift.github.io/pear/get/Stone-1.3.0</g>
<x xlink:href="package.1.3.0.xml"/>
</r>
4 changes: 4 additions & 0 deletions rest/r/stone/allreleases.xml
Expand Up @@ -2,6 +2,10 @@
<a xmlns="http://pear.php.net/dtd/rest.allreleases" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.allreleases http://pear.php.net/dtd/rest.allreleases.xsd">
<p>Stone</p>
<c>datasift.github.io/pear</c>
<r>
<v>1.3.0</v>
<s>stable</s>
</r>
<r>
<v>1.2.3</v>
<s>stable</s>
Expand Down
5 changes: 5 additions & 0 deletions rest/r/stone/allreleases2.xml
Expand Up @@ -2,6 +2,11 @@
<a xmlns="http://pear.php.net/dtd/rest.allreleases2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.allreleases2 http://pear.php.net/dtd/rest.allreleases2.xsd">
<p>Stone</p>
<c>datasift.github.io/pear</c>
<r>
<v>1.3.0</v>
<s>stable</s>
<m>5.3.0</m>
</r>
<r>
<v>1.2.3</v>
<s>stable</s>
Expand Down
1 change: 1 addition & 0 deletions rest/r/stone/deps.1.3.0.txt
@@ -0,0 +1 @@
a:1:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:5:"5.3.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.9.4";}s:7:"package";a:4:{s:4:"name";s:11:"Autoloader4";s:7:"channel";s:21:"pear.phix-project.org";s:3:"min";s:5:"4.0.0";s:3:"max";s:10:"4.999.9999";}}}
2 changes: 1 addition & 1 deletion rest/r/stone/latest.txt
@@ -1 +1 @@
1.2.3
1.3.0

0 comments on commit 6a69897

Please sign in to comment.